Skip to main content
Question

AutoCAD Reader: Error opening file during version check , from .net to FME Server

  • September 27, 2017
  • 1 reply
  • 54 views

Forum|alt.badge.img

Hello every body, hope you're fine ;-).

 

Here is my problem:

 

I have a process deployed on a FME server.

 

I want to use it from a .net WebSite with a FileUpload control to give, as input file parameter, a local file path.

The situation is: Local file on local computer call a website that goes to FME server to execute the process.

 

I use a url call :

http://servername/fmedatadownload/repository/fmeworkbench?token=generetedtoken&INPUT;_AUTOCAD_FILE=c:/blablapathto/file.dwg

 

 

But on the server log I Have this error:

 

AutocadReader: Error opening file ........ during version check.

What could it be?

 

 

thanks in advance.

 

 

Steph.

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.

1 reply

LizAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • September 29, 2017

Hi @stephanemarly, that particular error is usually caused by an incorrect path, double check your path. I suggest checking out the FME Server REST API documentation, you can input your parameters and it will give you the correct path for what you are trying to achieve.

Even though it is a local file, sometimes using UNC paths helps correct the problem, give that a try too.

Hope that helps!

-Liz