-
EBS script error while sending workflow emails
Hi Experts, I am seeing below error when my custom EBS script is trying to send email. dmbasic: Exceed limit of 40 parameters dmExec::ForkLaunch() process exit code: 0 dmExec::ForkLaunch() returning value: 0 Below are my findings: In the docbase logs I see below line (note there is more to this line I have cropped it as an…
-
TableReportView swrLaunchCell Issue
Can anyone tell me why this isn't working? It shows the column for the subreport but does nothing when I click on it. I'm running it in a Webreport with the destination set to HTML WebReport. <script> csui.require(['csui/lib/marionette', 'csui/utils/contexts/page/page.context',…
-
DQL or Script to modify a specific localized label?
Hi all, Is there a way (DQL or Script) to inject a single localized label into a specific field of a specific document type? I don't want to inject an entire Composer project because of a single oversight. Thanks in advance.
-
We are utilizing eDOCS/API vers 16.7.2 When add documents via Rest API, file created as zero bytes
I have a java program that is utilizing the eDOCS API vers 16.7.2, when uploading a file via Swagger it works fine and the document is created successfully, it is unlocked (no red mark on thumbnail) and its not zero bytes. However, when I attempt to add a document via my java class, the document is created, however the…
-
CMS: Error 404 in Create Dictionary Definition !
I was trying to create a dictionary definition but faced an error 404 , don't know if this is this API available with Ot Developer trial account ? or is the API url is incorrect ? https://na-1-dev.api.opentext.com/dictionary/v1/dictionaries
-
Unable to get the session object from java program
i am using below code to get the documentum session to connect . getting the error . (ModuleManager.java:414) - [DFC_BOF_COULDNT_CONNECT_TO_REGISTRY] Unable to connect to module registry, docbase name DMSDEV username dm_bof_registry. java.lang.IllegalArgumentException: Cannot support TLS_DH_anon_WITH_AES_256_CBC_SHA with…
-
Connect to OTDS from Desktop Design Manager
Hello, I'm having an issue connecting to OTDS from the desktop Design Manager to get my product key information. I have set up the users, tenant, resource, and allocated the license to the access role. I get a pop-up error message trying to log in to OTDS saying that the OAuth client ID is invalid. Has anyone faced this…
-
Monitor not starting
Getting below error in CMC file. <log4j:event logger="com.eibus.transport.socket.TransportProvider" timestamp="1718344867071" level="ERROR" thread="ConnectionKiller subscriber_1718344847047"> <![CDATA[Unexpected exception.]]></log4j:message> log4j:MDC<![CDATA></log4j:MDC> <![CDATA[java.lang.IllegalStateException:…
-
Location of the "bus.xml.vm.maxsize" setting for "OutOfVirtualMemoryError in NOM" error
Hi, I finally get the error we all get in life once: "OutOfVirtualMemoryError in NOM"; For me during CAP deployment (of the "Contract Center" solution in version 24.2) I know this has to do with "bus.xml.vm.maxsize", but what is the order of picking up this setting as I can set it at 4 places (and I can't get the finger…
-
How go export date created in a specific criteria using CS Object exporter
We have a scenario where we need to export documents created by specific user during specific year which are scattered across multiple folders in Content Server. While I understand, Exporter control file <location> tage takes the path of specific folder where the document that need to be migrated, might exist. If the…