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