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.
-
Authentication failed error
Hello, I am trying to configure Appworks and have chosen embedded derby database with existing OTDS as directory server. After successful installation when I try to connect to the server http://server:8080/gateway using the default username (otag) and password (otag) I get "Authentication failed" error. I have tried…
-
Using Business Object in a grid with a list
Hi all, I had to struggle a little bit (too much) to find a solution to this question that was obvious in version 5.xx,6.xx and 7.xx. One can find an example attached to this post. It is based on a list of erolename and the grid returns the eusername granted with these roles. 1 use the Oracle script to create the table…
-
MBPM - Validating procedure Error - Map has a stage with a Duplicate name to a stage
Hi, We are testing our maps after upgrading our Metastorm from version 7.5 to 7.6. There is a map and whenever we tried to publish it, we are receiving the following error: We could publish it without any issue in 7.5. It will be highly appreciated if someone could advise how to solve this problem. Thank you. With Regards,…
-
Tomcat localhost:8080 not available
I have installed Appworks gateway. When going to localhost:8080/gateway, I get in fine but when I go to localhost:8080, I get the message 'Http Status 404 - The requested resource is not available', this was working before appworks. Is it normal to get this message?
-
CSUI Widget
Hi, I get 2 Errors developing an Applications using CSUI 10.5 and Content Server 10.5. * error: "The REST API Url could not be found in the mappings registry" * I am not able to Load Moduls like (ERR: Loading modules [model/forms] failed: Script error for: model/forms, view/form, view/dialog, ... ) Thanks for Help Mohamed…
-
New App that links to another App
Hello AppWorks Developers, Is there a way so I can create a new custom App that will display some folders from Content Server. I can do that throught the RESTApi and then when the user clicks on one of these folders I will link them to the EveryWhere Enterprise App directly displaying the contents of this folder. When I…
-
MBPM V9 Dynamic Roles
Hi all, I'm trying to address a list of user (Using SelectSQL) to a process variable so it grants these users the targeted dynamic role (as we were doing in version 7). MyRole is populated by a Map1Data.memMyVariable. I can't fix it, I only recover the first member of the list of user. Does anyone have a clue, it was so…
-
DirectMQ WmqUtils.dll Library to Connect to IBM WebSphere
Hi, We are upgrading our BPM Metastorm from version 7.5 to 7.6. There is a .xel file which we need to publish. We require it to connect to IBM WebSphere. We tried to imitate whatever we have in the old server, where the application is installed. What we realized is that, there is a dll file called WmqUtils.dll. It is…
-
Timeline for REST API category functionality
I understand that a future version of the Content Server REST API will allow access to categories and attributes. Will it allow both reading and writing to categories? When will it be available? Thanks.
-
Can't Publish a Web Service - Web Service Activator WSE3.0 is not properly installed
Hi, We are trying to publish a web service using Metastorm web service activator. However, we are getting the following error: WSE 3.0 is not properly installed. Appreciate if anyone can advise. Thank you. With Regards, Mohd Rafea
-
Alchemy Error with Building Database and using createItem method
I have the next problems when Im trying to build my alchemy database System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at Alchemy.IBuilder.Build(Progress __MIDL_0122) Also I have gotten sometimes (not happening always) an Acces Denied Error when…
-
Alchemy 9.0 Release1 Concurrency Problems
We are using alchemy to Add approximately 5,000 files per day (not all they at the same time), this service is being called Alchemy at least 4 threads, uses a single connection, 1 by 1 file upload works acceptably, but the problem arises when we try to Add two or more files at the same time to Alchemy. We use one single…
-
What are steps required to install App work other than port 8080
Hello, I am using Jenkins for port 8080. I want to install Appwork in my local machine. I changed server.xml file of apache-tomat to port : 8086 but that didnot work to start the app. Can someone help me what are the steps required to install appwork other than port 8080
-
Gateway E-mails
Hi, We've a problem with e-mail sending from gateway. We have OpenText AppWorks Gateway v1.1.6. Have configured SMTP fields in Mail Settings under Settings. Tried various options, but none seems to work. Haven't received any e-mails from gateway. We use Tempo Box to test this. Tried sharing a folder with other, they don't…
-
How to get the User list on content server using CWS API
Hi, Is there any way to list all the users in Content Server using CWS API. OR Is there any way to fetch direct user name who created the File/Folder/Collection etc, instead user id. Thanks, Thiru
-
CWS - is there any way to fetch the files filtered by modification date?
Hi, In the CWS API, is there any way we can fetch the files filtered based on the date filtering(creation/ modification / any date specific to the file's meta data). Regards, Thiru.
-
500 Internal Server error adding folder through tempo
Hi, I'm baffled! I have a CS10 (SP2 Update 13), Tomcat 7, Java 7, OTDS (10.5), Tempo 10.5, Gateway 1.1.6, Content Service 10.0.10 (as I'm using CS 10 in this config). I can access CS fine and get authenticated via OTDS. I can access Tempo via the webaccess url fine. I can see myself, I can update my tempo profile, I can…
-
Open Text Rest API Creating Document not working with Dot Net Client
Hi , I am trying to use Rest API using asp.net C#. I am able to Create a token. But when i am trying to Create a Document, I am not getting any response. The application is getting timed out. Please find the code used below: string getcreateurl = "http://localhost/otcs/cs.exe/api/v1/nodes?"; RestClient client = new…
-
Creating an App (type=feature)
Hello, is there a way to create an app similar to the Favorites / PersonalWS / EnterpriseWS. I would like to create an app that shows a subset of items out of content server on which the user can browse further with exactly the same functionality (UI) as the existing Everywhere apps. This way the UI display will remain…
-
Web Service calling an action on a folder
Ok I can start a process (blank form action) just fine using web services. But I now want to access an action on an existing folder and that looks to be a little trickier, does anyone have a sample accessing a specific action for a folder? I see all kinds of response objects and action objects that were exposed through the…