Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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

How to create multiple users in Documentum

Is there any way to create 30+ user with same groups and ACL name in one shot? I have tried using DQL and make script, but even that doesn't run in one shot in Documentum DQL editor. Does anyone has ...
1
vote
1answer
47 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
57 views

File Upload in Documentum through ajax

Is there any way we can upload files to Content server either in TaskSpace 6.6 or Web Publisher 6.5 through ajax.Current I am using execute method of ActionService class which unfortunately refreshes ...
1
vote
1answer
86 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
1answer
273 views

Accessing Documentum Server version 6.5 through C# app using DFC PIA 5.3

Can we Login to a Documentum Docbase version 6.5 from a C# application using an older PIA (Primary Interop Assembly version 5.3). I know PIA has been depricated since version 6.5 but I have DFC 5.3 ...
0
votes
0answers
6 views

Documentum ADTS services are being Slow

We are facing Serious issue, with Documentun ADTS transformation Issue Users are saying they are reciveing Rendition very LATE (Approx 45 to 1hr for document of 37 kb type) This is a critical ...
0
votes
0answers
34 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
0answers
62 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
1answer
202 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
210 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
0answers
52 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
101 views

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

Documentum groups and subgroups lost when build is performed

Here's our dev process. We have a dev Documentum environment where we make our changes, and then import those DFC changes into our docbase using Documentum Composer. When the build is performed, we ...
0
votes
4answers
442 views

Documentum DFS, renaming dm_user (user_name attribute)

After changing some user's user_name attribute with DFS Object web service consistency checker fails. It seems Documentum uses user_name as foreign key in other documents and renaming this attribute ...
0
votes
2answers
50 views

DQL based on object_id

How can we access chronicle id based on object_id in DQL? Can someone please provide the schema details related to the object_id's of a document having the same chronicle_id, so that we can access ...
0
votes
1answer
131 views

how to remove values from signed out attribute in documentum

when check out done in documentum. how to remove values of "Signed Out To" attribute in documentum using java dfc api. when sysobj.cancelcheckout executed only unlock function done and removes the ...
0
votes
3answers
1k views

Pros and Cons of DFC and DFS?

I am new to Documentum, I have to upgrade one code from Documentum foundation class to Documentum Foundation Services. Can someone provide the pros and cons of each, and good source of information to ...
0
votes
4answers
1k views

In Documentum 6.5 my TBO's are being triggered even when the document is a template

When creating and modifying document templates in Documentum 6.5 my TBO for that object type is being triggered. In 5.3 creating a template did not trigger the TBO. This is a problem because I have ...