Skip to main content
Question

FME Server problem reading AutoCAD with OD data: AutoCAD Reader: Error opening file...during version check

  • February 25, 2019
  • 3 replies
  • 176 views

Forum|alt.badge.img

Good afternoon,

I am trying to run a workspace on FME Server that utilized the AutoCAD OD reader. When I run the workspace I receive the following error code:

"AutoCAD Reader: Error opening file 'C:\\ProgramData\\Safe Software\\FME Server\\resources\\temp\\Chicago_Building_1_201902251923396464_cad\\DP_L_2_CAD.dwg, C:\\ProgramData\\Safe Software\\FME Server\\resources\\temp\\Chicago_Building_1_201902251923396464_cad\\DP_L_1_CAD.dwg' during version check "

I have checked the file path and both CAD files exist in the folder. So I am a bit puzzled why I am receiving this error. I have tested the workbench on FME Web Portal with the same workspace and it ran correctly, but running through the API failed and caused the above error code.

Any assistance would be great!

Thanks,

David

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img+2

Hi @david_prosack88

 

Is there any difference between how you're running it in the web and through rest api? Possibly user or service? Does it work/run correctly if you use the direct url?

Forum|alt.badge.img

Hi @jlutherthomas,

The issue has been resolved. The API was sending string elements into our input parameters when multiple CAD files were being read. So we changed them to an array. Everything is working fine now.

Thanks!

David


Forum|alt.badge.img

Hi @david_prosack88

 

Is there any difference between how you're running it in the web and through rest api? Possibly user or service? Does it work/run correctly if you use the direct url?

Hi @jlutherthomas,

The issue has been resolved. The API was sending string elements into our input parameters when multiple CAD files were being read. So we changed them to an array. Everything is working fine now.

Thanks!

David