-
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();…
-
NTLM API Calls Failing using WR Subtag
Recently we upgraded our system from CS 16.2.5 to CS 20.2 and started seeing this issue intermittently. We are calling some external .NET NTLM web services from Content server using Web Reports FetchURL subtag. Since FetchURL subtag doesn’t support secure calls(https) we wrote an JAVA utility(jar file along with custom…
-
Get document path whit docman
Hi all, We need to obtain the full path for a document located in a Business Workspace with the docman api, when the document it's inside of a Business Workspace the script only shows the path up to the business workspace and the rest is lost. ¿Anybody have any idea that can help us? Thanks a lot
-
WebService Jar creation from WSDL
I am trying to create jar using wsimport for wsdls and following intructons as mentioned in below link: https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=62345549&objAction=browse&viewType=1 It's works for all other CWS wsdls but getting below error for ContentService.svc?wsdl Could you please help on fixing…