-
unable to setup the Smart UI SDK for Content Serve
Hi , I was trying the setup the Smart UI SDK. I have followed the documentation and I have installed prerequisite software's node JS, grunt and git. Later followed the step which are present in readme. But while running the "npm ci" I was getting the network issue "artifactory". could please guide me what I have to do for…
-
Business Workspace API not updating a category attribute for a Workspace
Hello everyone, we are trying to test a request where we update a category attribute for a Business Workspace, we saw in the API documentation for BW REST 21.4 that they show an example for "updating" a late business workspace with the POST Create BW request. We tried this request: { "name": "Solicitation A1",…
-
xECM Could not perform delete on ContentServer
Hi experts, With xECM from SAP when deleting a document an error appears: Error HTTP:500 XECM:6101: The XECM service returned an error: Code=XECM: Could not perform delete on ContentServer. Document is deleted from SAP but not from Content Server. In Content Server i can delete it manually Does anyone know the reason for…
-
Unable to archive documents on Enterprise Scan to Opentext after adding Text: Table Key Lookup in ca
Good day, I am struggling with an Enterprise scan issue after adding table key lookups to a category in Opentext. Error: Critical error during archiving. Invalid JSON primitive: . The archiving procedure aborted. Would someone be able to guide me on how to fix this issue? Thank you
-
UpdateNode Error after upgrade
Hi, we have upgraded our CS from ver 16.2.7 to 16.2.11. We have a tool to update node categories values and metadata which used to work in 16.2.7 but after the upgrade, we get this message: Error in deserializing body of request message for operation 'UpdateNode What could be the issue?
-
Download or open document in browser using REST service
I'm having trouble downloading or openning in the browser a document from Content Server using the REST service "/api/v1/nodes/{{doc_id}}/content".From Postman it works well and you can even see a preview of the document (image, text, pdf). I know Postman shows code examples in different languages, but I have not been able…
-
How to bring back breadcrumbs in Business Workspaces (CS 22.1)
Hi everyone 👋 You may have noticed that the breadcrumb bar is no longer available when viewing a Business Workspace page in Smart UI. (Breadcrumb bar) It has been replaced with a new "BackToPreviousLocation" command button, that is shown as part of the BW header widget. (Breadcrumb bar replacement in BW perspective) We are…
-
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
-
Updating a draft process with attributes using CS REST API
Hello everyone, we are trying to achieve a Workflow initiation where it has from the beginning attributes filled with data. For example, initiating a WF with the attribute "email" already with a value, to be used in an Email step. We've seen the thread where this was also explained here:…