I've come to adopt a project file that seems to fail intermittently on the same input DWG file. This workspace was developed over time and it's now in an FME Server 2019.1 environment (2019.1.3.1, Build 19643 - win64) where we thought it would be a risk-free minor version upgrade, but some files now fail against it. My Workbench is also the same version in troubleshooting this. I'm at a loss now for where to look to try to resolve this. This is what I've tried:
- Upgrade all transformers to the latest version, including the ones in embedded transformers
- Replaced deprecated embedded transformers, such as ClosedCurveFilter (LoopFilter) and HorizontalAngleCalculator (AzimuthCalculator).
- Changed Connection Runtime Order
- Disabled transformers to locate the troublesome ones. They're typically on the embedded transformers, NeighborFinders, FeatureMergers, and LineOnLineOverlayers, but I'm expecting that there's no significanct change to them to make this stop working.
From my desktop, a change I make does allow the translation to finish successfully, but if I run it another day, let's say by re-opening the workspace or Workbench, then it would fail again.
This is typically where the log file ends:
2021-05-19 16:08:06| 2.5| 0.0|INFORM|Creating spatial index of 89 point features
2021-05-19 16:08:06| 2.5| 0.0|INFORM|Completed spatial index creation
Error running translation.
The "error running translation" error is very generic. I've turned on verbose logging, but it's not obvious to me that it's indicating any issue.
I am supplying an attaching of the workspace, DWG, and log file. The workspace should have the input params saved to run.
Thank you.