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

DQL to remove a subgroup from a group in Documentum?

Does anyone know how to remove a subgroup from a group in Documentum using DQL? Thanks
barneytron
  • 7,943
  • 3
  • 23
  • 25
0
votes
2 answers

Dql query to find all the attributes

I need a full dql query to find all the attributes (single and Repeating) for the documents. I haven't tried any query.
saran
  • 11
  • 1
  • 1
0
votes
3 answers

How to get list of all repository names on a documentum server

I am trying to make a dynamic application using dfc, in which I want to fetch all the repository names that exists on a server. For example if there are 3 repositories, i.e. r1, r2 and r3. How can I fetch the names in my program?
Ritter7
  • 166
  • 2
  • 14
0
votes
2 answers

DQL return files in a Cabinet

Using DQL I want to return all the documents under the Cabinet test. How would I go about writing a query to do this?
James
0
votes
2 answers

DQL results in Excel

I am running a DQL statement in Documentum dql editor and get 3000 rows back. Is their any way I can export the rows returned by DQL to the excel spreadsheet? Thank You.
Anjali
  • 2,540
  • 7
  • 37
  • 77
0
votes
1 answer

Unable to save anything in the SAVED SEARCH in webtop. Documentum

When a user added to a group, they are able to see the documents and search the documents in webtop. They can also see the SAVED SEARCH option there. It this the saved search which are created by other are visible(if they are shared with the…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

How Documentum ACL and Groups are connected to each other?

ACL are the access list which defines who can access a folder, While a group defines a collection of similar user access. Can anyone please share how does folder, group and ACL are connected. Can a group have more than one ACL and vice-versa? Need a…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

To detect [programmatically] documents that are in certain Lifecycle state

I want to develop a software that (using DFS) will scan documents on Documentum Content Server and find ones that have a lifecycle attached; and current state of the lifecycle has certain name. Say, ‘ToBeExported’. Below is DQL query I have created…
KellyLynch
  • 241
  • 2
  • 9
  • 30
0
votes
1 answer

Extracting contents using Tika transformation - Manifold CF

We are indexing Documentum contents to Elasticsearch using Manifold Cf. we are not able to get the contents from attachment, but metadata is available. Is there any way to get the contents using Tika transformation? Or please suggest some ways to…
User1203
  • 77
  • 2
  • 11
0
votes
2 answers

BFOs and ‘jobs’ – Java only, no .NET?

I have started investigating Documentum (I have Developer Edition 6.6) for a task that, probably, will require usage of Documentum’s Business Object Framework (BOF) objects (TBOs and Aspects) and Documentum’ ‘jobs’. Do I understand correctly that…
KellyLynch
  • 241
  • 2
  • 9
  • 30
0
votes
1 answer

How to setup Documentum Content Server and Webtop 6.7 on local PC

I want to setup Documentum Content Server 6.7 with Webtop client on my local PC. As I am new to Documentum, I don't know whether community version for Documentum is available or not. Please guide me and provide useful links for setup and…
0
votes
0 answers

EMC Documentum- Service method "Execute" invocation failed

I have integrated documentum with our .net application. In this application we are uploading a document which will be stored on documentum. But when I am trying to do this it is throwing following errors. Service method "Execute" invocation failed.…
sai
  • 1
  • 4
0
votes
1 answer

Cmis connectivity to Documentum

Is there any guidelines to connect to Documentum via Java code. My whole scenario is to copy files from Documentum to Alfresco 5.2 using Java code (need to copy all metadata too)
0
votes
1 answer

Access to Documents file and metada on Content Server using DQL

I would like to know whether there is a way to execute DQL queries against a content Documentum server apart from the JAVA API DFC classes interface, using other languages such as Python or R. I need to access and old version of the documentum…
Gonzalo Polo
  • 357
  • 3
  • 14
0
votes
2 answers

Documentum cmis restful integration with android?

I want to implement documentum cmis restful api with android. So where i can get all the materialsand learn about it . I am very new to this and want to understand documentum and cmis restful api. So that i can integrate with android.
Ashish yadav
  • 97
  • 1
  • 11