I have a 2016.1.1 workspace, reading from gdb, writing to dwg (Autodesk AutoCAD Map 3D Object Data).
When I run it on Desktop, I get the following errors.
2019-07-03 12:13:55| 5.9| 0.0|WARN |Library 'D:\apps\fme_2016_1_1_64\plugins/realdwg/REALDWG.dll' was found but could not be loaded. Ensure that all the dependent modules exist for this library
2019-07-03 12:13:55| 5.9| 0.0|ERROR |Module 'AUTOCAD_OD' is unavailable for use with this FME edition
2019-07-03 12:13:55| 5.9| 0.0|ERROR |Module 'AUTOCAD_OD' is unavailable for use with this FME edition
2019-07-03 12:13:55| 5.9| 0.0|ERROR |FeatureWriter_3(WriterFactory): Module 'AUTOCAD_OD' is unavailable for use with this FME edition
2019-07-03 12:13:55| 5.9| 0.0|ERROR |Module 'AUTOCAD_OD' is unavailable for use with this FME edition
When I run it on Server, I get the same errors for some datasets, but not all.
I synced back the production data to my local machine, run the workbench with the same dataset as it works on server, and still get this error.
I think I read something about a similar problem, but can't find where...
Can anyone point me in the right direction?
What I tried:
Original workspace / dummy feature / original featurewriter = fail
Original workspace / create new featurewriter = fail
Original workspace / dummy feature / new featurewriter = fail
New workspace / create dummy feature / new featurewriter = success
New workspace / copy all transformers from old workspace and paste in new workspace = fail