Questions tagged [documentum7.3]
10 questions
66
votes
3 answers
ERROR: Named volume "xplore:/root/xPlore/rtdata:rw" is used in service "dsearch" but no declaration was found in the volumes section
I wanted to create containers for tomcat, documentum content server and documentum xplore by using a single compose file. Am facing issues due to the volumes mentioned in the docker-compose.yml file. Am able to bring up the services by executing the…

VarunRajendran
- 771
- 1
- 5
- 8
3
votes
0 answers
Documentum error : [DM_SESSION_E_RPC_ERROR]
I am trying to get the content of all the documents (current version) from a documentum source using the following code
IDfSysObject document = (IDfSysObject) session.getObject(new DfId(eachFileMetadata.get(some document…

Akhil
- 391
- 3
- 20
2
votes
1 answer
How to get the children of Virtual Documents in Documentum
I am trying to get the children of a particular virtual document by using the query below
select * from dm_document in document ID('virtual document id') descend with any r_version_label='CURRENT'
I am able to get the children for a particular…

Akhil
- 391
- 3
- 20
2
votes
1 answer
Documentum error : [DM_STORAGE_E_NOT_ACCESSIBLE]
I am trying to get the content of all the documents (current version) from a documentum source using the following code
IDfSysObject document = (IDfSysObject) session.getObject(new DfId(eachFileMetadata.get(some document…

Akhil
- 391
- 3
- 20
2
votes
0 answers
Documentum error : [DFC_OBJPROTO_BAD_NUMBER_FORMAT]
I am trying to get the content of all the documents (current version) from a documentum source using the following code
IDfSysObject document = (IDfSysObject) session.getObject(new DfId(eachFileMetadata.get(some document…

Akhil
- 391
- 3
- 20
2
votes
0 answers
Documentum error :[DM_STORAGE_E_BAD_TICKET]
I am trying to get the content of all the documents (current version) from a documentum source using the following code
IDfSysObject document = (IDfSysObject) session.getObject(new DfId(eachFileMetadata.get(some document…

Akhil
- 391
- 3
- 20
2
votes
1 answer
Error while running documentum code
I am getting an error while running the documentum code at:
config.setString("primary_host", docbroker);
in the below code:
IDfClient client = DfClient.getLocalClient();
// getting the config object of local client
IDfTypedObject config =…

Akhil
- 391
- 3
- 20
1
vote
0 answers
Dockerized DCTM 7.3 and Dockerized DCTM REST 7.3 not able to retrieve global registry or its documents
My setup consists of
Documentum Content Server 7.3 (dctm-cs) running in a docker container (from EMC)
Documentum REST Services 7.3 (dctm-rest) running in a docker container (from EMC)
I am definitively able to get information from within dctm by…

zealoushacker
- 6,766
- 5
- 35
- 44
0
votes
1 answer
How to clean unnecessary full text user queue items in dm_queue_item table in Documenutm 7.1/16.4 and Xplore 1.6?
I have faced an issue where my environment's Index agent was NOT able to process new documents. While checking I fond out that dmi_queue_item cont is very high, so I am posting this self answered question which will let us know how to get your queue…

Bajajsahab
- 97
- 2
- 7
0
votes
1 answer
Difference between documentum workflow and D2 documentum workflow?
Can someone please suggest technical differences between normal documentum workflows and D2 based documentum workflows? In terms of different object types and so on?
What is difference between content handling and advanced content handling in D2…

ScriptLearner
- 163
- 3
- 16