Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Join Us at OpenText World for free hands-on training API
Still on the fence about attending? We are expanding the free training available with 13 new Developer labs. In addition to the basics of Workflow, Capture, AppWorks, Messaging. We have some training for APIs that will be announced: If you have an interest into how you can embed Data governance?- we have you covered with…
-
Is there a way to 'complete' a task in a lifecycle, programmatically?
Hi there - Thanks to everyone who has engaged with my forum posts, it is appreciated. I have one last question as I wrap up an approval workflow for our accounting team. Is there a way to programmatically 'complete' a task in a lifecycle? The only option I'm able to progress a task forward is by clicking 'complete'…
-
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.
-
How to use Lifecycle Task 'Read' Web Service to get the appropriate IDs within a lifecycle?
adsf Hello - Our team has recently began wrapping up a project that has a series of approvals, with different BPMs. The initial BPM reads what the entity has with a 'Read' web service at the entity level, then we use a decision table to manipulate thresholds, which ultimately allows us to follow an approval workflow. We…
-
Feasibility of a Scenario with content server and appworks
I have a scenario wich looks like this Everytime an employe inserts a new Document in a businness workspace of a certain categorie I would like a business process to start in appworks. Is there a way for content server to emit a (event message call) to Appworks so that the process could reclassify and automate actinos to…
-
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:
-
Invalid column name 'ID' after upgrade to 16.5.0
I am trying to upgrade my AppWorks-gateway from version 16.2.1 to 16.5.0 however this fails. I can upgrade to 16.4.0 without problems, but when I upgrade to 16.5.0 (either directly from 16.2.1 or in 2-steps via 16.4.0) the AppWork-gateway wont's start. The gateway.log shows an error: 2019-04-12…
-
I want to start learning Open Text ECM development. Can anyone lead me to start.
I want to start learning Open Text ECM development. Can anyone lead me to start. For eg. 1. From where to start (Basic to Advance) 2. Development start 3. Useful links Please help. Thanks & Regards, Tridib Mandal
-
CS Mobile Logs In but has blank pages and throws errors (Using AppWorks Gateway)
Hello everyone, for a POC we wanted to configure the Content Server Mobile App, for this we had one Azure VM with OTCS 21.4 and OTDS 21.3 on Tomcat 9, and another Azure VM with Tomcat 9 & AppWorks Gateway 22.1 (Both on Windows Server 2019, Non-SSL Environment). I followed thoroughly the official AWG Documentation on…
-
REST API presence in Content Server
Hello, I would like to know how can we verify the presence of REST API in a Content Server instance and whether all the functions are present. Thanks Glen
-
The requested permission 'Use Production' was denied for solution 'OpenTextEntityIdentityComponents'
Hi, experts I am deploying a App developed on AppWorks previouse version to AppWorks 16.5. Deployment is successed. But when a user tried to login, the app show a error even the user still logged in to the App. from the TommEE log file I saw the error message "The requested permission 'Use Production' was denied for…
-
What's New - AppWorks Gateway 21.1
About AppWorks Gateway 21.1 The AppWorks Gateway is the Enterprise Application Development and Management platform for OpenText. AppWorks allows you to build purpose-specific apps quickly and easily for the Enterprise using the Web technologies we are all familiar with: HTML5, CSS3 and JavaScript. These apps, called…
-
Publishing rest services
Hi, we need to expose an API from appworks to integrate it with external systems. We prepared YAML files for our REST interfaces and the interface will look like this: /api/Customers - GET - Returns all customers /api/Customers/123 - GET - Returns a customer with ID 123 /api/Customers/123 - POST - Updates a customer Our…
-
Site Update - AppWorks developer
At OpenText, we place the highest priority on providing the resources and access to experts in order to deliver exceptional value to our customers and partners. The AppWorks Developer site (https://appworksdeveloper.opentext.com/) experience and resources have been consolidated into our Support and Developer sites.…
-
AppWorks Mobile app fails to connect on HTTPS port
Hi, Having installed and configuring AppWorks 16.5, I am running into an issue where the mobile app fails to connect with the following error: If I navigate to the URL in a browser it opens as expected, The sever.xml file is configured as outlined in the installation guide (using a self-signed certificate): <Connector…
-
Push Notification for AppWorks
Hi there, I want to know if I can get the Push Notification for AppWorks App? I can now get the notifications in 'Activity' tab from top right side menu, but I have a requirement of getting this notification in Notification tray of device (Android or iOS) even if the AppWorks app is not running. Can anyone help me with…
-
Push Notifications - popup when AppWorks is not open?
Is there a way to make AppWorks notifications work like traditional push notifications work on iOS? The notifications I'm sending to the clients are working (they appear in the Notifications area, and in the top-right red box), but there is no pop-up and they do not notify you unless the AppWorks application is open. Is…
-
AppWorks Gateway Setup version 16.6; Step1 Database Configuration with MS SQL Express
Hi, My laptop I run learning/dev environment with sql express version 12. All other like exstream, workshop etc works very well. Now I like to install AppWorks Gateway but I do not manage get right connection settings to MS sqlexpress. My tcp/ip is enabled on sqlexpress side and is enabled to default prot 1433. Log says…
-
Appworks Service audience
I’m writing an AppWorks service in the standard AppWorks Gateway. I’ve set the audience of the service, but users outside of its audience can still execute its methods. Is there a way for my service to check whether or not the authenticated user is in its audience? If so, is this documented anywhere? I’ve been looking at…
-
Content Server Mobile Integration with AppWorks Gateway????
Hi guys, I would like to connect the content server using CS Mobile app. While configuring content server mobile app getting the following error "Invalid Response Received" I have done the following steps:: -Installed the AppWorks Gateway 16.2.4 version on apache tomcat -Configured the AppWorks gateway by using the public…