I keep getting this very vague error message when running my FME. My workspace is simple. I'm pulling down my data from ArcGIS online, I have a joiner to join to other data to get a few attributes, I'm re projecting my data then writing it out to SDE. When I run it all I get returned is Error running translation. I have sent it to inspector and I can see what I want so it appears to be having trouble when it gets to SDE. Any ideas?
Page 1 / 1
Try switching on full debug temporarily to see if there is anything helpful in the messages.Tools menu > FME Options > Log Message Filter
Hi Mark, I already had the log messages on. I finally got it working. I basically went transformer by transformer. It ended up being my ESRIReprojector. When I swapped it out for the Reprojector everything worked fine. I have no clue why the ESRIReprojector didn't work as I've never had a problem wtih it in the past but this time that was my problem.