Questions tagged [documentum]

Documentum is an enterprise content management platform, now delivered by EMC Corporation, as well as the name of the software company that originally developed the technology.

Documentum is an enterprise content management platform, now owned by OpenText, as well as the name of the software company that originally developed the technology.

Documentum code can be written in a variety of programming languages depending on the database or environment. Using idql32.exe/idql64.exe or iapi32.exe/iapi64.exe on the content server, you can execute or . The or languages can also be executed within Documentum Administrator (DA) from the Tools menu. Using Oracle SQL Developer, you can execute . Using Microsoft SQL Server Management Studio, you can execute .

Related Tags:

Links:

365 questions
1
vote
1 answer

How to recognize a ‘system cabinet’: /System, /Templates, /Resources etc

There are ‘system cabinets’ in Documentum Servers: /System, /Templates, /Resources. webtop_userguide.pdf specifies these 3 ones; but does not specify full list of them. Is there a way to know: is given cabinet ‘system’ or no? I am writing an…
KellyLynch
  • 241
  • 2
  • 9
  • 30
1
vote
1 answer

How can I dynamically specify default value for DocbaseAttribute in DocbaseAttributeList in EMC Documentum WDK web application?

I have docbaseattributelist on a page containing docbaseattributes. How can i dynamically (from inside of my web application) set default value for certain docbaseattribute of this list in EMC Documentum WDK application?
bambrikii
  • 23
  • 5
1
vote
1 answer

How can I get the number of contents of a dm_document?

I am trying to add a new content to my dm_document with the DFCMethod : myDocument.setContentEx(myByteArrayOutpuStream, myContentExtension, pageNumber) However, when I add this content, I don't know if there are other contents already added to this…
The Once-ler
  • 220
  • 3
  • 16
1
vote
1 answer

How do I delete folders recursively using DQL?

I work on an application using Documentum. Let's say I have the following structure : MyCabinetName |->Folder 1 |->Folder 2 |-> Folder 3 I am trying to delete all the folders inside a cabinet. I am running the following DQL query…
The Once-ler
  • 220
  • 3
  • 16
1
vote
0 answers

getting com.emc.documentum.core.fulltext.client.index.FtFeederException: in Documentum Index Agent

I just did brought Index Agents and Explore Server down and started Explorer server again. Now when I am trying to bring Index Agent up using "Start Index Agent in Normal Mode" option, I am getting the following…
Ritter7
  • 166
  • 2
  • 14
1
vote
0 answers

DQL to query type fragments in documentum

I have an object in docmentum, this object has attributes and type fragments, I want to query by a type fragment attribute value. My object name is CIC and it has a type fragment called Emision which has an attrribute called receptor, so when I do…
Willy Cornejo
  • 105
  • 1
  • 3
  • 10
1
vote
0 answers

Documentum D2 - Class type interface com.emc.d2fs.dctm.content.ID2Content not found

On Logging to Documentum D2 with Life Science Module installed it shows a Failure dialog with Class type interface com.emc.d2fs.dctm.content.ID2 Content not found Am I missing any component of D2 or Life Science module for this to work
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
1
vote
0 answers

Documentum - How to move content from Windows File System to NAS

We have a Documentum system where the content is stored on Windows File System The data size is around 500GB. We are planning to move from Windows File System to Cloud based NFS. How can we move the existing content to the new location. Will this…
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
1
vote
2 answers

Documentum - [DFC_BOF_CLASS_CACHE_INIT_ERROR] Failed to initialize class cache

We have a custom code that connects to Documentum 6.7 SP1 Server and extracts the documents depending on the query we feed. It was working as expected for some time and facing an issue recently. While we are running the custom code it is throwing an…
sri26
  • 11
  • 2
1
vote
2 answers

why documentum webtop is shiped with java windows jre

I found 2 big files in documentum webtop webtop\wdk\contentXfer\win-jre1.6.0_16.zip webtop\wdk\contentXfer\win-jre1.5.0_06.zip Why webtop is shipped with it?
qwazer
  • 7,174
  • 7
  • 44
  • 69
1
vote
3 answers

Unable to delete documents in documentum application using DFC

I have written the following code with the approach given in EMC DFC 7.2 Development Guide. With this code, I'm able to delete only 50 documents even though there are more records. Before deletion, I'm taking the dump of object id. I'm not sure if…
1
vote
0 answers

what is the root cause of UCF error in Documentum?

I see a lot often the following error when trying to access Documentum using webtop. Renaming/deleting the ucf folder under C:/Users//Documentum resolves this issue, however the issue comes more often. I would like to know what is the reason it…
Ritter7
  • 166
  • 2
  • 14
1
vote
3 answers

How to pass custom arguments along with standard arguments in a Documentum job method

I configured a job correctly by passing the custom arguments successfully. Now I want to use the custom as well as standard arguments. But the issue is either standard arguments(job id, user name, docbase name and trace level) are getting passed or…
Ritter7
  • 166
  • 2
  • 14
1
vote
3 answers

Create network file share from an API

I am exploring the possibilities of exposing an EMC Documentum folder, and the files/folders within, as a network file share. The reason is so we can enable another application to read and write files to what it thinks is a standard UNC path, but…
flipcode
  • 621
  • 2
  • 9
  • 19
1
vote
1 answer

Documentum.cmis.too many open files error

We have deployed our application on rhel 7 from rhel 6 and after deployment we are seeing following error in the catalina.properties, due to this my vm link is getting down frequently. We are using Documentum CMIS 16.4 version on tomcat 8.5…
Bajajsahab
  • 97
  • 2
  • 7