Documentum
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)
-
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…
-
Resuming a Workflow with a signal: how to set process data?
My workflow activity initiates a long asynchronous service call and completes. The next activity has a value in the field Trigger/"And when this signal arrives" . After some time the remote service connects to my docbase and sends this signal. Now, how to populate Process Data/Packages with the results of the service call?…
-
design-mode-specific CSS class in xCP
Hi. I'm adding a CSS class to a standard xCP widget on my page that makes its position: fixed relative to the browser window. This makes the widget overlap the "Interactions" panel in the designer. I want the css property to apply only when in runtime. I know about the js variable xcp.isDesignMode that is true only in…
-
unable to import document in xCP application after addition of business process.
Befor the addition of business process in am able to upload document but once i attached a synchronus process with the content type object not able to import object getting beloe error. Caused by: java.lang.RuntimeException: Unable to convert model for employee_related_do. at…
-
Documentum custom method error
Hi Everyone, I've got a custom method that uses SBO. When I execute the method using composer it works fine. The issue it's when I package the method into a jar file. It gives me the below error. 2021-04-19 09:14:15,446 ERROR [stderr] (default task-6) java.lang.ClassCastException: class com.uti.dms.bof.sbo.impl.JMSService…
-
A jsafe secure random object of HMACDRBG256 is not available on any of the devices
HI All, Please could you share your thoughts how to resolve this. This is being thrown from java program that connects to repository. Java code is failing while creating connections. DCTM 7.3 (repository) Java 1.8 installed on system from where its being run.
-
ACS URL Authentication
Hi All, We are using PEGA as a User Interface to view the document. Once the user clicks on Hyperlink, the document should be opened in the Pega system. The document will be uploaded to Documentum before they open it. When the user clicks on Hyperlink, PEGA will call DCTM Rest API Services and DCTM will send back the ACS…
-
Docbase is not running DM_SESSION_I_RETRYING_DATABASE_CONNECTION
Hi all, I have tried to change the database for content server and I can connect through sqlplus and I cannot run the docbase and while starting the docbase throwing error like this 2020-07-16T05:20:02.139344 12804[12804] 0000000000000000 [DM_SESSION_E_CANT_MAKE_TEMP_CONNECTION]error: "Could not establish an internal,…
-
Classifying unstructured documents
Hi, Is there a way to classify unstructured documents using Captiva classification module 7.7 by identifying the keywords in the documents manually like indexing and mapping onto the corresponding doc subtypes? More efficient way to train those unstructured documents? Any response would be appreciated. Thank you.
-
Process and Modules to use on CAPTIVA
Hello All, I am new to CAPTIVA, I have following requirement in CAPTIVA. 1. Scan from Scanner (Scan Module) --> Image Classification (For Cropping and creating separate image files) --> Dispatcher Classification --> Manual Indexing (EINDEX) --> Quality Check (which module to use ????) --> Export to Documentum After doing…