Process Automation (AppWorks)
Process Automation (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 functionality.
-
Installing the AppWorks Components Pack
I am trying to install an AppWorks Components Pack opentext_everywhere_10.5.13.otag. I get the error "There is a problem with the package you are trying to install. Looking at the catalina logs, I see the following all: INSERT INTO APPVERSION (ID, DATA, VERSION, APP_NAME) VALUES (?, ?, ?, ?) bind => [4 parameters bound]…
-
Create document in CS16 using REST API and set create + modify date?
Hi, Is it possible to create a new document in Content Server 16 using REST API (v2) and then also set the create and modify date for the document? The documentation (see https://developer.opentext.com/webaccess/#url=/awd/resources/apis/content-server-v2#!/nodes/updateNode_put_33&tab=501) indicates that the parameters list…
-
Cannot connect AppWorks 16.1 to Microsoft SQL-Database after Re-Installation
Hi! First I was able to connect the Gateway 16.1 to my SQL database. Then I add to remove it due to some error with the Login. After trying to do a Setup and connect it to my SQL it says "Could not connect to database, see logs for more Information", but even when putting the LOG Level into Debug I do not get any more…
-
Not able to add a folder with a category associated
Hello, I´m trying to add folders and documents with a category associated and with the attributtes filled cause there are mandatory attributes. The only thing I have obtained is adding the node without category and after add the category. But as the category has mandatory fields, when I add the category I obtained an error…
-
CS16 REST API CAD Document read/write specific properties
Hi, How to read/write the CAD Document's specific properties using REST and CS16? Tried GET /api/v[1|2]/nodes/ already. Regards, Cristian
-
Use REST API to change modification date of a document in Content Server?
Hi, One of my customers wants to move documents from a file server to Content Server. They want to keep the original modification date (from the file server) when they upload the file to Content Server. Is this possible using REST API or is the only option to capture the original modification date in a custom…
-
Appworks Gateway - unable to deploy anything
Hello, I am trying to install Appwork Gateway 1.2.2 for Tempo Box (CS 16). When I try to deploy any application via web interface it throws 500 error and aborts. I am attaching my tomcat (8.5.6) configuration and logs. I have already tried setting access permissions and increase tomcat memory. server.xml: <?xml…
-
AppWorks reDeploy
Hi, AppWorks 1.2.2 Tomcat 8.0.38 JDK 1.8u111 / JRE 1.8u111 I've deployed AppWorks 1.2.2 on separate server and I managed to go through the setting page and created the otag partition. after that the AppWorks gives Internal Server Error. We decided to remove everything Java/Tomcat/Appworks and redeploy a fresh installation…
-
MBPM 9 Howto print a word document using server script
Hello developers, I'm looking for a way to print a docx document from a server script. If anyone has got an example, it will be great. Many thanks, Pierre
-
Are there Content Server Rest API to get node by Path?
I am currently working on a project which use LAPI, but want to convert it to use Rest API. I don't see any rest api to get node by path and get node by name. Are there any rest API for them or any plan to release in future?
-
CS 16 - REST API - Error 500 when trying to create a document
Hi Guys, We are trying to use the REST API on Content Server 16 to create documents. When running the Postman app on the server directly we can sucessfully authenticate, create folders and create documents. When running the Postman app on the client we can successfully authenticate and create folders. When we try to create…
-
Appworks reverse proxy OTDS
I've just set up a reverse proxy for OTDS for external users for our LAN OTDS instance. So that's: * add otdsws/* to the allowed path patterns * add otdsws=lan.server.name:8080/otdsws to the proxy mappings * then update the OTDS Url in the advanced settings to point to external facing server Works a treat. That is until I…
-
REST API: calling saved search query and passing parameter to search query
I saw in another post that i can call a saved query by calling the saved query id 'api/v1/search?templateid=160598' this works fine but is there a way to pass a parameter to one of the attributes in the saved search query. Let's say if I had an attribute named ItemID, can I pass the ID as part of the query? Does anyone…
-
CS 16 - set null in multi-value category property
Hi, I am trying to set nulls in a multivalue Integer Field usign api/v1/nodes/{node_id}/categories/{cat_id}/. I am sending 75995_51: 75995_51: 75995_51:2 75995_51: 75995_51:7 and getting back ... "75995_51": [ null, 2, 7 ],... Two values got lost. Any ideas how to make it work? Regards, Cristian
-
Issues with /api/v1/doctemplates/{id}/instances REST API Call - CS 10.5
Hello, I'm working on a requirement to create Case Workspaces based on a template (without linking to SAP object) using CS Web Services. Upon deep diving into it, I found there are two ways to acheive this: * SOAP based API (per ECMLink SDK and API documentation - 10.5 SP1) * REST API Support - Binder and Case Creation…
-
Add a category to node using REST api
I can read categories from a node with GET http://MY_SERVER_IP/OTCS/cs.exe/api/v1/nodes/NODE_ID/categories but I'm not able to add a new one to it. Is it possible? Can I sent a POST to same URL? How should be the body of that request?
-
MBPM 9 Hosto print a word document using server script
Hello developers, I'm looking for a way to print a docx document from a server script. If anyone has got an example, it will be great. Many thanks, Pierre
-
Download Provision
I have a new corporate laptop and need to install Provision on it. Please provide URL and directions.
-
Content Server - CMIS support
Hi, Does Content Server have CMIS support by default? Or is a separate plug-in required? I am trying out the Content Server virtual template in the Azure market place and wanted to explore if CMIS can be used. Thank you in advance.
-
Error when try to display content with FolderBrowserWidget
We are trying to display a folder of the content server with the widget: FolderBrowserWidget, but we are getting an error: Error: The browser refused to make the server call. Check that the server is accessible and that the CORS is enabled for this application. The console and network panels from the browser debugging…