AppWorks
AppWorks Platform enables users to design, build, test, deploy, and monitor business applications. It provides low-code development capabilities that enable users to quickly model business objects using a compositional approach to application development instead of a traditional way of programming a functionality.
-
REST API OTDS
is there a documentation that explains all the status error code? below is an example { "status": 1013, "error": "Not a OTDS SSO ticket", "error_details": null }
-
Get attachments out of eAttachment table
Hi Is there a way to extract all of the attachments in the eAttachment table and put them in a folder or network share? It would also be extremely helpful to be able to put each attachment in a folder made up of the metastorm foldername or some other information from the procedure so that the documents can be easily…
-
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.
-
How to fill some properties with another related entity properties?
Hi Appworks developers/lovers I would like to know if you know any method to load and fill entity properties with values from a related entity. I have an Entity A with relationship to itsef (1 to N). Entity A (father) can be related to many Entities A (children). Some these properties (from child entity) should be filled…
-
400 Bad Request error: "Could not get parent" Creating Node
Content Server 10.5 Update 2014-12 (version 10.5.0.10) Hi, Issue occurred in my apps REST request, however to troubleshoot and simplify I've used Chromes extension Advanced REST Client. When I try and add a node to OTCS (have tried both documents and folders), I receive the following response: error: "Could not get parent"…
-
Appworks platform Monitor is not ready for the application server instance
Solution:- Add double quotes to the ImagePath in regedit. quit the regedit. Restart the services.
-
Cannot perform updates to child entity in Lifecycle form
Hi, I implemented an Application Entity with child items (comments), now in the application lifecycle i added activities with forms from the task entity, with a tab panel for adding/viewing the child comments in a repeating group. When i run the lifecycle and open the task form from the client, i cannot add comment, i must…
-
Error in BPMEngine.NET/ECL.rem
I get the following error when accessing BPMEngine.NET/ECL.rem : Server encountered an internal error. To get more info turn on customErrors in the server's config file. Check the following link that has recommendations for your configuration and I have already applied that part:…
-
Monitor.xml gives error "Unable to find the application server with identifier '...'
I have a clean appworks installation on CentOS. After the installation I want to install the packages with the URL: http://:/cordys/wcp/cap/install?nodeName= Here I get the error: AppWorks Platform Monitor is not ready for the application server instance '...' The Monitor.xml tells me this "Unable to find the application…
-
Workspace Documents option is showing in AppWorks Explorer
Hello Team, While exploring the AppWorks Platform, I noticed that the 'Workspace Documents' option is not visible in a newly created organization, but it is visible in the System organization. I am currently using a demo license. Are there any settings that enable the 'Workspace Documents' option, or is it limited under…
-
AppWorks Instance - Free trail
Hello Team, Recently, I've been exploring OpenText to comprehend its capabilities thoroughly. I'm uncertain whether access to the AppWorks platform is available during the trial period. Does this require subscription for exploring. Any assistance in exploring this platform would be greatly appreciated and valued. Thank you
-
How to delete tasks that i have created while testing from my all Task list?
How can i also customize lists in "My Inbox"?
-
REST Full call to upload/downlod documents from ollie site
Hello, I am trying to use a restful call to upload the document to ollie site, is there any guide available on how to do it?, i checked the content server api guide but didn't find enough info. Could someone help me on it. Thanks, Trim
-
End Construct Continue loop functionality
Hello, I have BPM with for each loop, I try to continue the loop even if one iteration fails on specific web service operation, hence I am using catch exception with continue loop end construct, but the process aborts on first failed iteration and never continues. First tried in debug mode, but it didn't work. On knowledge…
-
Using OTDS Impersonation REST API
Hi I am developing a solution where I need to Impersonate users in eDOCS. eDOCS is set up as a Resource in OTDS. I tried the API call "/authentication/ticketforuser" and I got a ticket for a specific user. When I try to use that ticket as "X-DM-DTS" in the header when calling eDOCS REST API I…
-
How can we use GetChangePasswordUrl web service in OpenText Appworks 16.6
We need to reset the Appworks password externally from the login screen. So we have found the GetChangePasswordUrl web service to fulfill our requirements but are unable to use the same because it is not mentioned in any of the OpenText documentation. So please help us in using this web service or any other method to reset…
-
Can you use business process model to send user message instead of error (exception) message?
I know from a rule event you can send a warning or informational message to the user in the front end. Can you send a message to user displaying in front end (not error) that allows user to continue but gives them some information about the action taken by using a business process model? Thank you for any information.
-
Import WSDL Web Service timeout
Hello, trying to generate web service from import WSDL source (Exchange 2013) and keep receiving timeouts after 1 minute see below: Updated these properties according to https://support.opentext.com/csm?id=kb_article_view&sysparm_article=KB0514683 UDDI timeout (wcp.properties) gateway timeout (wcp.properties) connection…
-
Cannot copy file to another location in AppWorks
I encountered an error when trying to copy the BPM file to another location. I have tried it on our customers server and local server. Any idea what could be the issue? I have attached the screenshot. Thank You
-
REST Gateway connector for AppWorks 23.1
Unable to generate the JSON for SOAP services using REST Gateway 3.0.1.cap In the REST Gateway documentation it supports only upto Java 11, but currently using Java 17 in AW 23.1 Getting below error <faultcode xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/">ns0:Server</faultcode> <faultstring…