Has any one saved a document from Sonic into Documentum ?
From a standalone machine i can save the document using DfClient but when i make this call from Service Type Instance , it fails.
My assumption is that while doing IDfSessionManager sessionManager = client.newSessionManager();, it trys to download stuff on your local machine, which works fine for standalone but it fails inside sonicfs.
I may be wrong but this is my first wild guess.
Can you provide more details about the error you get, e.g. a stack trace?
I was able to do it by setting dfc.properties.file
Thanks