<?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 ETL tool error in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/etl-tool-error/m-p/356814#M15745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've just updated my Pro to 2.4 and now i'm running into this problem, this is just a little example, my big tools are doing the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a FME workspace containing a creator and an emailer, nothing else.&lt;/P&gt;&lt;P&gt;When running from FME it runs smoothly, but when I'm making a ETL tool in a Toolbox in ArcGIS Pro, and try to run this tool from python, it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the python script:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import sys, arcpy&lt;BR /&gt;try:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default_path = os.path.dirname(os.path.realpath(__file__))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(default_path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # arcpy.ImportToolbox(os.path.join(default_path, 'WFStools.tbx'))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ImportToolbox(os.path.join(default_path, 'TestTools.tbx'))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # tools = arcpy.ListTools('*_WFStools')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # tools = arcpy.ListTools('*_TestTools')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # for tool in tools:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(arcpy.Usage(tool))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.emailer_TestTools()&lt;BR /&gt;&lt;BR /&gt;except arcpy.ExecuteError:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(arcpy.GetMessages())&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Handle the code somehow&lt;BR /&gt;except Exception:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e = sys.exc_info()[1]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(e.args[0])&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddError(e.args[0])&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And this is the error I'm getting&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;runfile('C:/ArcGIS Projects/wfs_project/test.py', wdir='C:/ArcGIS Projects/wfs_project')&lt;BR /&gt;Reloaded modules: arcpy, arcpy.geoprocessing, arcpy.geoprocessing._base, arcpy.toolbox, arcpy.ddd, arcpy.arcobjects, arcpy.arcobjects._base, arcpy.arcobjects.arcobjectconversion, arcpy.arcobjects.arcobjects, arcpy.arcobjects.mixins, arcpy.arcobjects.geometries, arcpy._mp, arcpy.pdfdocument, arcpy.utils, arcpy._symbology, arcpy._renderer, arcpy._colorizer, arcpy.reviewer, arcpy.agolservices, arcpy.analysis, arcpy.aviation, arcpy.ba, arcpy.cartography, arcpy.conversion, arcpy.edit, arcpy.ga, arcpy._ga, arcpy._base, arcpy.gapro, arcpy.geoanalytics, arcpy.geocoding, arcpy.locref, arcpy.lr, arcpy.management, arcpy.maritime, arcpy.md, arcpy.na, arcpy._na, arcpy._na._solvers, arcpy._na._sas, arcpy._na._rs, arcpy._na._odcms, arcpy._na._vrps, arcpy._na._cfs, arcpy._na._las, arcpy._na._nds, arcpy.parcel, arcpy.ra, arcpy.server, arcpy.sfa, arcpy.stats, arcpy.stpm, arcpy.td, arcpy.topographic, arcpy.un, arcpy.wmx, arcpy._wmx, arcpy.interop, arcpy.da, arcpy.mp, arcpy.sharing, arcpy._chart, arcpy.nax, arcpy.sa, arcpy.sa.Raster, arcpy.sa.Utils, arcpy.sa.Functions, arcpy.sa.ParameterClasses, arcpy.sa.CompoundParameter, arcpy.ia, arcpy.ia.Functions, arcpy.ia._ia, arcpy.time, arcpy.cmanagers, arcpy.cmanagers.EnvManager, arcpy.toolbox_code&lt;BR /&gt;C:\ArcGIS Projects\wfs_project&lt;BR /&gt;Start Time: 16. juli 2019 14:03:34&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FME 2019.0.0.0 (20190328 - Build 19238 - WIN64)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Interoperability (node locked-crc)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Permanent License.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine host name is: S01GIS181&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operating System: Microsoft Windows 10 64-bit&amp;nbsp; (Build 16299)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright (c) 1994 - 2019, Safe Software Inc.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Safe Software Inc.&lt;BR /&gt;FME 2019.0.0.0 (20190328 - Build 19238 - WIN64)&lt;BR /&gt;FME_HOME is 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\'&lt;BR /&gt;Data Interoperability (node locked-crc)&lt;BR /&gt;Permanent License.&lt;BR /&gt;Machine host name is: S01GIS181&lt;BR /&gt;START - ProcessID: 31608, peak process memory usage: 58704 kB, current process memory usage: 58704 kB&lt;BR /&gt;FME Configuration: Command line arguments are `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\fme.exe' `C:\Users\agsSA\AppData\Roaming\ESRI\Interoperability\logs\custom-tool-20190716-140334-1563278614109_21088.fme'&lt;BR /&gt;FME Configuration: Connection Storage: 'C:\Users\agsSA\AppData\Roaming\Safe Software\FME\'&lt;BR /&gt;Shared folders for formats are : C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\datasources;C:\Users\agsSA\Documents\FME\Formats&lt;BR /&gt;Shared folders for transformers are : C:\Users\agsSA\AppData\Roaming\Safe Software\FME\Packages\19238-win64\transformers;C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\transformers;C:\Users\agsSA\AppData\Roaming\Safe Software\FME\FME Store\Transformers&lt;BR /&gt;Shared folders for coordinate systems are : C:\Users\agsSA\Documents\FME\CoordinateSystems&lt;BR /&gt;Shared folders for coordinate system exceptions are : C:\Users\agsSA\Documents\FME\CoordinateSystemExceptions&lt;BR /&gt;Shared folders for coordinate system grid overrides are : C:\Users\agsSA\Documents\FME\CoordinateSystemGridOverrides&lt;BR /&gt;Shared folders for CS-MAP transformation exceptions are : C:\Users\agsSA\Documents\FME\CsmapTransformationExceptions&lt;BR /&gt;Shared folders for transformer categories are : C:\Users\agsSA\Documents\FME\TransformerCategories&lt;BR /&gt;FME Configuration: Reader Keyword is `MULTI_READER'&lt;BR /&gt;FME Configuration: Writer Keyword is `NULL_DEST'&lt;BR /&gt;FME Configuration: Writer Group Definition Keyword is `NULL_DEST_DEF'&lt;BR /&gt;FME Configuration: Reader type is `MULTI_READER'&lt;BR /&gt;FME Configuration: Writer type is `NULL'&lt;BR /&gt;FME Configuration: No destination coordinate system set&lt;BR /&gt;FME Configuration: Current working folder is `C:\ArcGIS Projects\wfs_project\workspaces'&lt;BR /&gt;FME Configuration: Temporary folder is `C:\Users\agsSA\AppData\Local\Temp', set from environment variable `TEMP'&lt;BR /&gt;FME Configuration: FME_HOME is `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\'&lt;BR /&gt;FME Configuration: FME_BASE is 'yes'&lt;BR /&gt;FME Configuration: FME_MF_DIR is 'C:\Users\agsSA\AppData\Roaming\ESRI\Interoperability\logs/'&lt;BR /&gt;FME Configuration: FME_MF_NAME is 'custom-tool-20190716-140334-1563278614109_21088.fme'&lt;BR /&gt;FME Configuration: FME_PRODUCT_NAME is 'FME(R) 2019.0.0.0'&lt;BR /&gt;System Status: 436.83 GB of disk space available in the FME temporary folder (C:\Users\agsSA\AppData\Local\Temp)&lt;BR /&gt;System Status: 128.00 TB of virtual memory available&lt;BR /&gt;Operating System: Microsoft Windows 10 64-bit&amp;nbsp; (Build 16299)&lt;BR /&gt;FME Platform: WIN64&lt;BR /&gt;Locale: en&lt;BR /&gt;Code Page: 1252&amp;nbsp; (ANSI - latin I)&lt;BR /&gt;FME Configuration: Process limit is 16.00 GB of physical memory&lt;BR /&gt;FME Configuration: Start freeing memory when process usage exceeds 48.00 GB of virtual memory&lt;BR /&gt;FME Configuration: Stop freeing memory when process usage is below 36.00 GB of virtual memory&lt;BR /&gt;Creating writer for format: NULL (Nothing)&lt;BR /&gt;Trying to find a DYNAMIC plugin for writer named `NULL'&lt;BR /&gt;Loaded module 'NULL' from file 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins/NULL.dll'&lt;BR /&gt;FME API version of module 'NULL' matches current internal version (3.8 20181030)&lt;BR /&gt;Creating reader for format: &lt;BR /&gt;MULTI_READER(MULTI_READER): Will fail with first member reader failure&lt;BR /&gt;Using Multi Reader with keyword `MULTI_READER' to read multiple datasets&lt;BR /&gt;FME API version of module 'NULL' matches current internal version (3.8 20181030)&lt;BR /&gt;FME API version of module 'NULL' matches current internal version (3.8 20181030)&lt;BR /&gt;Loaded module 'Geometry_func' from file 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins/Geometry_func.dll'&lt;BR /&gt;FME API version of module 'Geometry_func' matches current internal version (3.8 20181030)&lt;BR /&gt;Loaded module 'PythonFactory' from file 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins/PythonFactory.dll'&lt;BR /&gt;FME API version of module 'PythonFactory' matches current internal version (3.8 20181030)&lt;BR /&gt;The workspace does not contain user Python. FME will attempt to use a Python 3.7+ interpreter&lt;BR /&gt;Using Python interpreter from `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\fmepython37\python37.dll' with PYTHONHOME `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\fmepython37'&lt;BR /&gt;Python version 3.7 loaded successfully&lt;BR /&gt;Python Exception &amp;lt;AssertionError&amp;gt;: SRE module mismatch&lt;BR /&gt;Failed to import `fmesite'&lt;BR /&gt;Python Exception &amp;lt;AssertionError&amp;gt;: SRE module mismatch&lt;BR /&gt;Failed to import `fme'&lt;BR /&gt;&amp;nbsp;(PythonFactory): The Python Framework could not be started. PythonFactory could not initialize&lt;BR /&gt;The Python Framework could not be started. PythonFactory could not initialize&lt;BR /&gt;A fatal error has occurred. Check the logfile above for details&lt;BR /&gt;Translation FAILED with 7 error(s) and 0 warning(s) (0 feature(s) output)&lt;BR /&gt;Translation FAILED with 7 error(s) and 0 warning(s) (0 feature(s) output)&lt;BR /&gt;FME Session Duration: 1.2 seconds. (CPU: 0.1s user, 0.2s system)&lt;BR /&gt;END - ProcessID: 31608, peak process memory usage: 76412 kB, current process memory usage: 76412 kB&lt;BR /&gt;A fatal error has occurred. Check the logfile above for details&lt;BR /&gt;Program Terminating&lt;BR /&gt;Translation FAILED.&lt;BR /&gt;Tool execution failed.&lt;BR /&gt;Failed to execute (emailer).&lt;BR /&gt;Failed at 16. juli 2019 14:03:40 (Elapsed Time: 6,79 seconds)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Why is Data Interoperability trying to using a python v. 3.7 and not v. 3.6 ? &lt;/P&gt;&lt;P&gt;I've tried to change the interpreter in FME to &lt;EM&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe &lt;/EM&gt;so that i's using ArcGIS Pro's python, but that didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help, my last solution is to downgrade to ArcGIS Pro 2.3.3 again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2019 12:09:33 GMT</pubDate>
    <dc:creator>LemvigKommune1</dc:creator>
    <dc:date>2019-07-16T12:09:33Z</dc:date>
    <item>
      <title>ETL tool error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/etl-tool-error/m-p/356814#M15745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've just updated my Pro to 2.4 and now i'm running into this problem, this is just a little example, my big tools are doing the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a FME workspace containing a creator and an emailer, nothing else.&lt;/P&gt;&lt;P&gt;When running from FME it runs smoothly, but when I'm making a ETL tool in a Toolbox in ArcGIS Pro, and try to run this tool from python, it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the python script:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import sys, arcpy&lt;BR /&gt;try:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default_path = os.path.dirname(os.path.realpath(__file__))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(default_path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # arcpy.ImportToolbox(os.path.join(default_path, 'WFStools.tbx'))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ImportToolbox(os.path.join(default_path, 'TestTools.tbx'))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # tools = arcpy.ListTools('*_WFStools')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # tools = arcpy.ListTools('*_TestTools')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # for tool in tools:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(arcpy.Usage(tool))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.emailer_TestTools()&lt;BR /&gt;&lt;BR /&gt;except arcpy.ExecuteError:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(arcpy.GetMessages())&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Handle the code somehow&lt;BR /&gt;except Exception:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e = sys.exc_info()[1]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(e.args[0])&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddError(e.args[0])&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And this is the error I'm getting&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;runfile('C:/ArcGIS Projects/wfs_project/test.py', wdir='C:/ArcGIS Projects/wfs_project')&lt;BR /&gt;Reloaded modules: arcpy, arcpy.geoprocessing, arcpy.geoprocessing._base, arcpy.toolbox, arcpy.ddd, arcpy.arcobjects, arcpy.arcobjects._base, arcpy.arcobjects.arcobjectconversion, arcpy.arcobjects.arcobjects, arcpy.arcobjects.mixins, arcpy.arcobjects.geometries, arcpy._mp, arcpy.pdfdocument, arcpy.utils, arcpy._symbology, arcpy._renderer, arcpy._colorizer, arcpy.reviewer, arcpy.agolservices, arcpy.analysis, arcpy.aviation, arcpy.ba, arcpy.cartography, arcpy.conversion, arcpy.edit, arcpy.ga, arcpy._ga, arcpy._base, arcpy.gapro, arcpy.geoanalytics, arcpy.geocoding, arcpy.locref, arcpy.lr, arcpy.management, arcpy.maritime, arcpy.md, arcpy.na, arcpy._na, arcpy._na._solvers, arcpy._na._sas, arcpy._na._rs, arcpy._na._odcms, arcpy._na._vrps, arcpy._na._cfs, arcpy._na._las, arcpy._na._nds, arcpy.parcel, arcpy.ra, arcpy.server, arcpy.sfa, arcpy.stats, arcpy.stpm, arcpy.td, arcpy.topographic, arcpy.un, arcpy.wmx, arcpy._wmx, arcpy.interop, arcpy.da, arcpy.mp, arcpy.sharing, arcpy._chart, arcpy.nax, arcpy.sa, arcpy.sa.Raster, arcpy.sa.Utils, arcpy.sa.Functions, arcpy.sa.ParameterClasses, arcpy.sa.CompoundParameter, arcpy.ia, arcpy.ia.Functions, arcpy.ia._ia, arcpy.time, arcpy.cmanagers, arcpy.cmanagers.EnvManager, arcpy.toolbox_code&lt;BR /&gt;C:\ArcGIS Projects\wfs_project&lt;BR /&gt;Start Time: 16. juli 2019 14:03:34&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FME 2019.0.0.0 (20190328 - Build 19238 - WIN64)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Interoperability (node locked-crc)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Permanent License.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Machine host name is: S01GIS181&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operating System: Microsoft Windows 10 64-bit&amp;nbsp; (Build 16299)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright (c) 1994 - 2019, Safe Software Inc.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Safe Software Inc.&lt;BR /&gt;FME 2019.0.0.0 (20190328 - Build 19238 - WIN64)&lt;BR /&gt;FME_HOME is 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\'&lt;BR /&gt;Data Interoperability (node locked-crc)&lt;BR /&gt;Permanent License.&lt;BR /&gt;Machine host name is: S01GIS181&lt;BR /&gt;START - ProcessID: 31608, peak process memory usage: 58704 kB, current process memory usage: 58704 kB&lt;BR /&gt;FME Configuration: Command line arguments are `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\fme.exe' `C:\Users\agsSA\AppData\Roaming\ESRI\Interoperability\logs\custom-tool-20190716-140334-1563278614109_21088.fme'&lt;BR /&gt;FME Configuration: Connection Storage: 'C:\Users\agsSA\AppData\Roaming\Safe Software\FME\'&lt;BR /&gt;Shared folders for formats are : C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\datasources;C:\Users\agsSA\Documents\FME\Formats&lt;BR /&gt;Shared folders for transformers are : C:\Users\agsSA\AppData\Roaming\Safe Software\FME\Packages\19238-win64\transformers;C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\transformers;C:\Users\agsSA\AppData\Roaming\Safe Software\FME\FME Store\Transformers&lt;BR /&gt;Shared folders for coordinate systems are : C:\Users\agsSA\Documents\FME\CoordinateSystems&lt;BR /&gt;Shared folders for coordinate system exceptions are : C:\Users\agsSA\Documents\FME\CoordinateSystemExceptions&lt;BR /&gt;Shared folders for coordinate system grid overrides are : C:\Users\agsSA\Documents\FME\CoordinateSystemGridOverrides&lt;BR /&gt;Shared folders for CS-MAP transformation exceptions are : C:\Users\agsSA\Documents\FME\CsmapTransformationExceptions&lt;BR /&gt;Shared folders for transformer categories are : C:\Users\agsSA\Documents\FME\TransformerCategories&lt;BR /&gt;FME Configuration: Reader Keyword is `MULTI_READER'&lt;BR /&gt;FME Configuration: Writer Keyword is `NULL_DEST'&lt;BR /&gt;FME Configuration: Writer Group Definition Keyword is `NULL_DEST_DEF'&lt;BR /&gt;FME Configuration: Reader type is `MULTI_READER'&lt;BR /&gt;FME Configuration: Writer type is `NULL'&lt;BR /&gt;FME Configuration: No destination coordinate system set&lt;BR /&gt;FME Configuration: Current working folder is `C:\ArcGIS Projects\wfs_project\workspaces'&lt;BR /&gt;FME Configuration: Temporary folder is `C:\Users\agsSA\AppData\Local\Temp', set from environment variable `TEMP'&lt;BR /&gt;FME Configuration: FME_HOME is `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\'&lt;BR /&gt;FME Configuration: FME_BASE is 'yes'&lt;BR /&gt;FME Configuration: FME_MF_DIR is 'C:\Users\agsSA\AppData\Roaming\ESRI\Interoperability\logs/'&lt;BR /&gt;FME Configuration: FME_MF_NAME is 'custom-tool-20190716-140334-1563278614109_21088.fme'&lt;BR /&gt;FME Configuration: FME_PRODUCT_NAME is 'FME(R) 2019.0.0.0'&lt;BR /&gt;System Status: 436.83 GB of disk space available in the FME temporary folder (C:\Users\agsSA\AppData\Local\Temp)&lt;BR /&gt;System Status: 128.00 TB of virtual memory available&lt;BR /&gt;Operating System: Microsoft Windows 10 64-bit&amp;nbsp; (Build 16299)&lt;BR /&gt;FME Platform: WIN64&lt;BR /&gt;Locale: en&lt;BR /&gt;Code Page: 1252&amp;nbsp; (ANSI - latin I)&lt;BR /&gt;FME Configuration: Process limit is 16.00 GB of physical memory&lt;BR /&gt;FME Configuration: Start freeing memory when process usage exceeds 48.00 GB of virtual memory&lt;BR /&gt;FME Configuration: Stop freeing memory when process usage is below 36.00 GB of virtual memory&lt;BR /&gt;Creating writer for format: NULL (Nothing)&lt;BR /&gt;Trying to find a DYNAMIC plugin for writer named `NULL'&lt;BR /&gt;Loaded module 'NULL' from file 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins/NULL.dll'&lt;BR /&gt;FME API version of module 'NULL' matches current internal version (3.8 20181030)&lt;BR /&gt;Creating reader for format: &lt;BR /&gt;MULTI_READER(MULTI_READER): Will fail with first member reader failure&lt;BR /&gt;Using Multi Reader with keyword `MULTI_READER' to read multiple datasets&lt;BR /&gt;FME API version of module 'NULL' matches current internal version (3.8 20181030)&lt;BR /&gt;FME API version of module 'NULL' matches current internal version (3.8 20181030)&lt;BR /&gt;Loaded module 'Geometry_func' from file 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins/Geometry_func.dll'&lt;BR /&gt;FME API version of module 'Geometry_func' matches current internal version (3.8 20181030)&lt;BR /&gt;Loaded module 'PythonFactory' from file 'C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins/PythonFactory.dll'&lt;BR /&gt;FME API version of module 'PythonFactory' matches current internal version (3.8 20181030)&lt;BR /&gt;The workspace does not contain user Python. FME will attempt to use a Python 3.7+ interpreter&lt;BR /&gt;Using Python interpreter from `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\fmepython37\python37.dll' with PYTHONHOME `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\fmepython37'&lt;BR /&gt;Python version 3.7 loaded successfully&lt;BR /&gt;Python Exception &amp;lt;AssertionError&amp;gt;: SRE module mismatch&lt;BR /&gt;Failed to import `fmesite'&lt;BR /&gt;Python Exception &amp;lt;AssertionError&amp;gt;: SRE module mismatch&lt;BR /&gt;Failed to import `fme'&lt;BR /&gt;&amp;nbsp;(PythonFactory): The Python Framework could not be started. PythonFactory could not initialize&lt;BR /&gt;The Python Framework could not be started. PythonFactory could not initialize&lt;BR /&gt;A fatal error has occurred. Check the logfile above for details&lt;BR /&gt;Translation FAILED with 7 error(s) and 0 warning(s) (0 feature(s) output)&lt;BR /&gt;Translation FAILED with 7 error(s) and 0 warning(s) (0 feature(s) output)&lt;BR /&gt;FME Session Duration: 1.2 seconds. (CPU: 0.1s user, 0.2s system)&lt;BR /&gt;END - ProcessID: 31608, peak process memory usage: 76412 kB, current process memory usage: 76412 kB&lt;BR /&gt;A fatal error has occurred. Check the logfile above for details&lt;BR /&gt;Program Terminating&lt;BR /&gt;Translation FAILED.&lt;BR /&gt;Tool execution failed.&lt;BR /&gt;Failed to execute (emailer).&lt;BR /&gt;Failed at 16. juli 2019 14:03:40 (Elapsed Time: 6,79 seconds)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Why is Data Interoperability trying to using a python v. 3.7 and not v. 3.6 ? &lt;/P&gt;&lt;P&gt;I've tried to change the interpreter in FME to &lt;EM&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe &lt;/EM&gt;so that i's using ArcGIS Pro's python, but that didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help, my last solution is to downgrade to ArcGIS Pro 2.3.3 again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 12:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/etl-tool-error/m-p/356814#M15745</guid>
      <dc:creator>LemvigKommune1</dc:creator>
      <dc:date>2019-07-16T12:09:33Z</dc:date>
    </item>
  </channel>
</rss>

