the DFS objectService content method getAsFile results in (500) Internal Server Error

joseph.miller
edited December 12, 2008 in Documentum #1

We are trying to get documents out of Documentum and display the file contents to users.

We are using DFS with the .Net client productivity layer (namespace = Emc.Documentum.FS.Services.Core).

The IObjectService Get succeeds, however the DataPackage.DataObjects[0].Contents[0].GetAsFile() returns a (500) Internal Server Error.

Anyone know how to resolve this?

Comments

  • aflowers001
    edited December 12, 2008 #2

    Hi,

    What content transfer method have you specified, UCF? or one of the others?

  • joseph.miller
    edited December 12, 2008 #3

    Thanks for your response. We are using MTOM for the transfer protocol.

    I think we have solved the problem. It was a configuration issue on the doc/web server.

    When we switched to using a different doc/web server, the getAsFile works just fine.