-
Error while connecting to the repository from the Composer
Hi, I am getting an error while trying to establish a connection to my repository from Composer. The error says "[DM_SESSION_E_AUTH_FAIL]error: "Authentication failed for user "username"with docbase "docbase name". I am keying in the right credentials and the dfc.properties file seems to be fine. Can anyone please help…
-
Alter type help - update attribute to unique
Hello, I need some (hopefully) quick help to update one of my attributes as unique. This way when a user is creating, importing, or updating a document via Webtop, the field will be checked as unique. The attribute is part of a custom type that is a subtype of dm_document. I have found in the DQL reference guide how to…
-
Not able to access Process Suite web services.
Hi, I'm making an application to consume the Process Suite Web Services. The steps I have done are as follows * Installed AppWorks. * Installed Process Platform (10.7) * Deployed Process Suite REST Client into AppWorks(Copied the BPMService.war extract into TOMCAT_INSTALL_DIR/webapps). * Updated rest.properties pointing to…
-
D2 DocListWidget Columns/Workspace
Good Day All, I would like to know is it possible to force the D2 default columns based on the widget configuration within the workspace. For example I have to DocListWidgets the one works as per the default viewing all the contents of the selected folder and I have a second widget with supporting documents which are…
-
How to access AppWorks from Emulator
Hi, I'm trying to access AppWorks from Android Emulator. Its always ended up giving error "Authentication Failed. Please check the Settings.". I Could not find any configuration settings in the Forums, so I'm posting the question here. Please help me. Thanks in advance. Suresh.
-
Server site Jscript Support in V 9.x
We are assisting a customer in migrating from MBPM V7.5 to V 9.3 (or higher). They have existing server side jscript running in the legacy environment. Does MBPM V9.x support server side jScript or does it need to be converted to C#? Thanks Don Sturdivant, Modus21
-
DQL to get folder and file name
I need help in getting the folder and the file name from documentum with the help of i_folder_id. My query : SELECT r_folder_path FROM dm_folder WHERE r_object_id in (select i_folder_id from t_pub_document search document contains '55000') This gives me the folder path but I alse need the file names which has text 55000. I…