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
0
votes
1 answer

Documentum Method Server to call a method On Startup

Is there a way to trigger a method/job when the JBoss of Documentum Method server has started automatically? I want to call a java method when the JBoss method server has started. Any inputs are much appreciated.
Ajai Gopal
  • 189
  • 4
  • 12
0
votes
1 answer

Documentum spex record fetch query

I need to investicate Documentum project to give some clarification to other team.In that i had some clarifications.I am new to this Documentum frame work. I am java developer. docbaseSession.getObject(new DfId(objectId)); - It is returing some…
Jothi
  • 14,720
  • 22
  • 68
  • 93
0
votes
2 answers

Lucidworks CMIS connector/data source?

I want to integrate Lucidworks 2.5 enterprise search with CMIS compliant repositories as alfresco or documentum but i can not see any data source/connector for same. But on Lucidworks site @…
Finn
  • 912
  • 1
  • 16
  • 53
0
votes
1 answer

DFC_PREFERENCE_LOAD_FAILED Failed to load per sistent preferences from null

I have one documentum application , when i have created a jar of the project through eclipse by removing reference of config folder from eclipse , the jar is executable , in my classpath i have a value of DCTM.jar and config folder , when i was…
mayur_mitkari
  • 189
  • 1
  • 6
  • 16
0
votes
1 answer

Client sender failed to send response message - ECM Documentum

I gets the following error while openning any MS doccument from WebTop and as the reuslt I nothing can open... :( Jan 23, 2013 6:26:32 AM com.documentum.ucf.client.logging.impl.UCFLogger warn WARNING: UCF Client Version 5.3.0.1 Jan 23, 2013…
user341203
  • 29
  • 1
  • 7
0
votes
1 answer

Failed to retrieve UCF id

I recently encountered an issue with my Lotus Documentum Integration (LDI). After trying to drag an email from lotus notes over to the LDI drag n drop window and dropped it, I get the following Lotus Notes error: ================= Error…
dale
  • 439
  • 3
  • 11
  • 28
0
votes
1 answer

Does "LINQ to DQL" exist?

If LINQ-to-SQL overcomes the object-relational impedance mismatch of a .NET application talking to a SQL Server database... If I want to build a .NET MVC UI, where my model queries a Documentum CMS database... Is there a LINQ to DQL (Documentum…
Neil Fenwick
  • 6,106
  • 3
  • 31
  • 38
0
votes
1 answer

Documentum - Can child record be deleted without deleting the record in the relation

Hello I am completely newbie in Documentum but using DQL for some data extraction purpose. In dm_relation I have a relation which contains parent_id & child_id which are r_object_ids of 2 types(tables for me) I am facing a problem. It would be clear…
abhihello123
  • 1,668
  • 1
  • 22
  • 38
-1
votes
1 answer

How to list docbroaker configured with the docbase?

Via Documentum Administrator, how is it possible to list the docbroaker configured with the actual accessed docbase?
Andrea
  • 6,032
  • 2
  • 28
  • 55
-1
votes
1 answer

To retrieve first N objects in query results

I am using Documentum Developer Edition 6.6. I need to (using DFS) execute the following DQL expression select "r_version_label","i_chronicle_id", "i_position", "r_modify_date" , "subject","title","r_object_type","object_name","r_object_id" from…
KellyLynch
  • 241
  • 2
  • 9
  • 30
-1
votes
1 answer

how to do a a dql, that fetch r_object_id and lifecycle statye of document

I need a dql, that fetch r_object_id and lifecycle statye of document something like below : select d.r_object_id, p.state_name from dm+document d, dm_policy p where object_name ='text.docx' and .... I am unable articulste exact where clause.…
-1
votes
1 answer

Documentum webtop URL Format to open file without prompts

We are working with a Documentum instance via the webtop interface. We need to download a set of files in a specific way. For this we need a URL format which will, by default, be a "Download" link. The links we have are shown in the Webtop interface…
Daksol
  • 11
  • 1
-1
votes
2 answers

How to get a user role

I have a project based on documentum, and after user login I'd like to know what's his role. The reason is that there is a requirment for a menu-action to be enabled just for users who has the specific role. Assume I have the username (being taken…
InbalIta
  • 61
  • 8
-1
votes
1 answer

to calculate number of days between two dates in dql documentum

I have two attributes, effect_date,next_effect_date. I have to calculate the difference between these two dates in days. what will be the dql query? Please Help
Yalisai
  • 11
  • 1
  • 5
-1
votes
1 answer

RETURN_TOP N attribute not working in Documentum

We are currently running a Documentum version of 4.x. We are trying to restrict the search results to 200. But this attribute is not being recognized. We are including the restriction limit of 200 through a websphere environment variable. Please…
Anju
  • 33
  • 6
1 2 3
24
25