-
Category value not persisting when creating a folder.
I am using the create Folder UDDI service to create a folder and attach categories to it. It adds the category correctly but doesn't persist the string value. Here is my request. <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Header> <OTAuthentication xmlns="urn:api.ecm.opentext.com">…
-
Extracting Attachments from Metastorm Eworks 7.9
Our attachments are stored in an Oracle blob field. We have written an app to go through the eattachment table and copy the files out, since we still need the documents. But when trying to view the files, they are all returning an error that they are "corrupt". Help would be appreciated.
-
Update Permission on BWS via Appworks
Hi, We have a AppWorks case with a businessWorkSpace in content server. In appWorks we have create a BPM that does a UpdateNodePermissions call. The result is "an unexpected exception". The error shows a null pointer execption but all values seem to be filled correctly. How can we fix this> The call: <SOAP:Envelope…
-
Starting action by ECL.WS
Hi. I have a simple administration form with one text field, one button and a grid. When user inputs process name into that field and press button, sql is executed and all available stages for that process appear in the grid. It works if i open this form by the web (by chrome). Now i need to do that by startAction from…
-
Extract the details\info from Appworks Database for preparing reports
I'm new to Appworks and Open Text and we have a requirement to generate reports from the Appworks database, How do I proceed on this, any suggestion/support is most welcome
-
How to copy Classifications tree from OTCS Sandbox to Non Production
Can anyone let me know, how to copy Classifications tree/classifications from OTCS Sandbox to Non Production environment ?
-
Identity Management integration with AppWorks using OpenID
Is it possible to integrate AppWorks with Identity management system which will use OpenID connect protocol to send the tokens instead of SAML2.0 tokens? If yes, please suggest possible options available.
-
How to add a group along with group permission (on a node) using OTCS REST API?
Hi, I would like to create a new group and add it to a node (Business Workspace in our case), along with permissions ('See' and 'See Contents') using OTCS REST API. Please suggest how I can achieve this. Should I be using multiple REST APIs - 1.For creating a group 2.For assigning that group with permissions on a certain…
-
Postman REST Client Chrome Extension used for Content Server API
Just would like to share my experience using Postman which is I found it very easy to use especially as it has the upload file function, not much but hopefully it will be a help. Postman Chrome Extension can be downloaded from here Authentication: Get Document: Create Document: Delete Document: Update Document:
-
Filter a result list panel
Hi, I have a 'Project' entity with a 'toMany' relation to 'Task' entity. The 'Project' has a layout with a result list panel to show the result of the 'All tasks' BB. Now, I would like to filter the list of tasks in the result panel to show only the related tasks selected for the current project. I tried several options,…