Questions tagged [documentum]

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.

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

Documentum code can be written in a variety of programming languages depending on the database or environment. Using idql32.exe/idql64.exe or iapi32.exe/iapi64.exe on the content server, you can execute or . The or languages can also be executed within Documentum Administrator (DA) from the Tools menu. Using Oracle SQL Developer, you can execute . Using Microsoft SQL Server Management Studio, you can execute .

Related Tags:

Links:

365 questions
1
vote
1 answer

DFC reading a file

I am using the DFC to access documentum. I am trying to read a file. I have the r_object_id and I now wish to return the document assoicated with this. How would I do this in java?
James
1
vote
1 answer

Deleting Records from Documentum

I need to delete a number of records from a Documentum database. As these are Documentum objects I can't just go into the backend SQL and remove them so trying DQL. Delete from cbs_speciality where speciality_id = 'zzz' and I get the error Error…
Paul S Chapman
  • 832
  • 10
  • 37
1
vote
2 answers

Documentum to SVN migration

Is there a tool/ any programmatic way to migrate documentum content into SVN with revision history?
Kamal Joshi
  • 498
  • 1
  • 7
  • 19
1
vote
1 answer

How to create a "choice" attribute in Documentum 7.1

In my Documentum object type, I want to create a "direction" attribute that can have the values "north", "south", "east", "west". So in the Documentum Administrator tool, in my object type's "Properties" dialog I selected the "Attribute" tab,…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
2 answers

How to recognize (programmatically) situation ‘property value has changed in object’?

I am beginner in Documentum yet (all I have now is Documentum Developer Edition); so advice from an experienced Documentum developer will be very helpful. I need to create a program (on .NET) that will be monitoring specified Documentum Content…
KellyLynch
  • 241
  • 2
  • 9
  • 30
1
vote
0 answers

Cant retrive Custom Properties from CmisObject (Documentum)

I am trying to retrive all properties from CmisObject but I cant see the custom defined properties which are present in Documentum system. Document sourceDocument = (Document)getCmisObject(sourceSession, sourceObjectId); Iterator>…
Kalebere Gaurav
  • 69
  • 2
  • 13
1
vote
2 answers

Error while connecting to documentum source

I am new to documentum,can any one help me how to resolve the following error DfException:: THREAD: Thread-694; MSG: [DFC_BOF_CLASS_CACHE_INIT_ERROR] Failed to initialize class cache.; ERRORCODE: ff; NEXT: null at…
Akhil
  • 391
  • 3
  • 20
1
vote
2 answers

Remove or set Document Query Language attribute to null

Could someone please help me with this? I am trying to get rid of the ATTRIBUTE "effective_date" or set it to null date by using the below 2 queries and am getting different errors. ===================================== UPDATE cd_quality (ALL)…
HelenL
  • 11
  • 1
  • 2
1
vote
2 answers

How to migrate content from Documentum WebTop to Alfresco?

I want to migrate content with metadata from Documentum WebTop to Alfresco. Can anyone please help me with the possible ways and some basic steps if possible. For the moment I can think about using apache chemistry open CMIS API to connect to both…
Deepak Talape
  • 997
  • 1
  • 9
  • 35
1
vote
1 answer

DQL documentum like pattern with field

i tried to use field in like pattern but without success this is my dql i tried: select object_name from categories a, (select object_name from clients where client_number = '12345') d where a.r_folder_path like '%'||d.object_name||'%' actually i…
kfir
  • 732
  • 10
  • 22
1
vote
2 answers

Slash in cmis:name and cmis:contentStreamFilename

The CMIS 1.1 specification says: 2.1.5.3 Paths A folder hierarchy MAY be represented in a canonical notation such as path. [...] A pathSegment token MUST not include a ’/’ character. It is repository specific how a repository chooses the…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
0 answers

Dockerized DCTM 7.3 and Dockerized DCTM REST 7.3 not able to retrieve global registry or its documents

My setup consists of Documentum Content Server 7.3 (dctm-cs) running in a docker container (from EMC) Documentum REST Services 7.3 (dctm-rest) running in a docker container (from EMC) I am definitively able to get information from within dctm by…
zealoushacker
  • 6,766
  • 5
  • 35
  • 44
1
vote
2 answers

Not able to approve tasks in Documentum D2

In one of the workflows, task notification has been sent to an user's inbox. When the user tries to acquire the task, he is getting the error like missing package for the current task of the workflow. Kindly provide me the suggestion on resolving…
1
vote
4 answers

Documentum DFS, renaming dm_user (user_name attribute)

After changing some user's user_name attribute with DFS Object web service consistency checker fails. It seems Documentum uses user_name as foreign key in other documents and renaming this attribute on dm_user doesn't change all foreign keys of this…
grega g
  • 1,079
  • 1
  • 12
  • 25
1
vote
3 answers

How to apply EMC Documentum "Dynamic ACLs" OR "Mandatory ACLs (MACL) " with a "Trusted Content Services (TCS)" license

I searched a lot about mandatory access control lists and i did not find useful information about how to apply macl in documentum. i need to know the steps and how to configure. I already had Documentum CS 7.3 with TCS license enabled and i tested…