-
How to handle errors from subtags
Hi, Let's say I have a subtag which throws an error. if I am writing the contents of my tag using SETVAR:clientInfo, if it completes without error, I get clientInfo as an ASSOC, but if it throws an error, it comes back with a string like * TAGNAME :some error message * Is there a good way to detect errors when the data…
-
Need help with RESTCLIENT WebReport tag
I'm trying to use the [LL_REPTAG_RESTCLIENT /] tag in a webreport. Ultimately I want to use it to call custom REST endpoints in my Content Server environment but the problem I have can be reproduced with a core call. Here is my WebReport: [LL_REPTAG_'' ASSOCACTION:CREATE SETVAR:authHeader /] [LL_REPTAG_!authHeader…
-
Can we get dcpackage file from export file?
Hello all I hope you're great today. I lost my dcpackage file and I want to know if it is possible to recover it from the export file generated?
-
CSIDE 25.1 released
Just a heads-up that CSIDE 25.1 got posted last week: - Release note: - Binary: Things introduced over the past few releases: CSIDE no longer does the "randomly rebuild your entire workspace" thing when you save edits OScript search has gone from unusably slow to wicked fast Code profiler has become more usable Startup is…
-
Streamserve Process MailOut and Mail with HTML format
Hello, In streamerve 5.6.2, in a Mailoutprocess, you can choose 2 formats : Plain Text or HTML. When you receive an email in HTML format, streamserve automatically adds the <head> tags, as below <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"> <meta name="Generator" content="StreamServe…
-
Content Server Enterprise Workspace set to different node ID
Hello, The Enterprise Workspace in OpenText Content Server (v24.1) is normally available on NodeID 2000. My customer's node is set to 2111. Has anybody got any insight how this may have been set? I have never come across this before and can't find anything documented or on the OpenText Knowledge Center? Thanks, Mat
-
Help on REST API Category upgrade
Hi, We are trying to upgrade a category using REST API. Below is the URL we tried: <CSURL>/v2/nodes/{id}/categories/upgrade using PUT method. Passing the body parameter in below format. { "category_id":[8479] } We are getting the error showing as "Missing Parameters". Please help us to fix this. Thanks, Dharani D.
-
Linking Same SAP System to two different Content Servers
Dears, we have requirement to connect one SAP System to two different content server environments is it possible? Regards,
-
Mass Export of a Specific Doc Type in Extended ECM CE 23.4
Is is possible to bulk export all documents in a specific doc type? Example: I am looking to export all documents that fall under our "onboarding documents" doc type from all created employee workspaces. I am able to find these documents through advanced search or audit query but I cannot export all of them if the need…
-
Automate Object Importer/Exporter
Hello everyone, I would like to manage via script the export/import of data from a Content Server instance to another using Object Importer/Exporter. Is there any way to start the the object export emulating what happens in the page /otcs/cs.exe?func=oe.ManualExport? In the same way than I would like to start object import…