ArcGIS 10.5 and Data Interoperability FME version

1941
2
01-05-2017 01:29 AM
AndreasPorman
New Contributor

Hi!

In our client machine, we have upgraded ArcGIS Server to 10.5 (previously, it was 10.2.2). We also have a list of FME converters (created by ArcGIS Data Interoperability tool), FME converters are then saved as tools with ArcGIS Model Builder and a python script runs those converters every week. After the upgrade to 10.5, python script stopped working with various error messages:

#! EXPLICIT_BOOKMARK_ORDER="false"

#! TITIE=""

#! LEGAL_TERMS_CONDITIONS=""

#! MAX_LOG_FEATURES="200"

e.g.

"Traceback (most recent call last):
File "C:\Data\INSPIRE_data_update\SCRIPTID\Konverterid.py", line 24, in <module>
arcpy.Vaheandmebaas_Konverterid()
File "C:\Data\INSPIRE_data_update\Konverterid.tbx", line 87, in Vaheandmebaas
#! EXPLICIT_BOOKMARK_ORDER="false"
ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000816: The tool is not valid.
Failed to execute (Vaheandmebaas)."

There messages apper to come randomly, no logic that we could find.

With the ArcGIS 10.5 version, the Data Interoperability version is also 10.5, but the FME version there is 2016.1.2
Python version is 2.7.12

The thing is, that those models, if started manually inside ArcCatalog toolbox, work perfectly.

As I understand, ArcGIS 10.5 needs FME 2016.1.3.

Could it be a version conflict between ArcGIS 10.5 and FME version inside ArcGIS Data Interoperability 2016.1.2?

Or python version problem?

If 10.5 needs FME 2016.1.3, then why hasn't ArcGIS Data Interoperability 10.5 have a FME 2016.1.3 version?

Thanks

0 Kudos
2 Replies
AndreasPorman
New Contributor

Problem solved.

0 Kudos
AdrienHafner
Occasional Contributor

Hi Andreas, we're having a similar issue in ArcGIS Desktop 10.5, using the Data Interoperability Extension/FME.  We get the same error message when run in Python.  What was the solution to your problem?

Thanks,

Adrien

0 Kudos