Question

FME Server .Net Connection

  • 11 March 2015
  • 3 replies
  • 9 views

Hi,

 

 

we are trying to connect to FME Server 2014 programmatically via .NET.

 

We are using the sample code provided by the FME Server Documentation, but get following error: 

 

 

{"QSIncompleteResponse:Incomplete FME Server response. Expected  [SUCCESS|ERROR]+message. Received: "}

 

 

The Server is running and the connection via web is successful. We have tried the code with enabled security and disabled security but both ways were unsuccessful. Our Code is attached:

 

 

Any Ideas what we are doing wrong?

 

 

Thanks in advance!

3 replies

Userlevel 4
Hi,

 

 

I've never used the C# API myself, but have you looked at the example project in the documentation?

 

 

http://docs.safe.com/fme/html/FME_Server_Documentation/Default.htm#APIs/Dotnet/DotNet.htm%3FTocPath%3DFME%2520Server%2520Developer's%2520Guide%7CDeveloping%2520with%2520the%2520Core%2520APIs%7C.NET%7C_____0 (http://docs.safe.com/fme/html/FME_Server_Documentation/Default.htm#APIs/Dotnet/DotNet.htm%3FTocPath%3DFME%2520Server%2520Developer's%2520Guide%7CDeveloping%2520with%2520the%2520Core%2520APIs%7C.NET%7C_____0)

 

 

David
Hello David,

 

yes we used the documentation and sample project for our code. Nevertheless we get the above mentioned error.

 

 

Greetings!
Userlevel 4
Hello,

 

 

in that case, I suggest you contact Safe support (https://safecommunity.force.com/knowledgeSubmitCase), unless someone else here has an idea.

 

 

David

Reply