Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench is now available! The developer workbench desktop application is an application allowing developers to understand the functionality of the APIs offered by the OpenText Thrust Services, and how to use them. It offers a highly a configurable user interface, with perspectives (such as Library…
-
Follow Product Categories to personalize your experience
Following product categories allows you to see all posts for the products you follow in the Quick Links list and site header; receive email notifications; and refines your search results. Read on to learn more. Select a product Category: Quick Links After 'Following' a product Category, you can use the Quick Links menu to…
-
Unable to start debug mode for Content Server in eclipse
I patched my dev content server recently and I started seeing this issue after. I cannot seem to start Content server through eclipse. I have updated my CSIDE with latest and my java version is 17. Please advise.
-
Transport Package upload
I am trying to automate migration of transport packages between xECM instances. I can successfully download a package with /v2/nodes/{id}/versions/{version_number}/content but I am not sure what the corresponding upload call would be. I suspect it involves the 'multipart' set of calls but I have not been able to verify it…
-
Documentum DFS - Powershell script
Does anyone know how to get a list of repositories with Documentum DFS through Powershell? I'd like to debug a connection problem. Probably an unopened port. There is DFSTester.exe but that's pretty old.
-
GeneralCallback Event Script & Adhoc SubWorkflow
Hi Folks, I have a GeneralCallBack event script that is selected to run when the step is ready. This works fine but its running twice, when it creates an adhoc subworkflow (like when its assigned to a group and full expand is chosen so all members in a group get the step) and for individual steps within the subworkflow. Is…
-
Replicating DocumentCreateOrUpdate OScript logic via OOTB APIs
Hello, We have a custom OScript module that creates business attachments by calling the following function: XECMPFNA::BulkActions::DocumentCreateOrUpdate.execute(). This logic creates documents and automatically inserts related entries into the XECMPFNA_DOCUMENTS table. These entries are then used in our downstream…
-
Upgrade DCTM 7.3 to 23.4
Dears, We have DCTM 7.3 and we need to upgrade to 23.4 Due to our current operating system WIN server 2012, we have to use the migration technique. Any recommendations on the migration process? BR, Hosam
-
How to read association value in a webreport?
In my webreport I want to read a value returned by RUNSQL subtag which returns an association. But in my report output, it's giving me the whole V{<ID>, <2000>} blob. I tried everything. If I put "ASSOC:ID" sub tag, the output is empty. Help please? Here's my Live Report select ID from kuaf where name = 'admin' my web…
-
Hiding or removing the 'email link' function in a business workspace in the classic view
How do I disable or remove the option for emailing a link from the classic view? This button is situated in the action bar where you can also move or delete multiple objects from the list and because it generates a link to the smart view setting I want it removed or hidden. For Folders and collections I found it is…
-
Integration with SalesForce
I wanted to know if Core Messaging had already been integrated with Salesforce (without Communications) for SMS/EMail management? Thanks
-
Automation of new user configuration details
Hi everyone, We would like that by defautl, some information are automatically put in the configuration details of every user on this page : ?func=Personal.ChangeAgents&mode=EDIT&report=1 The idea is to have the "Email delivery" and "behavior" automatically selected. And also that the email address of the user is…
-
Authentication with Thrust Services Free Trial cannot get Core content API's connected
I am trying to get core content storage services using free trail and access it via API's I have added core content management free trail in tenant. I have created service key for the same in the tenant and tries this keys to authenticate with CSS API's, unable to get bearer token instead getting 401 unauthorized also…
-
How to Stop Object Exporter
Hi Everyone, I was wondering if there is a way to stop a manual Object Exporter process once started. There is no page to see the status (as for object Importer) and there is no way to stop it. Can you help me? Thank you, Simone
-
RESTCLIENT tag and Certificates: SSL Exception: error:80000002:system library::No such file or direc
Hello We're trying to make a HTTPS request using the RESTCLIENT WebReport tag and we are getting a SSL Error. SSL Exception: error:80000002:system library::No such file or directory Environment: Kubernetes containers. This is the tag: [LL_WEBREPORT_RESTCLIENT @host :[LL_REPTAG_$host /] @Port :[LL_REPTAG_$port /] @URI…
-
Tasks are not listing out
I have created workflow requests and it is mentioned as successfully created. But I'm unable to see the tasks. Could anyone help me on this? {"processDefinitionKey":"category1_approval","name":"Approve…
-
Right Fax Java SDK Latest Version
I would like to integrate Right Fax functionality with Java Service so i need to use RightFax Java SDK like RightFAX.RFaxSubmit, where do we get the SDK jar and what is the latest version available ?
-
Core Content Management Service Client - client secrete auth gets InvalidApiKey
I have created a Core Content Management Service Client with auth type Client Secrete and I keep getting the same error {"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}. I have validated the tenant ID, client ID and client secrete a number of times as well… I have tried a number of…
-
Logging for iDQL / iAPI
Hello all together, I hope I'm in the right place in here as I'm totally new. Sometimes I have to do some bulk change of object properties in our documentum system (on prem). Currently, I manage this via iDQL on the Content Server. I collect all DQL commands in one text file and run this file with iDQL in command line (or…
-
Retrieve documents from OpenText Content Management Platform via API
Basically, want to retrieve all the documents from OpenText Content Management Platform and import into ServiceNow Employee Document Management Platform specific to user. Ex.Want to retrieve documents associated with John Smith then after performing integration with OpenText and ServiceNow. Document should Attach to…
-
SmartView Session expired
Hi Team, When trying to access metadata/properties page in OTCS SmartView using one specific frontend server , we are getting Session expired alert, as per below screenshot. We have recently upgraded OTDS to 25.1 version since then we are facing this issue. Regards, Vishnu
-
How to sent mail pdf output when i use only tcp/ip input connector
Requirement: send the output document to cc mail ids when input connector is tcp/ip movex only. Details: we are using folder input and tcp/ip connectors as input. I used variable $cc_mail in platform settings. I define the mail id like $cc_mail = abc@gmail.com and mails are going as well. Now i want to sent the mails only…