Top "Documentum" questions

Documentum is an enterprise content management platform, now delivered by EMC Corporation, as well as the name of the software company that originally developed the technology.

DQL query to return all files in a Cabinet in Documentum?

I want to retrieve all the files from a cabinet (called 'Wombat Insurance Co'). Currently I am using this DQL …

sql database dql documentum dfc
Which Documentum APIs should I use?

There seems to be a number of options for interfacing to Documentum; WDK, DMCL, DFC, DFS, DQL, etc. What else …

documentum
how to fill format (a_content_type) while creating a document in DFS?

I am developing a DFS application (оn С#) that imports a document into Documentum as dm_document. A document may be …

documentum
documentum Session getting error

import com.documentum.com.DfClientX; import com.documentum.com.IDfClientX; import com.documentum.fc.client.IDfClient; import com.documentum.fc.…

java documentum dfc
DQL: enable (return_top 10) performance impact

I had this query that originally caused massive timeouts: select d.r_object_id from isc_fiche d, dmr_con …

dql documentum
Documentum DQL: How can I get UTC time zone for Date columns to parse to .NET?

Documentum (DQL via DFC) always returns Date result columns as a string formatted like this: Wed Oct 19 16:01:59 PDT 2011 ...and the .…

datetime timezone string-parsing documentum documentum-dfc
Cannot connect content server docbase in windows2008(64bit) from windows7(32bit)

Error occurred when I connect docbase in windows2008(64bit) from windows7(32bit) using DFC. (the content server version is Developer_…

documentum dfc
EMC Documentum DQL - How to delete repeating attribute

I have a few objects created on my database and I need to delete some of the repeating attributes related …

dql documentum dfc emc
How to test Documentum RESTful APIs

I'm successfully running the Documentum Developer Edition on a Virtual Machine as suggested by Documentum's Official Site. I have access …

api rest documentum