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
0
votes
1 answer

How can we get the Exact java business code from the TBO deployed in Documentum?

Currently we need to customize one of the existing TBO to add some functionality. However we are unable to find the exact code of TBO which we deployed last time. Is there any way we can get it back from repository itself? Usually we convert our…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

Documentum -- Custom queries

I am new to learning Documentum and we came across this query being run by the system that we are looking at how to potentially speed up: SELECT ALL dm_document.r_object_id FROM dm_document_sp dm_document WHERE ( …
anon
0
votes
1 answer

How to restore missing Documentum folder (UCF) under user profile folder?

When a user logs into documentum is able to browse and query for documents, but once it hits the display button the doc viewers just load a blank line. When going to menu "Tools > Preferences" I got a message saying my browser doesn't support Java…
Allende
  • 1,480
  • 2
  • 22
  • 39
0
votes
1 answer

Write, append DQL query results to excel in java using apache poi and DFC

I have to write the dql query results to excel in java using apache poi and DFC. I have the following code written, this needs to be organized to handle efficiently. I tried writing to excel utility in other method, but this is not working…
user11163621
0
votes
1 answer

Is it possible to show additional cabinets to a user even if it is not added in restricted_folder_ids?

I have a cabinet say "tcabinet" in a repository "trepository". In this repository there are multiple users however their access is restricted by adding the cabinet IDs to the restricted_folder_ids column in dm_user object. The user has access to…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

documentum rest services issue

Documentum authentication error I am able to run repository list api but when I am running repository detail api and in authorization i am passing username :- dmadmin and password : - password . I am getting { "status": 401, "code":…
rupali mittal
  • 195
  • 1
  • 8
0
votes
1 answer

How to get r_object_id by content path in Documentum

I have path /doc/dev/documentum/data/MMM/content_storage_01/00002710/80/00/00/d3.txt How to get r_object_id of this content?
qwazer
  • 7,174
  • 7
  • 44
  • 69
0
votes
1 answer

How to delegate a document to a user via Samson using DQL

I'm new with writing DQL queries, and trying to find documentation for Samson 1.0 is a huge pain. So, can someone help me figure out how to delegate a Documentum task via Samson using DQL? Also, if anyone could point me to where I can find…
Everett
  • 145
  • 2
  • 12
0
votes
1 answer

to set r_creation_date manually?

I am developing a DFS application (on C#) that imports a document from another document management system into Documentum Server. Partially, I have to decide: how to import 'Creation date' (r_creation_date)? I mean: Documentum's ideology supposes…
KellyLynch
  • 241
  • 2
  • 9
  • 30
0
votes
1 answer

How to create custom JSP in Documentum web publisher?

I'm trying to create a web page where some content(parts of the page such as footer/header etc) will come from documentum and some data on the page will com from external oracle database. From what I can tell from Documentum Web publisher docs it…
Ville M
  • 2,009
  • 7
  • 30
  • 45
0
votes
1 answer

Documentum issue: Setup cannot copy the file ExJNIAPI.dll

I was using webtop for some time and it was working fine. Now its started to give this error and if I cancel it, its asking to download some cab Files, which I allowed. But again when installed it starts showing the same error. Any suggestions?
Ritter7
  • 166
  • 2
  • 14
0
votes
2 answers

Is there any way to restrict my access to a file which I have uploaded?

I have uploaded a document lets say a.txt, in some folder. It was uploaded successfully, however I can not see it there. There are multiple other files which I uploaded earlier and I can see them lets say b.txt. When I try to upload the file a.txt…
Ritter7
  • 166
  • 2
  • 14
0
votes
4 answers

SVN and EMC Documentum

Has anyone ever heard of Documentum being used to provide the backend store for Subversion?
Michael
0
votes
1 answer

How we could configure icons image for a new document format in webtop?

I am using webtop 6.8.1 , CS 7.2. I need to add one new Document format say .xyz. I have added it successfully. But when such Document is listed, its icon is not getting shown correctly, while for other formats like pdf or gif it is showing correct…
Ritter7
  • 166
  • 2
  • 14
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…