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

How to retrieve ACL in documentum 7.1 via CMIS

I need to set specific ACLs to documents, those ACLs are created like: PREFIX + ID and now I need to set X ACL to Y document, but I haven't found a way of how to query or retrieve any ACL, am I missing something here?
Alfredo M
  • 568
  • 3
  • 7
  • 26
1
vote
1 answer

How can I use REST to copy an object in Documentum 7.x

I am looking to create a physical copy of a sub type of dm_document using the DCTM REST API. I am pretty new to the DCTM world, especially when it comes to the REST API. The use case that I have is when a certain action happens, I need to clone the…
purring pigeon
  • 4,141
  • 5
  • 35
  • 68
1
vote
1 answer

Log out of Documentum Server

I have an Windows application that uses Documentum APIs to checkin/checkout documents into Documentum Content Server 6.5.1. I use DFS 6.5.1 to interact with the server. Now I need to logout of the session. How is that possible?
Ananth
  • 10,330
  • 24
  • 82
  • 109
1
vote
1 answer

Xcp 2.1 Preview mode error

When I am trying to run the preview mode in Xcp 2.1 . I am getting the below error. http://localhost:8888/Concordant_Insurance/reloadcontext?webby HTTP ERROR 404 Problem accessing /Concordant_Insurance/reloadcontext. Reason: Not…
Nik
  • 25
  • 6
1
vote
1 answer

Why Am I getting java.lang.NoSuchMethodError: com.rsa.jsafe.CryptoJ.isNativeAvailable(Ljava/lang/String;) in Documentum

I am using Documentum 7 , and getting this exception when trying to login to documentum java.lang.NoSuchMethodError: com.rsa.jsafe.CryptoJ.isNativeAvailable(Ljava/lang/String;) I have so far worked on below possibilities but everything seems to be…
1
vote
1 answer

xPlore throwing java.lang.SecurityException: Continuous Random Number Generation Check failed in index logs

[DM_INDEX_AGENT_PLUGIN] Document represented by key r_object_id failed to index into repository, error:java.lang.SecurityException: Continuous Random Number Generation Check failed The index agent is throwing above exception while indexing the…
dnup1092
  • 375
  • 4
  • 15
1
vote
1 answer

How to get count of different types of document in a folder using DQL

I have two types of docs say obj_type_A and obj_type_B which may or may not be in a folder of type obj_type_fldr. I need to get the count of both the docs present in the folder of type obj_type_fldr. If it had an sql we can write sub-query in select…
dnup1092
  • 375
  • 4
  • 15
1
vote
0 answers

java.net.SocketTimeoutException: Read timed out on Documentum 6.5, JBoss-4.2.0.GA_CP01 Tomcat-5.5 (files with 1025 bytes)

Through an application in C/C++, which uses Axis2 for communication with Documentum (6.5), I've encountered a bug when I can not find solution. When trying to insert a document in Documentum 6.5, I'm getting the following error: HTTP/1.1 500 Error…
mapinilla
  • 81
  • 3
1
vote
0 answers

Documentum: Invalid property definition ID was supplied : cmis:path

I am sending this GET request to Documentum: http://documentumserver/emc-cmis/resources/repositories/therepo/objects/ 9003bdd8053e179?filter=cmis:objectId,cmis:name,cmis:lastModificationDate, …
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

How to get documentum repository names?

I am new in Documentum and Oracle. I want to get repository names. In Webtop login window repositories displays with description, but in database repositories named like DREPN3. Now, i need to get list of repositories like drepn3 | Natural…
user5094402
1
vote
2 answers

User Masquerading in Documentum

I am writing a document workflow application (DWA) which uses Documentum (v6.6) as its document storage mechanism. What I'd like to do is for the application to access Documentum as a privileged user, via the Java API, and perform actions on stored…
Crollster
  • 2,751
  • 2
  • 23
  • 34
1
vote
1 answer

xCP2.2 error during application deployment [DM_QUERY2_E_ALTER_ASPECT_INVALID_ASPECT]

I have a very simple xCP 2.2 application with only 1 form and 1 content type. When I try to deploy it with xCP Designer, I get a error like this [DM_QUERY2_E_ALTER_ASPECT_INVALID_ASPECT]error: "Aspect (cis_annotation_aspect) is invalid and is not…
user4915582
1
vote
2 answers

Writing to and reading from the same file at the same time and streaming it through Jersey

I am currently working on a solution for streaming huge files from EMC Documentum and to the client through Jersey. The API for Documentum allows either to get the file as a ByteArrayInputStream or to save it down to a disk area. Using the…
Paul
  • 163
  • 1
  • 11
1
vote
0 answers

Documentum Workflow Dillemma

I am tring to figure out how to add workflow activities to a package in DFS, in other words how to add performers to the activity through DFS code. Any suggestions?
rakesh choudhury
  • 53
  • 1
  • 1
  • 7
1
vote
2 answers

How to determine the file type when a document is pulled from documentum

Which attribute can be used to pass the File Name while ingesting a document? How to determine the file type when a document is pulled from Documentum using DFC API
rameshwar.k.rao
  • 11
  • 1
  • 2
  • 6