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
2
votes
0 answers

Documentum - Hashkey Differed between DFC and DFS

I am doing POC in Documentum. while trying to get the content of the XML files. hash key differed between DFC and DFS.. Reason is > this line is missing in DFS. Can…
Murali G
  • 178
  • 1
  • 6
2
votes
1 answer

Connecting Lucidworks With Documentum

I am building an enterprise search application in which i am using the lucidworks as a search engine and EMC Documentum as a back end technology for storing documents and meta Data.Currently i am using DQL to fire up queries and fetch data in…
tusharagrawa
  • 371
  • 2
  • 5
  • 20
2
votes
4 answers

Displaying Custom Attributes in Documentum - Webtop

I am following an article that explains how to use the ICustomAttributeDataHandler class. I am creating a custom column for the inbox screen, but the problem is that the value I set for my custom attribute is not being reflected on the screen. As a…
joe
  • 16,988
  • 36
  • 94
  • 131
2
votes
1 answer

Creating DFC Client Objects is very slow

I would like to find out if anyone else is or has experienced this issue when using .Net & Documentum DFC. When using .Net to Communicate with Documentum at the point of creating the DFC Client objects, it takes about 30 seconds to execute. Here is…
2
votes
0 answers

Javascript library to split and merge PDF?

Is there a good javascript library to manipulate PDF files "visually" ? I'm looking for something that allow me to view a PDF page by page into one container, and drag and drop page by page to a new empty container to make the new PDF and then I…
Greezer
  • 231
  • 1
  • 5
  • 19
2
votes
2 answers

Make a JOIN of two separated DQLs

Because of a limitiation on the platform, we couldn't make a sub-select of one select. This is our DQL: SELECT attr_nombre FROM lis_mindo_abogados WHERE attr_codigo_usuario in (Select attr_abogadoppal_code FROM me_mindo_mail where…
AlexMJ
  • 89
  • 1
  • 9
2
votes
1 answer

Does Documentum 6.7 support DITA v1.2

We are currently using Documentum as our content repository in conjunction with XML editors like XMetal and oXygen XML. We need to upgrade our current DITA v1.0 to DITA v1.2 as the latter provides a lot of features that we need to take advantage…
ManUO
  • 347
  • 3
  • 4
  • 18
2
votes
0 answers

Documentum NPE when running as jar

I'm writing a simple application to create a Documentum folder structure from a directory structure on disk. When I run the application through SpringSource Tool Suite, it works fine. When I package it as a jar, with all dependencies, and run it,…
D. Walker
  • 105
  • 9
2
votes
1 answer

How do you move **all** versions of files from one folder to another in Documentum using DFC

This piece of code moves all current versions of files from one folder to another but leaves all older versions unmoved. (Context is java code of DFC accessing Documentum.) String strObjId = versionColl.getString("r_object_id"); …
Regmi
  • 2,658
  • 4
  • 24
  • 32
2
votes
1 answer

Documentum DFS: Working with symbolic labels without interfering with system labels

I am working with EMC Documentum 6.6 using the DFS Java API. Currently I'm looking for a way to add and update symbolic labels to documents without interfering with system labels. For my understanding, all labels (system labels and symbolic labels)…
Florian Patzl
  • 174
  • 1
  • 13
2
votes
1 answer

How to change the dimension of the field in the type by DQL?

How to change the dimension of the field in the type by DQL? create type archik_type( archik_id ID, archik_number string(10) ) supertype null publish go How I can change from archik_number string(10) to string(256) ? May be 'alter type' help…
archik
  • 455
  • 1
  • 5
  • 22
2
votes
3 answers

Open Source Alternative for Documentum

Is there any open source alternative to Documentum CMS. While doing the evaluation for this I came across Alfresco, Nuxeo and Apache Jackrabbit. I would like to know if I missed something and If there are any other products that I missed. Thanks in…
Ajai Gopal
  • 189
  • 4
  • 12
2
votes
2 answers

DQL get the list of default groups

Is there a way to get the list of default groups (owners,contributors,members) of a room using dql in documentum 6.6
user1626264
2
votes
2 answers

EMC Documentum: Get previous version of IDfSysObject

If we use IDfId checkin(boolean keepLock, String versionLabels) throws DfException method, we get new version of IDfSysObject. How can I remove the latest version and get back to the previous version?
Yegoshin Maxim
  • 872
  • 2
  • 21
  • 54
2
votes
1 answer

Documentum DQL query to import a file form cliet machine to repository

Can anyone tell me how to import a document from client machine to documentum repository using only "DQL", below is the command I am using... it's not working thought... The error I am getting is [DM_SYSOBJECT_E_CANT_ACCESS_FILE- Unable to access…
user1374699
  • 21
  • 1
  • 3