Question

"Error running translation". Where to start looking?

  • 22 June 2021
  • 3 replies
  • 25 views

Fresh install of FME 2019.2. Installed ArcGIS Pro 2.8 in order to get the 64-bit geoprocessing for our .gdb files. Previous versions were 32-bit. Also have ArcGIS Desktop 10.8 installed (might be of importance).

 

I get this far:

  

Reading table/feature class 'RecreationArea_A'

FME Configuration: Source coordinate system for reader GEODATABASE_FILE_1[GEODATABASE_FILE] set to `_LL-WGS84_0' as read from input data

Coordinate System `_LL-WGS84_0' parameters: CS_NAME=`_LL-WGS84_0' DESC_NM=`WGS84 Lat/Longs' DT_NAME=`WGS84' ESRI_WKT=`GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]' GROUP=`LL' MAP_SCL=`1' PROJ=`LL' QUAD=`1' SCL_RED=`1' UNIT=`DEGREE'

Storing feature(s) to FME feature store file `C:\\temp\\wb-cache-!cip30_fgdb_new-WcyZHM\\Main_RecreationArea_A -1 403 -1 0 0e6998bf75e4d1127f4e8c9607adcb57058fe12f.ffsupdating'

Storing feature(s) to FME feature store file `C:\\temp\\wb-cache-!cip30_fgdb_new-WcyZHM\\Main_AttributeExpressionRenamer_15 -1 207 fo 0 OUTPUT 0 32d7f2305ba17e1813cdbbd341d4e2a03b17c50c.ffsupdating'

Storing feature(s) to FME feature store file `C:\\temp\\wb-cache-!cip30_fgdb_new-WcyZHM\\Main_ARCSTROKER_14 -1 205 fo 0 STROKED 0 9dd2ea85f57c1778f00d071be72ea08986867180.ffsupdating'

Storing feature(s) to FME feature store file `C:\\temp\\wb-cache-!cip30_fgdb_new-WcyZHM\\Main_ATTRIBUTEFILTER_15 -1 204 fo 4 _lt_lt_gt_UNFILTERED_lt_gt_gt_ 0 092fcd61a5aebf5f11a6a618d1ce7f4a9eab32d4.ffsupdating'

Storing feature(s) to FME feature store file `C:\\temp\\wb-cache-!cip30_fgdb_new-WcyZHM\\Main_GeometryFilter_15 -1 206 fo 3 AREA 0 2fdb583d7b47a5dc4fbff9c11251b1f6263f793d.ffsupdating'

FME Configuration: Using FME Reprojection Engine

Python version 3.7 loaded successfully

Error running translation.


3 replies

Userlevel 3
Badge +17

Can you post an overview of your workbench after running and failing the workbench.

 

I guess you have FeatureCaching Enabled. Sometimes it helps to disable this setting.

 

My best guess for now would be that it failes before at or after the GeometryFilter_15. Is it writing after this transformer or is it doing something else?

Resolved:

ArcGIS Pro 2.8 is only supported in FME 2021.0.2 or higher (https://community.safe.com/s/article/notes-on-fme-and-esri-versions-and-compatibility).

Userlevel 3
Badge +17

Resolved:

ArcGIS Pro 2.8 is only supported in FME 2021.0.2 or higher (https://community.safe.com/s/article/notes-on-fme-and-esri-versions-and-compatibility).

Oh yes. It's a pitty you have to upgrade both ArcGIS Pro and FME in the same cycle. Our FME server is running on 2019.1.2 so this is the version I use default. But I have 2020 and 2021 installed as well. It is always very tempting to push the Upgrade button, but if 2.8 does not have any feature update you need it it better to stay behind.

 

 

Reply