documentum Questions

3

Solved

I'm unable to update the record with DQL due to a lock. Is it possible to unlock the record, update it and lock it again? I'm running the following code in idql64.exe on the content server. UPDAT...
Philoprogenitive asked 31/5, 2018 at 0:42

6

There seems to be a number of options for interfacing to Documentum; WDK, DMCL, DFC, DFS, DQL, etc. What else is there? When whould you use which interface? For .NET developers, for Java developer...
Infect asked 7/9, 2009 at 12:39

4

Solved

I want to retrieve all the files from a cabinet (called 'Wombat Insurance Co'). Currently I am using this DQL query: select r_object_id, object_name from dm_document(all) where folder('/Wombat In...
Groveman asked 21/1, 2014 at 2:36

3

Solved

In DFC one can execute SQL directly (bypassing DQL) using the IDfSession.apiExec() method. The problem is that the method is marked as deprecated in the current (6.x, 7.x) versions of the DFC API. ...
Permeability asked 7/3, 2014 at 14:33
1

© 2022 - 2024 — McMap. All rights reserved.