Tagged Questions

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.

learn more… | top users | synonyms

3
votes
1answer
790 views

soap4r custom headers

I've been working with soap4r and trying to use the SOAP::Header::SimpleHandler, I'm trying to get it to put a custom header on the outgoing message, but I can't work out how to get it to include ...
2
votes
1answer
148 views

Documentum DQL: How can I get UTC time zone for Date columns to parse to .NET?

Documentum (DQL via DFC) always returns Date result columns as a string formatted like this: Wed Oct 19 16:01:59 PDT 2011 ...and the .NET DateTime.Parse function chokes on this - especially the ...
2
votes
2answers
67 views

Webtop DRL link directly to edit

Is there any way to create a Webtop DRL link so that it instead of asking whether the user wishes to VIEW / EDIT/ ANNOTATE, it goes straight to EDIT mode and just opens up the document, bypassing the ...
2
votes
1answer
278 views

Documentum Query -DQL

How can I form a DQL query to get the list of files excluding the virtual documents created (while adding reference to the file) in document um. Can any one please help me out.
2
votes
2answers
401 views

DQL-Documentum query

Can any one please provide a solution in Documentum Query Language to access the folder details of a file checked out from documentum if we provide the object_id of the corresponding file. Thank ...
2
votes
1answer
209 views

How to set host and port in full java without dmcl.ini

Using Documentum DFC, I would like to set up a docbase connection without using a dmcl.ini. How can I do such a thing?
2
votes
5answers
1k views

Displaying Custom Attributes in Documentum - Webtop

I am following an article that explains how to use the ICustomAttributeDataHandler class. I am creating a custom column for the inbox screen, but the problem is that the value I set for my custom ...
2
votes
3answers
2k views

Copy documentum content with apache IOUtils.copy() and setContent()

I want to copy the content from one object stored in one docbase to another object stored in another docbase. I do not want to create a file because I have more than 300 k files to copy. Below is a ...
2
votes
1answer
183 views

documentum instruction

Documentum sample code is never deeply commented, so my question is: What does this line mean? IDfQuery query = DfcUtils.getClientX().getQuery();
2
votes
4answers
3k views

Which Documentum APIs should I use?

There seems to be a number of options for interfacing to Documentum; WDK, DMCL, DFC, DFS, DQL, etc. What else is there? When whould you use which interface? For .NET developers, for Java developers?
2
votes
2answers
819 views

Documentum 5.3 connecting

I am new to Documentum. I am creating a stand alone java application that needs to connect to a documentum instance (5.3). How would I go about connecting to the instance?
1
vote
1answer
30 views

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.)
1
vote
1answer
27 views

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 ...
1
vote
1answer
45 views

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 ...
1
vote
1answer
44 views

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 ...
1
vote
1answer
84 views

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, ...
1
vote
0answers
131 views

long running query in documentum application

When retrieving objects in our documentum application it takes long time. We activated long running query option in data source och found that the below query is taking too much time: select all ...
1
vote
1answer
201 views

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 ...
1
vote
2answers
289 views

how to fill format (a_content_type) while creating a document in DFS?

I am developing a DFS application (оn С#) that imports a document into Documentum as dm_document. A document may be in any format – DOC, DOC, PDF, whatever. Thus, when I create a document, I have to ...
1
vote
1answer
103 views

Documentum to SVN migration

Is there a tool/ any programmatic way to migrate documentum content into SVN with revision history?
1
vote
1answer
319 views

documentum DQL command exec count_sessions - what means columns “hot_list_size”, “warm_list_size”,“cold_list_size”?

I found undocumented DQL command in documentum (tested on D6.5) exec count_sessions what means columns "hot_list_size", "warm_list_size","cold_list_size" in output of this query?
1
vote
1answer
265 views

Is there a dql command to find out the docbase owner name?

Alternatively is there a way to specify what user is used to execute a dm_job?
1
vote
1answer
151 views

Log out of Documentum Server

Iam a beginner in using DFC . 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. ...
1
vote
1answer
168 views

inputmask for documentum

I know that I can validate an input field by adding a inputmaskvalidator tag. I read the documentum doc : The mask character string: # : numeric characters & : all characters A : ...
1
vote
1answer
687 views

Get info about a workflow item using Documentum API calls

What is the API call to get information about the packages in a workflow based on the package_id of the workflow?
1
vote
1answer
170 views

Is there any way to get Documentum to use Character based Storage for Unicode

Anyone out there with sufficient knowledge of EMC Documentum and Oracle to know whether it is possible to set up a documentum repository on top of oracle so that it uses Character based field lengths ...
0
votes
0answers
26 views

DOCUMENTUM::User not receiving Inbox notification

One of the user is not receieving inbox notification for workflow process of Document, Please let me know which server to check for which Log, Or Alternatively is there any DQL by which we can see, ...
0
votes
0answers
31 views

ADTS service in Documentum

We have encountered that a user has received rendition of a document quite late as they were supposed to be, I have the name and Object ID of the document: In DA I tried to use following DQL query: ...
0
votes
1answer
132 views

Uploading a larg document to CMIS-based servers using opencmis

I want to upload a large file maybe 500MB. on CMIS based servers. Alfresco, Documentum and Microsoft SharePoint Would I face problems ?, if yes, are there suggestion to handle that ? edit I am ...
0
votes
1answer
68 views

Upload file to Documentum via .NET API

I am looking to upload a file from SharePoint to documentum via .NET API and looking for possible options. I have come across these solutions: Interop Assemblies for Documentum (I have heard they ...
0
votes
0answers
30 views

C# - How to fetch a document name from ERoom server

I wanted to fetch a list of document names from a location in the ERoom server. I have the eRoom.eRoomAPI.dll file. But i am a begineer with eroom and dont know how to proceed. If someone could guide ...
0
votes
0answers
60 views

Include Version Labels when exporting via DFC (Documentum)

I am exporting a document that has the following version labels: "V1, CURRENT, 1.2" But my exported XML document only includes this text: dctm:version_label="CURRENT". Anyone know how I can export ...
0
votes
2answers
322 views

Creating a folder with DFC (Documentum)

I'm facing a strange problem. All I want is to create a new folder with the DFC. But when I execute the code (JUnit or inside the Application) no folder is created and surprisingly no exception is ...
0
votes
0answers
32 views

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, ...
0
votes
1answer
197 views

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 ...
0
votes
2answers
131 views

Apache Tomcat startup error

I'm receiving this error when starting tomcat: 16:27:21,027 ERROR [main] com.documentum.web.common.Trace - An error occurred during application intialization : ...
0
votes
1answer
140 views

To retrieve first N objects in query results

I am using Documentum Developer Edition 6.6. I need to (using DFS) execute the following DQL expression select "r_version_label","i_chronicle_id", "i_position", "r_modify_date" , ...
0
votes
0answers
80 views

How to read Database Information from Documentum ERoom using API

We are trying to read data using Server Access API from Documentum ERoom product. We have got some references and implementation about how to read other things like Files, Folders, Users and ...
0
votes
2answers
209 views

Can't see custom object types in Webtop but I can in DA

When I try to create a new document in webtop 6.5 sp3 I do not see my cutom object types that I created and installed using composer. I can however see my custom types in DA and I can create ...
0
votes
2answers
200 views

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

DFS (.Net): GetSchemaInfo returns no typeInfos

I have a Documentum Developer Edition 6.6. I am using DFS (.Net Productivity Layer). I have tried to call GetSchemaInfo method in Schema service. The method returns the following result: Description: ...
0
votes
1answer
88 views

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

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 ...
0
votes
0answers
51 views

Documentum Replica Object error Class com.documentum.generated.ReplicaObject or one or an ancestor must have ReplicaClass annotation

I'm having a problem with Documentum 6.5 where we try to get an object. This object is a replica from other object. When I do: IDfSysObject dcmObject = (IDfSysObject) session.getObject(new ...
0
votes
1answer
664 views

Java problem on AIX 6.1 - Processing dump event “gpf”, detail “”

I have problem with EMC's Documentum Java on AIX 6.1 server. I have install it in /dctm/dfc_shared/java/1.6.0_00/. For example when I run command "java -version" from ...
0
votes
0answers
117 views

How to create a dm_document with specifying labels?

I am using DFS; Documentum Developer Edition 6.6. I want to create a dm_document with my labels (in addition to standard “1.0”, “CURRENT”, provided by Documentum Server). Can I do this using only one ...
0
votes
0answers
203 views

Checkin operation in DFS: cannot create new version without content file?

I have created s DFS (C#) application that performs Checkout for a dm_document; the dm_document has primary content file. Then the application calls Checkin operation without specifying Content in ...
0
votes
2answers
201 views

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

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

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' ...

1 2