-
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…
-
Unable to access global registry when installing a documentum project
Hi there, I'm trying to package a new dm_method + module using composer an I'm facing an issue. During the installation several other objects have to be created and one of them is using a TBO which instantiates an SBO during its doSave() method. Unfortunately, despite the fact that my Composer dfc.properties seems to have…