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
0 answers

xPlore1.0 Index Server

Its a clean installation, no fulltext application installed before. but i can see both FAST and xPlore folders created in C:\Documentum\fulltext\ right after i finished xPlore installation. I dont know, why the Content Server point to FAST…
ila tom
  • 11
  • 2
1
vote
3 answers

Documentum user creation using Active Directory

Is there any way that we can programatically create a Documentum user by using Active Directory information? (I have very little knowledge on ADT and know that it stores user info thats all.)
RAJ
  • 123
  • 5
  • 16
1
vote
1 answer

Using Documentum DQL to get contents of all users' worklows

I know almost nothing about Documentum, so there are probably omissions in the information you need to answer my questions. But I'm going to try, anyway... We use Documentum (obviously). Within Documentum, users can create workflows. These…
Sean
  • 431
  • 2
  • 6
  • 14
1
vote
1 answer

Documentum Document Template Import issues

I'm using Documentum Composer to create a new XML application. After importing an XML template for the content from WebTop, I noticed that the templates are missing the Documentum-Specific attributes such as these: Expected:
It Grunt
  • 3,300
  • 3
  • 21
  • 35
1
vote
1 answer

Is it possible to intercept Documentum API calls?

I have a need to handle different publication events in Documentum (DFC 6.5). When content is published, I would like to fire a JMS message back to my application. Is there any way to intercept the API calls so that I can handle my business logic?
It Grunt
  • 3,300
  • 3
  • 21
  • 35
1
vote
1 answer

how documentum method timeout performed?

I have documentum dm_method create dm_method object set object_name = 'xxxxxxxxxxx', set method_verb = 'xxx.yyy.Foo', set method_type = 'java', set launch_async = false, set use_method_server = true, set run_as_server = true, set timeout_min =…
qwazer
  • 7,174
  • 7
  • 44
  • 69
1
vote
2 answers

long running query in documentum application

When retrieving objects in our Documentum application it takes a long time. We have activated long running query option in data source och, but have found that the below query is taking too much time: select all b.r_object_id,…
Govan
  • 2,079
  • 4
  • 31
  • 53
1
vote
0 answers

DFS - How to check out a virtual doc with "Root, and Read-only descendants"

When using Webtop to checkout a virtual document, there is an option "Root, and Read-only descendants". How to achieve the same functionality using Documentum Foundation Services (DFS)? Thanks, Ning
Ning Hu
  • 11
  • 1
  • 3
1
vote
1 answer

DQL Select returns several rows for repeatable values

I am using Documentum Developer Edition 6.6. I have run the following DQL: select "r_object_id", "r_modify_date", "r_version_label","i_position" ,"object_name" from "dm_document" where FOLDER (ID('0bde75d18000cfa4')) and…
KellyLynch
  • 241
  • 2
  • 9
  • 30
1
vote
1 answer

Apache Tomcat Startup WARNING (ExceptionInInitializerError)

I have an error starting webtop 6.5 sp3 in eclipse with tomcat. DFC jars are added to classpath and buildpath already. Accessing the webapplication goes to a blank page Any ideas on how to resolve this? Warning: WDK application could not be started,…
Ayrad
  • 3,996
  • 8
  • 45
  • 86
1
vote
0 answers

EMC Dispatcher Classification Edit 7.10 will not open batches

After the user scan the document, those will show up on Captiva Administrator (v7.10) on "Error" Status, when trying to open those for Classification on the Classification Edit application it will keep idle with the message "Waiting for Task", also…
Allende
  • 1,480
  • 2
  • 22
  • 39
1
vote
1 answer

Multiple Files with the same name - what's the best way to distinguish them for retrieval

We store uploaded files in Documentum and in the event someone uploads files with the same name, we would like to be able to retrieve the correct file using the Rest API. We store metadata (filename, etc.) in the database as part of a queue of work.…
Mike
  • 3,186
  • 3
  • 26
  • 32
1
vote
1 answer

How to get the deleted documents list in a cabinet using DQL in Documentum?

I'm trying to find the list of documents deleted using DQL with few conditions, but I need to find the list that belongs to only a particular cabinet. I'm not able to frame query using audittrail with r_object_id of dm_cabinet. Maybe something like…
sb709057
  • 45
  • 6
1
vote
1 answer

JBoss AS 7.1 server is failing to deploy ear applications during the startup process regardless of the default-timeout set in deployment scanner

One of our JBoss Application Server version 7.1 is failing to deploy ear applications during the startup process. I have tried many different values for the default-timeout parameter (600secs, 1200secs, 2400secs) in the deployment scanner section of…
ykm
  • 33
  • 1
  • 5
1
vote
2 answers

.NET and Documentum 5.3 Integration

I need to implement integration of a custom .NET application with Documentum 5.3. .NET application should provide functionality of managing folders, documents, metadata and search in configured Documentum 5.3. I've found the following integration…
pchel
  • 31
  • 1
  • 6