-
Unable to Resolve MTOMFeature Refrence in Java 11
This Reference was Resolved in Java 8 and was used for the ContentService Binding below import javax.xml.ws.soap.MTOMFeature ContentService contentServiceClient = contentService.getBasicHttpBindingContentService(new MTOMFeature()); Since going to Java 11 (zulu-11) Using Eclipse I'm getting the Message The type…
-
Exporting Documents from CS v16
What is the efficient way to export 35000 documents with all versions from Content Suite v16 to Windows file system ? The documents are stored in multiple folders in Content Server . Thanks & Regards Saswata Mandal
-
Is there a fixed result limit via REST
Hi all! We habe updated our servers to CS 20.4 and today i experienced a funny situation. As always we are dooing some REST calls to filter the results according to our required parameters. In the past we had set the limit to 300 and now it seems like the range_max is about 100 Here is the call. You can filter until the…
-
WebReport to add user to 100 groups
Hi Experts , I am new to Opentext Content Suite. Please guide , how to create a WebReport to add a user to 100 groups . Thanks & Regards Saswata Mandal
-
Error - The sub-location path is invalid while creation a workspace
Hi All, While trying to create workspaces using ECM_LINK API I am getting an error - Client received SOAP Fault from server: The sub-location path '[5295648:Country]\[5295648:LegalEntity]\Customers\[5295650:CustomerID:(6)]' is invalid. Check the workspace type configuration or contact your administrator.…
-
Insert data into Content Server Form using REST API
Hi, I want insert data into Content Server Form using REST API. Is there any way available using REST ? If not can we do it using some other way ?
-
Error - The sub-location path is invalid while creating a workspace using ECM_LINK and CWS
Hi All, While trying to create workspaces using ECM_LINK API I am getting an error - Client received SOAP Fault from server: The sub-location path '[5295648:Country]\[5295648:LegalEntity]\Customers\[5295650:CustomerID:(6)]' is invalid. Check the workspace type configuration or contact your administrator.…
-
Need help with translating Content Server
Hello, I'm trying to translate Content Server into another language, I did the localization procedure with the python script that they offer, I have a language pack prepared for translation, the question is, what exactly do I need to translate? I have .properties, .htm, .js and .css files in those directories, is it enough…
-
Brava now opening signed documents & CoreSignature question
Hello everyone, my team is trying to implement a special third party signing solution through the use of workflows, one problem that we came across was with Brava! when we tried opening documents that were already electronically signed It just gives us an error. Any help on how this can be fixed or why it is happening? We…
-
ContentServiceClient - DownloadContent web method response error.
Hello, I'm currently able to successfully Authenticate and get the content context but when calling the ContentServiceClient's DownloadContent web method the following error message is being thrown when executing the following line of code: DownloadContentResponse downloadResponse = new DownloadContentResponse();…