-
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…
-
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?
-
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…
-
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
-
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…
-
DRL accessibility on WDK
Hi All, I am new to WDK customization. I am trying to access the DRL component from WDK layer. I have added the drl component xml and jsp's to my custom folder. Still I am unable to access the component. Could you please anyone help and provide your guidance on this issue?
-
RETURN_TOP limit
I'm using IDfQuery.execute() to run a DQL query that is expected to return ~14m results. This is on a D6.7 docbase with an Oracle DB. I'm trying it with "ENABLE(RETURN_TOP limit)" hint in order to try to improve performance. When I set the limit to 999,999, the query returns within a few minutes without a problem. But when…
-
Show Date & Time in the webtop list
Dear Experts, I am trying to show the date & time in the webtop lists for r_modify_date column for a particular folder, i.e. on doclist_body, objectlist, myfiles, etc. I am using the <dmf:datevalueformatter> tag with type attribute with the values as short/medium/full but it always show only date & never the time part. Our…
-
Overriding Sign in Function in xCP 2.3 Application
Hi, I am looking for a way to override the Sign-in functionality in xCP 2.3 Application. Is there is any way to validate the user’s group before allowing the user to login into the application, if the user is not part of a group/role then the application should not let the user login and show error message in the Login…