I have a very basic workbench, which reads data from FFS files and should write around 15000 lines in the ESRI ArcSDE Table (SQL Server 2014). Unfortunately, when the workbench is ready to write the data in the table, I receive "Error running translation" with two BADNEWS issues in log which appear only in Debug mode:
....
ArcSDE release: '10.0'. Underlying database: 'SQL Server'
A default z-value of '0' will be used for all 3D features where z-values are not provided
Geodatabase Writer: Not simplifying geometries being written to the Geodatabase
Error running translation.
.....
Kindly find complete log here
The writer which I use is "Esri Geodatabase (ArcSDE Geodb)". The same behavior I have with writer "Esri Geodatabase (Personal Geodb)" but if I change the writer to pure Microsoft Access, I am able to write in the data.
In the Win Event Viewer I can find two error messages each time I execute the test (sorry that it is in German)
I am using FME Desktop 2018.1.0.2 Build 18547 (32 bit).
On the same machine is installed ArcGIS 10.2.1 with Utility and Telecom Patch 8, HotFix 364568 and VBA Compatibility 10.2.
Thanks in advance for any comment or advice what can I implement in order to properly write the data in the SDE.
Dušan