
Tag archives for API
Hello,
Just a post concerning the freeze, unfreeze mechanism of documentum which allows to mark an object and, optionally, its components (if the object is a virtual document), as unchangeable.
There is also the lock/unlock mechanism which places a database lock on an object.
FREEZE DOCUMENT
The content server modifies these following attributes of the object when freezing an object :
• r_immutable_flag to ...more»
Hello,
I would like to present a solution in order to encrypt/decrypt data base password stored in dbpasswd.txt on DCTM server via API commands and Java API programming. When and why this would be necessary ? Perhaps, if the database password has been forgotten by everybody :)
API commands
So, the password of database is stored in the dbpasswd.txt file in the docbase's ...more»
Hello,
Just a post concerning the execution of DQL script via IDQL32, and API script via IAPI32.
DQL script via IDQL32
Here an example on exportation of unused ACLs in CSV file:
Creation of DQL script : script_dql_export_acl_not_used.dql in order to export the unused ACLs in a CSV file named script_dql_export_acl_not_used_result.csv:
Execution of script on content server via idql32 Tools. This script requires several parameters.
Note: ...more»
Hi,
Just a post in order to expose a solution in order to force the starting/stopping of a running job.
Force the job's starting via DQL:
Execute the following query:
Check the log and the automatically setting to initial value for the next invocation date by AGENT_EXEC process depending on the scheduling parameters of job :
Force the job's stopping:
Get the process ...more»
