-
D2-Workflow issue
Hi Experts, I want to config to start a workflow automatically, can any one please tell us to folllow the steps. Please dont suggest go through the development guide.
-
Documentum 7.2 Content Server Configuration| Database Scripts
During Documentum 7.2 Content Server Configuration; get to a point "Select Database Home Directory". I am not sure what is really required here; installing on Windows 2012 R2, Sql Server 2106 with Basic set up option (all services on same box). Please advice.
-
Errors in D2 App Server Log
We are seeing the following error in our D2 App Server log -- has anyone seen this and know the cause/fix? It does not seem to cause any issues but keeps cluttering the logs .... We've cleared caches, restarted all servers, etc. but keeps happening... 2017-03-18 12:14:29 [INFO ] [ajp-apr-8009-exec-2] -…
-
Upload Multiple Documents using File selector in XCP
Dear All, For some reason I don't want to use Import action flow and want to use the File selector for importing documents , I am able to import single document using file selector but i am unable to import multiple files using it, as for importing file I am using "Custom Import Base Content " Data Service ,which takes…
-
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…