-
Trying to call Recursive WebReport keeps using the root argument
Hi, I have a WebReport that walks a directory. Or at least, that's what I want to do. The WebReport takes a starting container as an argument (no defaults, you are prompted). I fetch the children, and call the report again to get the children of the children and so on. The issue I am having is that even though I pass in a…
-
switch between users accounts using URL
Hello, I'm trying to use the "func=LL.login" to switch from one account to another but it always shows me this error: knowing that I'm using this Url: http://<host_name>/otcs/llisapi.dll?func=LL.login&username=<username>&password=<password>&nexturl=%2Fotcs%2Fcs%2Eexe%2Fapp I've tried to add "&" so the url became like…
-
[DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek.
Hi All, I am receiving error [DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek. Internal error - 1057226525" during restart of my Docbase services of CS 16.4. Kindly suggest solution.
-
Cannot retrieve Workspaces using DocumentManagement WSDL
Dears, We are using a scanning solution that uses a plugin to connect to OpenText Content Server and retrieves available Workspaces, the Plugin authenticates successfully to the Content Server with the Authentication Webservice, but it fails to retrieve the available Workspaces using DocumentManagement WSDL, it keeps…
-
Crash while downloading files via /v2/nodes/[NodeID]/content
Hello! 🐒 I'm trying to download all the files that a search query on content server returns. Basically for every file that's returned, I'm calling the API to get the content and save it. However, in a test-case where I want to download 90 files, it always crashed at file #65 with the error message: {"An error occurred…
-
How to check Web Services are running fine ?
Hi Experts , We are using Content Suite v16.2.6 . A client application is trying to access the content server's web services but is showing error . How can we check , whether content server's web services are running fine or not ? Is there any URL to check content server's web services ? Thanks & Regards Saswata Mandal
-
How to call a module upgrade script
Hi, For a module I'm working on, I need to call some Oscript to move some opentext.ini settings into KINI. I was under the impression that DoSubclassUpgrade() was the feature of my Module object I need to orphan, but I don't ever see it get called. Further, unlike other modules, I don't see the Configure script ever being…