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

paging toolbar showing incorrect total number of pages(afterPageText)

I am trying to add one paging toolbar in my existing toolbar and hide the first, previous, next, last and refresh button by using following code. My problem is that I am unable to fetch correct afterPageText value(total number of pages). I m doing…
Shashank Shekhar
  • 43
  • 1
  • 1
  • 5
1
vote
0 answers

xCP2.0 Java Service not working - IDfSession is null

I'm currently working on a xCP 2.0 project with Documentum 7.0 and I'm trying to run a Java Service inside a workflow. The Java Service works alright when the function I use does no more than return a "some_string" String. But as soon as I try the…
Rikku121
  • 2,536
  • 2
  • 23
  • 38
1
vote
1 answer

Documentum multiple repositories in single database

Is there a way to accommodate multiple copies of the Documentum repository in a single database? I was thinking of setting up multiple database schemas to facilitate this and then export/import as needed from one schema to another. Thanks!
boyzers
  • 121
  • 8
1
vote
1 answer

IE11 permission denied when using domain name

We have an enterprise application using Documentum webtop, that we are accessing through IE11 When we are using one functionality by accessing the application through IP address, it is working fine. But when we go through an assigned domain name, it…
1
vote
1 answer

Mock Documentum IDfSession using Mockito

I have the following (simplified) function which I wish to check using JUnit: protected IDfCollection getCollection(IDfSession session) throws DfException{ IDfQuery dfcQuery = new DfQuery(); dfcQuery.setDQL(MY_DQL); return…
1
vote
1 answer

Is there any way to get Documentum to use Character based Storage for Unicode

Anyone out there with sufficient knowledge of EMC Documentum and Oracle to know whether it is possible to set up a documentum repository on top of oracle so that it uses Character based field lengths rather than byte based. By Default Documentum…
Toby Allen
  • 10,997
  • 11
  • 73
  • 124
1
vote
0 answers

Architecture or flow diagram of Content rendition server in EMC Documentum

How does a content rendition server works in EMC Documentum? I tried to check in EMC Documentum sites but I couldn't find any satisfactory architecture diagram of the flow. How a rendition request is processed and what is the role of the Adlib…
ScriptLearner
  • 163
  • 3
  • 16
1
vote
1 answer

DQL function that ignores accents?

Is it possible in DQL to do a LIKE query that ignores accents? Searching for a word that has an accent should return accented and non accented versions. My question is similar to this one in the emc forums. Any solution ?
Ayrad
  • 3,996
  • 8
  • 45
  • 86
1
vote
1 answer

Getting Email Configuration from D2 Config with D2FS

I would like to know how to get the Email Configuration from D2 using D2FS. I need the information that I set within the D2 Config that I set in Tools >> Email. Thanks.
1
vote
1 answer

How to pass repository names as java arrays and iterate it in documentum code?

I have a below code to detect the status for one documentum docbase (test1) so as to check if it is up and running. Now I want to change my below code to check the status of 2 more repositories named as test2,test3 present in the same content…
Dojo_user
  • 281
  • 4
  • 9
  • 28
1
vote
2 answers

Documentum REST API

I'm trying to develop a ESB connector for Documentum REST API. According to the information they have provided in their website, both the Documentum Content Server and the Documentum Core REST are required to user the API. I want to know whether…
1
vote
1 answer

Select only one row in dql subquery

I have to execute following query: create dm_myobject object set my_id_attribute = (select r_object_id from dm_otherobject where ) where ... But subquery in brackets returns more than one id. I can't make whereclause more detailed…
Yegoshin Maxim
  • 872
  • 2
  • 21
  • 54
1
vote
2 answers

Documentum 6.7 DQL to SQL translation much slower compared to Documentum 6.5

Recently I upgraded my Documentum system from Documentum 6.5 to Documentum 6.7 on a MS SQLServer database. For 6.5 we used 32bit SQLServer and move to 64bit SQLServer for 6.7. Since the upgrade I am facing very bad performance for DQL statements…
1
vote
3 answers

Can encryption be solution in this situation

I am using a EMC Documentum content management system. I am trying to automate some file importing (moving files to CMS repository) with the help of their own API. (Dont panic by this next sentence, just read it, since its EMCs' own API that you may…
Mahesha999
  • 22,693
  • 29
  • 116
  • 189
1
vote
2 answers

restarting documetum server repository not show in drop down list in login page

I have just install the developer edition of documentum it was working successfully on window 7. but whenever I restart my system then login page don’t have any repository in drop down list. kindly help me
Prashant Aggarwal
  • 208
  • 1
  • 7
  • 20