Exception thrown by SDK when attaching file to an object’s attachments

I am able to manually upload files to the attachment table. But doing the same thing via SDK gives the following exception:

The preferred file server : https://(url)/Filemgr/services/FileServer for current user is down

The same utility/code runs perfectly fine on other environments but not on the concerned one. Obviously, this is some issue of configuration and the code it self is fine. What can I do to fix this issue? Again let me tell that the uploading of files manually works fine but not via SDK.

Add Comment
1 Answer(s)

Try using the machine name instead of using alias url to connect to sdk…

Agile Angel Answered on January 14, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.