Sometimes you may want to specify the user name for the r_modifier of the document (or specify a value for the attribute r_modify_date). These two attributes are updated automatically with the save API. As it turns out, any time the save API is called against an object, the r_modify_date and r_modifier ...
When an XML document is imported or checked in to the Docbase, there is an algorithm to determine which XML applications apply. There are three ways to turn off XML validation while importing or checking in XML files: 1. To permanently turn off XML validation in your repository modify the "format_class" attribute ...
Subscribing to a document (object) in Webtop allows you to have immediate access to it without having to navigate to its location. In practice, a subscription is a shortcut to an object. Have you ever wondered how subscriptions work? Simply, subscriptions are relationship objects (dm_relation) that ...
Why changed value in dfcfull.properties does not work? Properties set in dfcfull.properties files are the default used. To change those value copy the property from the dfcfull.properties file and paste into the dfc.properties file. Change the property value there will take effect. NOTE: Some settings in this file such as ...
Sometimes we need to connect the backend database for docbase. How to get it? 1. Find the server.ini. Usually it is located under $DCTM_DBA/config/<docbase name> 2. Find those database related items in the server.ini. For example: database_conn = ornipoint.ukoom.com database_owner = ornipoint database_password_file = /ukoom/dba/config/ornipoint/dbpasswd.txt service = ornipoint 3. Decrypt the encoded password in the 'database_password_file' (e.g. ...
After downloading a latest version of ANT - 1.8.1 and set up the PATH and ANT_HOME, it returns me '1.6.1 version' when executing the command 'ant -version'. What happened?? That's the ant version from Documentum Application Builder (DAB)!!!! The path - 'C:\Program Files\Documentum\Shared' will be added into system variable - 'PATH' when ...
Many guys asked the question - how could we check if the document is in workflow Just a simple DQL is needed: select r_workflow_id from dmi_package where any r_component_id='<document id>' Enjoy yourself please.
When a document is immutable, we cannot update it. Of course we can set the immutable to false back and update the document and set immutable to true again, we usually do this if we want to update an immutable document. And When will the document become immutable in Documentum? Below is the ...
Wow, how long the title is! :) I came across one strange issue today (actually I found this last Friday, but you know weekend coming, hehehe). When using the update DQL to fill up one new column in the registered table, there are always lots of blanks appended. The root cause after doing ...
Webtop lets you check in a document as the same (existing) version. However, when you do this the Content Server never sees a checkin call or event. Webtop simply sets the new file as content, updates any changed attributes, and saves the object. So a dm_save event ...