Tagged Questions
2
votes
1answer
280 views
Documentum Query -DQL
How can I form a DQL query to get the list of files excluding the virtual documents created (while adding reference to the file) in document um. Can any one please help me out.
2
votes
2answers
407 views
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 ...
1
vote
1answer
41 views
Documentum user creation using Active Directory
Is there any way that we can programatically create a Documentum user by using Active Directory information? (I have very little knowledge on ADT and know that it stores user info thats all.)
1
vote
0answers
132 views
long running query in documentum application
When retrieving objects in our documentum application it takes long time. We activated long running query option in data source och found that the below query is taking too much time:
select all
...
1
vote
1answer
326 views
documentum DQL command exec count_sessions - what means columns “hot_list_size”, “warm_list_size”,“cold_list_size”?
I found undocumented DQL command in documentum (tested on D6.5)
exec count_sessions
what means columns "hot_list_size", "warm_list_size","cold_list_size" in output of this query?
0
votes
0answers
29 views
DOCUMENTUM::User not receiving Inbox notification
One of the user is not receieving inbox notification for workflow process of Document, Please let me know which server to check for which Log,
Or
Alternatively is there any DQL by which we can see, ...
0
votes
0answers
34 views
ADTS service in Documentum
We have encountered that a user has received rendition of a document quite late as they were supposed to be, I have the name and Object ID of the document:
In DA I tried to use following DQL query:
...
0
votes
2answers
327 views
Creating a folder with DFC (Documentum)
I'm facing a strange problem.
All I want is to create a new folder with the DFC. But when I execute the code (JUnit or inside the Application) no folder is created and surprisingly no exception is ...
0
votes
1answer
138 views
DQL to remove a subgroup from a group in Documentum?
Does anyone know how to remove a subgroup from a group in Documentum using DQL?
Thanks
0
votes
1answer
147 views
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 ...
0
votes
1answer
310 views
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 ...
0
votes
1answer
339 views
Does “LINQ to DQL” exist?
If LINQ-to-SQL overcomes the object-relational impedance mismatch of a .NET application talking to a SQL Server database...
If I want to build a .NET MVC UI, where my model queries a Documentum CMS ...
0
votes
1answer
446 views
DQL return files in a Cabinet
Using DQL I want to return all the documents under the Cabinet test. How would I go about writing a query to do this?