DFS (Documentum Foundation Service) is a SOAP API for accessing the functionality of a Documentum Content Server
Questions tagged [documentum-dfs]
29 questions
1
vote
2 answers
Error while connecting to documentum source
I am new to documentum,can any one help me how to resolve the following error
DfException:: THREAD: Thread-694; MSG: [DFC_BOF_CLASS_CACHE_INIT_ERROR] Failed to initialize class cache.; ERRORCODE: ff; NEXT: null
at…

Akhil
- 391
- 3
- 20
1
vote
4 answers
Documentum DFS, renaming dm_user (user_name attribute)
After changing some user's user_name attribute with DFS Object web service consistency checker fails. It seems Documentum uses user_name as foreign key in other documents and renaming this attribute on dm_user doesn't change all foreign keys of this…

grega g
- 1,079
- 1
- 12
- 25
1
vote
1 answer
Log out of Documentum Server
I have an Windows application that uses Documentum APIs to checkin/checkout documents into Documentum Content Server 6.5.1.
I use DFS 6.5.1 to interact with the server.
Now I need to logout of the session. How is that possible?

Ananth
- 10,330
- 24
- 82
- 109
1
vote
0 answers
Architecture or flow diagram of Content rendition server in EMC Documentum
How does a content rendition server works in EMC Documentum? I tried to check in EMC Documentum sites but I couldn't find any satisfactory architecture diagram of the flow.
How a rendition request is processed and what is the role of the Adlib…

ScriptLearner
- 163
- 3
- 16
1
vote
2 answers
Documentum REST API
I'm trying to develop a ESB connector for Documentum REST API. According to the information they have provided in their website, both the Documentum Content Server and the Documentum Core REST are required to user the API.
I want to know whether…

user3651814
- 11
- 2
1
vote
1 answer
Documentum DFS: Timeout for service calls
I'm working with the DFS Java API and was wondering whether anyone knows a simple way to configure a client-side timeout for service-calls that can be configured on the service context, for example?
I have experienced some rare occasions where a…

Florian Patzl
- 174
- 1
- 13
0
votes
1 answer
SOAP not getting encoded as MTOM in a WCF client
I am connecting to a DFS(Documentum Foundation Services) instance from a WCF client.
I am using basicHttpBinding and I have set the messageEncoding="Mtom". However, when I inspect the soap, I see the document within the SOAP envelop. The document…

Hem
- 1
- 1
0
votes
1 answer
Deployment of custom DFS (Documentum Foundation Services) on Jboss 6
I am testing deployment of a custom DFS on JBOSS 6. However I am getting some errors when I deploy the application. The application is running fine with no error on JBOSS 5. However when I deploy the same DFS application on JBOSS 6 I am getting the…

Funies
- 1
0
votes
3 answers
How to get list of all repository names on a documentum server
I am trying to make a dynamic application using dfc, in which I want to fetch all the repository names that exists on a server.
For example if there are 3 repositories, i.e. r1, r2 and r3. How can I fetch the names in my program?

Ritter7
- 166
- 2
- 14
0
votes
0 answers
EMC Documentum- Service method "Execute" invocation failed
I have integrated documentum with our .net application. In this application we are uploading a document which will be stored on documentum. But when I am trying to do this it is throwing following errors.
Service method "Execute" invocation failed.…

sai
- 1
- 4
0
votes
1 answer
moving a document or a folder from one repository to another in Documentum
I am doing a JavaFx project connected to Documentum data storage. I have cabinet lets call it CabinetA and inside of it I have few files . Lets say Folder1 and Folder2 . Inside of each one of those there are few documents . I want to move doc1…

Danial Kosarifa
- 1,044
- 4
- 18
- 51
0
votes
0 answers
Enable TRACE in custom DFS application (DfLogger, log4j)
Summary
We're struggling with enabling log4j's TRACE level in a custom Documentum DFS application. The application runs on Tomcat 7.0 and uses Log4j 1.2.13, and is packaged as a WAR archive.
We have an appender called CustomServiceAppender that…

eivamu
- 3,025
- 1
- 14
- 20
0
votes
1 answer
How do I get a token needed for DFS Kerberos authentication?
I'm trying to write a client for consuming DFS (Documentum Foundation Services) and trying to use Kerberos for single sign-on. Both Java and C# sample code (productivity layer) in the documentation gives the following line which gets the Kerberos…

barneytron
- 7,943
- 3
- 23
- 25
0
votes
1 answer
Saving object to repository : dataObject.Properties.Set("i_folder_id") vs dataObject.Relationships.Add()
I am using DFS.NET Productivity layer v6.7.
I have variables dataObject and repoFolderPath.
I want to save dataObject inside the folder specified by the path repoFolderPath.
I can do this in two ways:
By setting…

Mahesha999
- 22,693
- 29
- 116
- 189