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?