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

Grails Multi-Environment Configuration Issues With DFC

We have a Grails application that connects to a Documentum docbase using the dfc.jar and dctm.jar APIs. These jars expect a dfc.properties file to be on the classpath to configure the docbase settings. This is fine when working in one environment,…
GeoGriffin
  • 1,065
  • 11
  • 26
1
vote
1 answer

Documentum -Dynamic- User Management

In our organisation users are assigned group memberships according to the team(s) assignments. This leads to groups sets referred to as 'profiles' in our documentation. My question is: How can an administrator, preferred non IT, assign users to a…
Jan
  • 11
  • 1
1
vote
1 answer

Internationalization (i18n) with Apache HTTP Server

Background My company is about to undertake the internationalization of its corporate website (with approx 3000+ pages of static content per language). My current question is regarding the serving of internationalized static content from the Apache…
Crollster
  • 2,751
  • 2
  • 23
  • 34
1
vote
2 answers

Datediff function of DQL is not returning results as expected

I am trying to query documentum server using DQL query. Using DATEDIFF function to select data that are created in the current date. Here is the query SELECT title FROM content_table WHERE DATEDIFF(day, "r_creation_date", DATE(TODAY)) < '1'…
NitZRobotKoder
  • 1,046
  • 8
  • 44
  • 74
0
votes
1 answer

Can we Programatically change Dfc.properties File in composer Dynamically

I have written a Java(Documentum) Programme where we need to change DocBase repeateadly, Is there any way we can change dfc.properties based on some condition? Changes are like commenting one Line ie the Docbase propert while uncommenting otehr…
RAJ
  • 123
  • 5
  • 16
0
votes
2 answers

Cannot connect content server docbase in windows2008(64bit) from windows7(32bit)

Error occurred when I connect docbase in windows2008(64bit) from windows7(32bit) using DFC. (the content server version is Developer_Edition_6.6_windows_sql). DfServiceException:: THREAD: main; MSG: [DFC_SESSION_DOCBASE_UNREACHABLE] Docbase…
lich
  • 1
  • 1
  • 3
0
votes
1 answer

Uploading a larg document to CMIS-based servers using opencmis

I want to upload a large file maybe 500MB. on CMIS based servers. Alfresco, Documentum and Microsoft SharePoint Would I face problems ?, if yes, are there suggestion to handle that ? edit I am still searching to build a java client using opencmis.…
Adham
  • 63,550
  • 98
  • 229
  • 344
0
votes
1 answer

Upload file to Documentum via .NET API

I am looking to upload a file from SharePoint to documentum via .NET API and looking for possible options. I have come across these solutions: Interop Assemblies for Documentum (I have heard they will be deprecated) This codeplex solution Can…
Madhur Ahuja
  • 22,211
  • 14
  • 71
  • 124
0
votes
1 answer

Where is the SQL trace log

I am trying to find the logs about all the SQL queries that run when a DQL is executed. If I try to execute this from the API tester it works, and I can see the logs. But the difference is that I run that directly from the remote machine, while here…
0
votes
1 answer

Where to find logs of DB request

I am trying to find the documentum logs that tell me the amount of time each request takes to connect to the data base, so I can monitor and their activity. Or maybe if there is a free app that does the monitoring itself, and I just need to connect…
Q_Q_
  • 3
  • 2
0
votes
0 answers

Is it possible to upload content to Documentum in multi-parts?

In my Java Spring Boot application, I first download files from an S3 Bucket. A REST client is then used to upload these files to Documentum by calling Documentum REST. My API method for uploading a document is pasted below: public RestObject…
Jon H
  • 394
  • 3
  • 17
0
votes
0 answers

Documentum 6.7: class not found exception

I cannot load my page in browser. Log in application server show this: 12.01.23 09:56:03.149 ERROR [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [com.documentum.web.common.Trace] - Errorhandler threw the following…
Sergey
  • 1
0
votes
1 answer

user wants to apply a quite complex "User Search Filter" in his LDAP Configuration

user have to apply a quite complex "User Search Filter" in his LDAP Configuration. The filter is too big and exceed the 256 allowed character. For customer business policy is not possible to modify the LDAP structure or data How can we proceed? Here…
0
votes
1 answer

DQL Documentum count with multi values

select c_currency, count(r_object_id) from table group by c_currency c_currency is multi value erreur : the DQL statement has aggregation function on lightweight repeating attribute , the clause can only have r_object_id But when i add r_object_id…
0
votes
1 answer

When document is imported using Documentum API, the import is successful but the document id is not generated

When document is imported using Documentum API, the documents gets imported successfully but the "document_id" property contains empty value. But the same gets generated when the document is manually imported in Documentum. Need help with the…
Priyanka
  • 1
  • 1