Useful Documentum Code

URL to refresh WDK config

http://host:port/webtop/wdk/refresh.jsp
 

Error msg: DM_LOCALE_E_UNKNOWN_LOCALE_NAME
Put this on your dmcl.ini at DMAPI_CONFIGURATION section.

client_locale=en_GB ( Assuming its missing the GB)

Publishing locale-specific information to the data dictionary

1. From the command prompt on the server on which eContent Server is installed, run this dmbasic command:

where:

docbase_name: The name of the Docbase.
user_name: Your user name.
password: Your password.
data_file: The data file that contains data dictionary information that is specific to the locale you want to publish.

Path: ‘$DM_HOME/bin’ (normally).

dmbasic -f dd_populate.ebs -e LoadDataDictionary — docbase_name user_name password data_file
Open the IAPI utility and execute this API command:

where:

session: The session for IAPI (usually s0).
Locale: The locale for which you want to publish data dictionary information. For example, ja for Japanese. The default is the locale that is specified for the current client session.
Type: The specific object type for which you want to publish data dictionary information.
attribute: The specific attribute for which you want to publish data dictionary information. You must enter the type argument for which the attribute is defined.

publish_dd,session[,locale][,type][,attribute]
How to obtain physical path of a document in Documentum

Launch this neat API call:

getpath,c,<r_object_id>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s