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

What tools or techniques are available to analyze disk usage?

We would like to analyze disk consumption within Documentum for possible business process improvement. Can disk usage be determined by folder, by object type, by document filename extension, over time, etc?
wytten
  • 2,800
  • 1
  • 21
  • 38
1
vote
1 answer

inputmask for documentum

I know that I can validate an input field by adding a inputmaskvalidator tag. I read the documentum doc : The mask character string: : numeric characters & : all characters A : alphanumeric characters only ? : alphabetic characters only U :…
enguerran
  • 3,193
  • 3
  • 26
  • 42
1
vote
2 answers

Documentum DQL Query

How to create a new dm_document object using document from local system using DQL? I have tried the following but it's not working: create dm_document object SET title = 'TEST', SET subject = 'TRIAL', set object_name = 'Test123', …
user2481709
  • 21
  • 1
  • 2
1
vote
3 answers

How to revoke all access to objects apart from READ-Acess Only in Documentum

I have a question on how to revoke access to all objects (documents, emails etc) from all users leaving READ access only, in Documentum. Having being searched around the internet, no answers were found. Thanks for your help. As part of the test, I…
dale
  • 439
  • 3
  • 11
  • 28
1
vote
1 answer

How can I check field values and then fire DQL

I have some string type attributes on my custom type and a date type attribute r_creation_date. I want to use them all for search, so that as more fields have entered a value, the results will narrow down. I am using D2-Client 3.1 and using…
Mahesha999
  • 22,693
  • 29
  • 116
  • 189
1
vote
1 answer

Where is Index Agent Admin Console

I'd like to find out where can I access the Index Agent Admin Console in EMC Documentum. I've being looking at a number of posts online, none of them explains exactly how I can access it. One of the posts suggested: 1. Login to Index Agent Admin…
dale
  • 439
  • 3
  • 11
  • 28
1
vote
2 answers

Retrieving Documents from Documentum based on the folders name

I am buildng a system that integrates the entities from different data stores on to a unified interface. The eventual target is to build a system that has a capability of querying objects located in multiple datastores on the basis of a unique keys.…
Shuja Umer
  • 21
  • 1
  • 2
1
vote
1 answer

Documentum DFS: Timeout for service calls

I'm working with the DFS Java API and was wondering whether anyone knows a simple way to configure a client-side timeout for service-calls that can be configured on the service context, for example? I have experienced some rare occasions where a…
Florian Patzl
  • 174
  • 1
  • 13
1
vote
2 answers

CMIS integration with BPM

Could you please let me know, is it possible to integrate CMIS with BPM system? I know Pega BPM system can be integrated with CMIS. But I want to integrate CMIS with Workflows in Documentum or with Alfresco repository. I do not find out any object…
Sam
  • 244
  • 2
  • 5
  • 20
1
vote
2 answers

how to install dctmruby on windows (access documentum with ruby)

I'm trying to use ActiveDCTM to access Documentum on windows. There are two relevant gems: activedctm and dctmruby. When I install dctmruby, error occurs: checking for dmAPIInit() in -ldmcl40... *** extconf.rb failed *** Could not create Makefile…
1
vote
2 answers

Documentum: ORDER_BY r_modify_date takes too long

I'm new to Documentum and have a simple problem, I am trying to retrieve all the record according to last modified. Basically I have a datatable with 1000 records. current we use Select * from docfolder enabled (FETCH_ALL_RESULTS 1000) The problem…
seesee
  • 1,145
  • 5
  • 20
  • 46
1
vote
3 answers

ECM Documentum migration testing

I am new to Documentum, and currently working on a migration project. A legacy database is going to be migrated to the Documentum platform. Any ideas on how to perform database testing between a legacy database and a Documentum database? If…
1
vote
2 answers

Documentum out of memory error

My workplace documentum java method server have recently experienced an out of memory issue. looking around the internet, some people suggested it's a known issue, here's the quote: "Its a known issue with WLS 7.0 SP7 (CR300032 and CR196369) related…
dale
  • 439
  • 3
  • 11
  • 28
1
vote
2 answers

Unable to determine the value for the property dfc.data.dir (Documentum)

I am trying to get eclipse setup on my new Windows 7 64 bit machine for Documentum DFC development. I replicated everything I could think of from my old machine but I am still getting this error when trying to connect to my doc base: Unable to…
joe
  • 16,988
  • 36
  • 94
  • 131
1
vote
1 answer

WCF basic auth to service that does not send 401 but 500 instead

I have to consume 3 web services (Sharepoint/Alfresco/Documentum CMIS) via WCF with HTTP Basic auth. With Sharepoint or Alfresco, first request goes without Authorization header, receives HTTP 401, gets auto-retried by WCF with header, everything's…
wizzard0
  • 1,883
  • 1
  • 15
  • 38