Hi,
I have an issue with a workspace that reads from AGOL and, among other things, writes to an SDE.
The workspace completes successfully, but then returns an error – as below:
Translation was SUCCESSFUL
Error running translation.
This isn’t so much of an issue on desktop – as the features are written correctly, but on Server (it’s destined to be a nightly scheduled task) that final error is enough to restart the workspace – ad infinitum.
I have narrowed the issue down to the SDE Writer and have tried many ‘solutions’, without success. These include:
- Replacing the SDE Writer with a Feature Writer
- Converting the SDE Feature Class to non-relational
- Committing transactions at the end of write
- Various transaction types
- Audit logging (no additional details on the final error)
- etc
Currently running FME Desktop 2018.1.2.1 (32bit) on Windows 7.
Any help and advice would be welcome.
Thanks,
Mark




Further narrowed this down to a ListBuilder in the email configuration section - the mere existence of this transformer, even if the email section isn't accessed, stops the workspace on Server. I have replaced the ListBuilder with a ListPopulator and all looks promising so far - just waiting for IT to open up the email port (25).