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

Is there a spring-data UPDATED module for EMC Documentum in 2021?

The same question here: Is there a spring-data module for EMC Documentum? The answer is yes, but the project seems to be stucked at 6 years ago. It's dependency is Documentum 7.2. NO MORE UPDATES AFTER FIRST RELEASE 0.0.1 We are using documenum…
Falco
  • 1,458
  • 3
  • 19
  • 47
0
votes
1 answer

How to clean unnecessary full text user queue items in dm_queue_item table in Documenutm 7.1/16.4 and Xplore 1.6?

I have faced an issue where my environment's Index agent was NOT able to process new documents. While checking I fond out that dmi_queue_item cont is very high, so I am posting this self answered question which will let us know how to get your queue…
Bajajsahab
  • 97
  • 2
  • 7
0
votes
0 answers

Http error 502 when hitting API from PyCharm

I am using Apache Tomcat 9 to run documentum rest APIs from Windows server but whenever I am hitting the API from PyCharm it is giving the 502 error (http response code) and the text is: **The server you are requesting is not responding. This is…
0
votes
2 answers

Can't see custom object types in Webtop but I can in DA

When I try to create a new document in webtop 6.5 sp3 I do not see my cutom object types that I created and installed using composer. I can however see my custom types in DA and I can create documents with those custom types in DA. I can also see…
Ayrad
  • 3,996
  • 8
  • 45
  • 86
0
votes
1 answer

Documentum REST API (dm_audittrail)

For user creation ,I am getting the data in attribute_list of dm_audittrail but when I am adding the user in some group then dm_audittrail is not populating with dm_save event . I am using cara as front end so whenever I am clicking on save button…
0
votes
1 answer

How to pass the parameter in JSON to append single data in list (Documentum REST API) POSTMAN

I am getting result from GET API as http://localhost:8009/dctm-rest/repositories/myrepo1/groups/group1 as below in JSON : { "name": "group", "type": "dm_group", "definition":…
0
votes
2 answers

How to export both document's native and rendition content using IDfExportOperation in DFC documentum?

I have a task to export both document's native and rendition content. I'm using IDfExportOperation to export document native content. But the requirement is also to export the rendition format. How to do that? Can you please help me?
sb709057
  • 45
  • 6
0
votes
0 answers

in webtop 6.8.2, i had imported documentum with folder r_object_type mismatch what actually has to be

I have imported few documents, by creating a new folder, in webtop 6.8.2 patch 9, having wrong "r_object_type" which cause access will not be updated for users. Thus, I updated "r_object_type" using API script which causes sub-folders to get…
0
votes
1 answer

using Jmeter to test Documentum D2 Application

i am doing performence tests using Jmeter on Documentum's d2 application I've recorded a login and logout using blaze meter All the requests are in green but i get an error in the response body "Missing context(s) from session, re-connection…
0
votes
1 answer

How to check Java version compatibility

I am upgrading documentum to 20.2 and java version from 7 to 11 and to do so I am checking the compatibility of third party jars with java 11. How to check if the java based jars are compatible with java 11? batik, antlr etc are the third party…
0
votes
1 answer

Documentum Rest api problems

I tried finding out the rest api for documentum but not able to find that. Anyone know how to download documentum rest api in server ? Do we need any platform to deploy these api ?
0
votes
1 answer

DFS (.Net): GetSchemaInfo returns no typeInfos

I have a Documentum Developer Edition 6.6. I am using DFS (.Net Productivity Layer). I have tried to call GetSchemaInfo method in Schema service. The method returns the following result: Description: "Default Schema" Label: "not…
KellyLynch
  • 241
  • 2
  • 9
  • 30
0
votes
0 answers

How can we configure different columns preferences for each repository and cabinet in Documentum webtop

Currently when I set columns in "tool->preference" the same columns starts to show for all the repository, even if the columns/attribute I chose in first repository does not exists in 2nd repository. Still it shows those attributes/columns in second…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

How to differentiate if a TBO is called when importing new Document vs for any other operations

We are trying to add one additional feature to our method for TBO. The feature needs to be executed only when a new document for that object type is imported and should not be executed in any other case like checkin checkout or any changes in…
Ritter7
  • 166
  • 2
  • 14
0
votes
1 answer

could not check in document 'xxxxxxxx': Error initializing dynamic roles for RPC SysObjFullFetch (0bxxxxxxxxxxxxxx)

I am getting the following error when trying to check in the checked out document. It was working fine earlier till the retention was not working. Currently its fixed and a retention policy is applied to the document. I already have the write…
Ritter7
  • 166
  • 2
  • 14