Documentum Content Management
The Documentum Developer Community is the learning and networking resource for application developers building content management, case management, and business process management applications on Documentum platforms. This include developer topics for: D2, Webtop and xCP (Documentum xCelerated Composition Platform)
-
Reverse Proxy for ACS to use with xCP Advanced Viewer
Hi. In Our xCP application we have our JMS and web application nodes behind a firewall and only the load balancer is accessible from the internet. Currently, the load balancer only connects to the web application nodes. Now we want to add the xCP Advanced Viewer widget to our app. When previewing PDFs the xCP Advanced…
-
getDocbaseACSConfig exception
Using the DFC Java API to copy documents from between docbases, we are getting an exception during new document checkin in the target docbase: The object ID in the exception message is an ACS Config object from the other docbase, i.e., the source docbase. We have sessions open for both docbases at the same time which have…
-
Underlying OS upgrade for Documentum D2 running on Windows Server 2012
Hello All, Requirement of upgrading D2 clearly mentioned in guides of D2 install. But underlying OS upgrade is not clear, let's say I have D2 4.6 with Windows Server 2012, now steps are given for D2 upgrade like in place upgrade, and if we check OS required for latest D2 is Windows Server 2016 or 2019. How to make sure…
-
How to migrate a documentum content server
Dear All gurus, we have a documentum 7.3 oracle server and webtop 6.8.2. Now we have to migrate it to documentum server 20.4 and webtop 16.7.5. We have an customize webtop and so many custom types, custom java methods on content server. We have also a huge repository data around 2 TB. How to migrate it to new documentum…
-
ACS URL timeout value modification
I have written a custom rest service(16.4) to fetch the ACS url to view the documents. By default, the ACS url is valid till 6 hrs(360 mins). I need to minimize the timeout value to 1 minute There are multiple applications using the same docbase and Content Server. If I change it at the server level, then it would impact…
-
Connect to two documentum sessions...
Hello Experts, I have a requirement to connect to 2 Documentum sessions, and then read from one session and write to another. Both the systems have a repository with same name and users are identical. Since the option of using any 3rd party tool is ruled out, I am left out with only DFC. regards Sanjeev
-
Server communication failure, SIGSEGV: segmentation violation after cloning of documentum env
We have performed a clone of documentum 16.4 environment for an XCP application Getting the following Error from XCP when in the background it tries to run certain queries. Most queries are working fine. : PID(108240) failure during processing of request: Apply_string. SIGSEGV: segmentation violation: (11) at…
-
D2 Workspaces
Hello! I've created two different workspaces specific to groups and these two workspaces are available for Admin users. Problem here is, even though the workspaces are dedicated/ segregated as per its own needs, where there are two different doclist widgets and properties widgets, when working in Admin workspace, when I…
-
Need access to and support for xDB 10.5.4 (or latest version)
I understand that some time ago, OpenText acquired Documentum's platform including xDB. I have a customer that still depends on xDB 10.5.4, and I need a way to manage its installation and upkeep until their data can be moved to a modern, supported platform. Can anyone help me determine how to do this?
-
Error code DCTM rest api - Documentum Server down
I have written a custom DCTM rest service(16.4) to connect to Documentum and fetch objectId from DCTM DB. To test the exception scenarios, In case if the Documentum Content server is down, will the request comes till the session creation and fails there? or will it fail when we hit the URL(post man). Yesterday, I have…
-
Zip END Header error while deploying DCTM rest custom WAR file in Linux
I am getting error when deploying the DCTM rest custom WAR file in our development environment. It is working fine in my local machine(windows). Our development environment is in Linux. We are using Documentum 16.4 version. Could someone please assist on this. I am struck here for quite a long time.. Below is the error:…
-
Job Status in running and command line error
we have created the job, the job status show always running. if I run the job manually or schedule then job is executing and content are importing but job status in running.. and If check the execution status in job property, we could se command line error. Unlink api query not executing. Actually the job report stored in…
-
Documentum docbase silent install
Hello, I'm trying to do a slient install of a docbase for DCTM 20.4 (PostgreSQL/CentOS linux). The Content Server installed correctly, so did the docbroker. I launched the docbroker process, it is listening on the the Content Server host. Now, I try to install in silent mode also, the docbase (Global Registry). I get the…
-
New DQL Editor
Description The DQL Editor gives xCP developers and Tech Support a convenient environment for working with DQL and speed up the development and maintenance time for xCP applications. Highlights * Simple and intuitive Eclipse-like UI * Easy configuration - no need to have Documentum installed on the editor machine. *…
-
ACS URL Documentum 16.4 using Rest service
We need to get the ACS URL for a document to view it in client application. But the request will not have objectId(r_object_id) which we will fetch it in the Documentum DB(DQL) based on the parameter value(mapping is set for it in Documentum DB during object creation in Documentum) in the request and get the ACS URL and…
-
rpc method for getContent
Hi How can I get rpc method when executing iapi command: getcontent,c,080003f28a55f487,richtext next,c,q1 get,c,q1,_content_buffer
-
Documentum Search Service for D2
Hi, I have a requirement where the users would like to have a direct link to D2 UI search capability. The need is that the D2 UI is directed when the user clicks on a url (link) and then the D2 UI procures a search string from the query string parameter, then searches based on the parameter value and displays the results.…
-
Trailing spaces truncated in string attributes when on PostgreSQL
I have been working with Documentum 7.3.0190.0080 backed by PostgreSQL 9.4. The whole time I thought that it's normal that Documentum truncates trailing spaces in string attributes during selection. I mean, when you save an object, the trailing spaces are saved in the SQL database (which can be seen if you concat the…
-
How to use TBO to intercept all content transfer operations
I have a requirement to intercept any outbound content transfer operations (e.g. view, export, checkout) and conditionally prohibit that regardless of permissions assigned to object. Not using ACS or BOCS (both disabled). In case you are wondering, we have some highly sensitive 'special control' information that we are…
-
Who and when assigns dmi_workitem.a_wq_name='to be processed by job'?
When an automatic xCP workflow activity fails it becomes APAUSED and you can restart it using DA or API call. However, sometimes, after restarting an activity it's marked 'to be processed by job' and waits for the job dm_bpm_XCPAutoTaskMgmt to process it after which it again becomes APAUSED. I don't understand why it's not…