<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python Exception &amp;lt;ImportError&amp;gt;: Can't connect to HTTPS URL because the SSL module is not available in ETL Patterns Questions</title>
    <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486170#M4</link>
    <description>&lt;P&gt;If you're creating a workspace on an ArcGIS Enterprise server using fmeworkbench.exe to open Workbench and you are logged in as the arcgis service owner account it should work.&amp;nbsp; You will need to set your FME Options translation Python interpreter to the ArcGIS option (3.9+?) and make sure your workspace also uses the same interpreter.&amp;nbsp; Now for where I'm confused, when I have built a workspace on a server and want to automate it I run it and grab the Python command from the log an use Windows task Scheduler, which circumvents ArcGIS Server but does work.&amp;nbsp; How to use FME Flow on the same machine I have no idea!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 13:28:02 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2024-06-06T13:28:02Z</dc:date>
    <item>
      <title>Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1484768#M1</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This is the first time attempting to automate an FME flow on a server.&lt;BR /&gt;I didn't want to create the flow on my laptop and then have to move it and the web connection to the server - so i just opened FME workbench on the Server, while logged in as the ArcGIS Server account - and built it.&amp;nbsp; (This is on a server with ArcGIS Enterprise 11.3 installed, along with Data Interoperability).&lt;BR /&gt;&lt;BR /&gt;I could build the process, which includes grabbing GeoJSON from a URL and then pushing the results to an ArcGIS Online Hosted Feature Service with an&amp;nbsp;Esri ArcGIS Online (AGOL) Feature Service writer&lt;SPAN&gt;.&amp;nbsp; But, when trying to write to ArcGIS Online, I get the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Message Type: fme::internal::_v0::py::Exception&lt;BR /&gt;Python Exception &amp;lt;ImportError&amp;gt;: Can't connect to HTTPS URL because the SSL module is not available.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have spent hours looking for an answer to this in both FME and Esri communities - and then just took the workbook to my laptop - plopped it in FME there - replaced the web connection...&lt;BR /&gt;and it worked with no issue.&lt;BR /&gt;&lt;BR /&gt;Has anyone else overcome this issue?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Adam&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 21:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1484768#M1</guid>
      <dc:creator>AdamRepsher_BentEar</dc:creator>
      <dc:date>2024-06-04T21:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1485215#M2</link>
      <description>&lt;P&gt;This sounds like an FME python environment error, so you'll likely get more help over on the Safe boards. I dug this out, in case it helps:&amp;nbsp;&lt;A href="https://community.safe.com/security-15/ssl-error-on-fme-server-but-desktop-is-fine-22501" target="_blank"&gt;https://community.safe.com/security-15/ssl-error-on-fme-server-but-desktop-is-fine-22501&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 11:06:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1485215#M2</guid>
      <dc:creator>TimF</dc:creator>
      <dc:date>2024-06-05T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1485267#M3</link>
      <description>Yea - thank you. I have seen this, and checked the registry keys...&lt;BR /&gt;To find nothing like it mentioned. Maybe missing. Thank you. I'll try over there!&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jun 2024 11:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1485267#M3</guid>
      <dc:creator>AdamRepsher_BentEar</dc:creator>
      <dc:date>2024-06-05T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486170#M4</link>
      <description>&lt;P&gt;If you're creating a workspace on an ArcGIS Enterprise server using fmeworkbench.exe to open Workbench and you are logged in as the arcgis service owner account it should work.&amp;nbsp; You will need to set your FME Options translation Python interpreter to the ArcGIS option (3.9+?) and make sure your workspace also uses the same interpreter.&amp;nbsp; Now for where I'm confused, when I have built a workspace on a server and want to automate it I run it and grab the Python command from the log an use Windows task Scheduler, which circumvents ArcGIS Server but does work.&amp;nbsp; How to use FME Flow on the same machine I have no idea!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 13:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486170#M4</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2024-06-06T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486330#M5</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;If you're creating a workspace on an ArcGIS Enterprise server using fmeworkbench.exe to open Workbench and you are logged in as the arcgis service owner account it should work.&amp;nbsp; You will need to set your FME Options translation Python interpreter to the ArcGIS option (3.9+?) and make sure your workspace also uses the same interpreter.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Good Morning &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I did not find the "Esri ArcGIS Python 3.9+" interpreter in the FME Options - Translation - Python Interpreter tab.&amp;nbsp; It was in the workspace Tool Parameters - Scripting - Python Compatibility selection though.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamRepsher_BentEar_0-1717686463063.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/106378iD3B2DA02F6882D59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamRepsher_BentEar_0-1717686463063.png" alt="AdamRepsher_BentEar_0-1717686463063.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamRepsher_BentEar_1-1717686722075.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/106379i54C2C2472ADF525F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamRepsher_BentEar_1-1717686722075.png" alt="AdamRepsher_BentEar_1-1717686722075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I just selected the plain "Python 3.9+" for both, and I was able to run the entire workspace!&amp;nbsp; &lt;STRONG&gt;Thank you!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I believe that I would need to investigate the lack of the Esri choice for other transformers that I might want to use in the future.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Now for where I'm confused, when I have built a workspace on a server and want to automate it I run it and grab the Python command from the log an use Windows task Scheduler, which circumvents ArcGIS Server but does work.&amp;nbsp; How to use FME Flow on the same machine I have no idea!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;First - your last statement...&lt;BR /&gt;&lt;EM&gt;"How to use FME Flow on the same machine I have no idea!"&lt;/EM&gt;&lt;BR /&gt;Assuming you mean FME Flow - as in the new term for "FME Server" - I didn't think that the Esri Data Interoperability Extension for Server had the FME Flow (the actual GUI via website) software.&amp;nbsp; If it is in the Esri software install somewhere, I'd like to know!!!&lt;BR /&gt;&lt;BR /&gt;At the moment, I am just wanting to automate a workspace through the Esri extension - and am following this instruction:&amp;nbsp;&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/data-interoperability/latest/help/schedule-spatial-etl-tools-on-a-server.htm" target="_blank"&gt;Schedule Spatial ETL tools on a server—ArcGIS Data Interoperability | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...for your comment: "&lt;EM&gt;which circumvents ArcGIS Server but does work.&lt;/EM&gt;"&lt;BR /&gt;Maybe you are thinking of this?:&amp;nbsp;&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/data-interoperability/latest/help/share-spatial-etl-tools.htm" target="_blank"&gt;Share Spatial ETL tools—ArcGIS Data Interoperability | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;BR /&gt;I will be trying that later.&lt;BR /&gt;&lt;BR /&gt;I am about to try the automation through the Windows Task Scheduler.&amp;nbsp; I'll let you know how I make out.&lt;/P&gt;&lt;P&gt;--Adam&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 15:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486330#M5</guid>
      <dc:creator>AdamRepsher_BentEar</dc:creator>
      <dc:date>2024-06-06T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486344#M6</link>
      <description>&lt;P&gt;Hello again Adam&lt;/P&gt;&lt;P&gt;Luckily selecting a 3.9+ vanilla interpreter finds the ArcGIS one, quite frankly I forget the logic under the covers but anyway you're making progress.&lt;/P&gt;&lt;P&gt;Safe's FME Flow software is definitely not installed by Data Interoperability.&lt;/P&gt;&lt;P&gt;Automation of the fmw via Task Scheduler should work.&amp;nbsp; To make it easier it can be useful to uncheck the publication of input parameters so they don't have to be supplied on the Python command being run.&amp;nbsp; Automations typically connect to internet data sources anyway so it's the data that changes, not the source.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 16:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486344#M6</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2024-06-06T16:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486417#M7</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;&lt;BR /&gt;Now - I can't get past this....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdamRepsher_BentEar_0-1717693160759.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/106394iD9CC58C272FDA33E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdamRepsher_BentEar_0-1717693160759.png" alt="AdamRepsher_BentEar_0-1717693160759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 16:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486417#M7</guid>
      <dc:creator>AdamRepsher_BentEar</dc:creator>
      <dc:date>2024-06-06T16:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486431#M8</link>
      <description>&lt;P&gt;Ah, well that's one for your system administrator!&amp;nbsp; I guess your account will need some tweaking.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 17:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486431#M8</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2024-06-06T17:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python Exception &lt;ImportError&gt;: Can't connect to HTTPS URL because the SSL module is not available</title>
      <link>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486442#M9</link>
      <description>&lt;P&gt;That's me!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 17:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/etl-patterns-questions/python-exception-lt-importerror-gt-can-t-connect/m-p/1486442#M9</guid>
      <dc:creator>AdamRepsher_BentEar</dc:creator>
      <dc:date>2024-06-06T17:24:29Z</dc:date>
    </item>
  </channel>
</rss>

