documentum

No DocBrokers are configured

I get this error while trying to access documentum through webtop. "An error has occurred. [DM_DOCBROKER_E_NO_DOCBROKERS]error: "No DocBrokers are configured". Iam trying to access documentum for the first time. Any help ? ...

Blank popup when trying to checkout or export documents in Documentum. Java applet not triggering.

Randomly when I go to check out a document in Webtop I get a UCF error. Anyone have any ideas how to troubleshoot this? ...

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. Now I need to log out of the session. How is that possible.If i need to fire a DQl, what is that ? ...

How do I get a token needed for DFS Kerberos authentication?

I'm trying to write a client for consuming DFS (Documentum Foundation Services) and trying to use kerberos for single sign-on. In both Java and C# sample code (productivity layer) that comes with the documentation, the line that gets the Kerberos binary token is given as byte[] ticket = ... I'm not sure how to actually get the bi...

Documentum docbase Icon is not getting refreshed

Hi I am using 5.3 SP5 environment. In my custom application I have used tag to populate an icon at runtime. I worked fine for the first time but now when I am replacing the image with another image its not picking it up. Its still showing the old image. I have cleared the dmcl cache, cleared the Work folder and restarted the tomcat cont...

DQL to get i_chronicle_id from r_object_id

I have a situation like this: I need to find out the i_chronicle_id of a document. If I try with r_object_id(i.e select i_chronicle_id from dm_document where r_object_id='some id', it will return me the i_chronicle_id. Then no problem. But if someone has modified the document(checked out and checked in) my above query doesn't work becaus...

DQL to get r_object_id From DRL

I have a situation like this. I checked out a file from documentum (File is a dita-map ). File has a reference to another file in the repository. DRL is dctm://MILLENNIUM/0500006480003b2e?DMS_OBJECT_SPEC=RELATION_ID. From this, I assume that 0500006480003b2e is the relation ID. If so how do I get its ObjectID . I need the object ID o...

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

Properties are set to give information regarding reference in the file to be Checked In to Documentum

Hi, I would like to know how Documentum Checks In a file referred in another file, along with the parent file? When datapackage and operationoption objects are passed to Create() method of Documentum, what all properties are set to give information regarding reference in the file to be Checked In? My scenario is like this: When we ch...

Getting control of CheckIn a reffered file, form Documentum

Hi, It happens in Documentum like, when we CHeckIn a file, another file referred in it also get Checked in automatically.How can I get control of a referred file so that, I can Checkin the file seperately ...

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

How to escape "/" in document name in Documentum DFC/DFS

How to escape "/" when you want to retrieve document like "/Templates/Blank Access 97 / 2000 Database" by object path in Documentum using DFS or DFC? ...

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