-
MultipartFormDataRequest API : Corrupt form data: premature ending
Hi, I have a custom component where i am using MultipartFormDataRequest for file upload but while i am initializing it through the request object its breaking up and throws the below stack trace Can anybody help please Its urgent java.io.IOException: Corrupt form data: premature ending at…
-
DQL to retrieve docs linked to two locations of same cabinet
Hi, I need a DQL query to generate list of documents linked to two or more locations of same cabinet. For example, the document ABC is linked to /Record Centers/New York/.., /Record Centers/Chicago/.., /File Plan/xyz/.. and /Test/a123/... As this document is linked to same cabiner /Record Centers, this should show as a…
-
How to combine Client and Server-side Events?
Hello all, I want to run some actions when user clicks a radio button. the action will firstly be client side (i.e. a java script function) then server side (a method in a the java behaviour class) the client side script is as follows: function onClickCtrl(source) { .... postServerEvent(null, null, null,…
-
Can't run API/DQL, dm_agent_exec auth failed
Hi, I've two Docbases with the same error (on the same content server), when trying to lauch API32 or DQL32 (or run dmbasic script) : Couldn't connect as ADMIN_NAME [DM_SESSION_E_CLIENT_AUTHENTICATION_FAILURE]error: "Failed to authenticate client. Please check server log for more detail." Even when i'm starting my Content…
-
Relation types
I've created a Relation Type in a project in Composer 6.7sp1. Parent type is a custom type and the Child type is the same custom type. I've installed the project, watching the installation progress. The relation type was installed and I verified so by querying for the dm_relation_type in DA. The issue is when I right click…
-
Unexpected character ('-' (code 45)) in numeric value
Hello, I'm trying to make POST API call using custom REST client code. On execution I'm getting the 400 status code and following error message {"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in parsing the JSON into object class: class…
-
SSO configuration with Documentum
Hi Experts, I am in process to implement the SSO for documentum based application. my organization provide 2 SSO technology - 1) SAML 2) OpenID connect can any provide me the some pointer to start analysis. for POC i am planning on webtop 6.8.1 and CS 6.7SP2. Thanks in advance!
-
Conflict between DFC framework and slf4j
I'm trying to integrate an existing Spring-based application with the DFC framework, which is calling out to a Documentum 6.7 server. Our application uses slf4j for logging and therefore has slf4j.jar and log4j-over-slf4j.jar in its classpath. Unfortunately, the logging classes these jars expose conflict with what DFC…
-
D2 Property page visibility conditions based on repeating field
We have a requirement to show/hide some field in a property based on what values are selected in a repeating filed. We added a bunch of visibility conditions, which work if one repeating value is selected. But if more than one repeating value is selected they dont work. Any suggestions?
-
xDA Command Line deployment
All, I'm trying to setup a continuous integration (CI) deployment environment for xCP 2.3 using Jenkins. I'm packaging the code correctly but now need to deploy to to xDA using xDA-Tools. In xCP 2.2 there was a way to login to xms-tools by passing in xms username/password as arguments (e.g. xms.bat --username admin…