-
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…