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.
-
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…
-
What will be the best process of migrating sharepoint data to cloud xECM?
Hi Developers, What will be the best way of migrating the data from sharepoint to xECM cloud version? FYI :- My single file is of 200+ GB. As per the cloud standard procedures we have to migrate sharepoint data to SFTP location and from their i can use XML control files Import/Export to migrate into xECM. Thanks
-
Declare documents created by SAP in Content Server without xECM?
We are currently facing a version conflict that prevents us from upgrading the xECM plugin on SAP GTS. Our SAP GTS version will soon be more advanced than the Content Server version can support, making it impossible to proceed with the upgrade. In light of this, we are exploring a temporary solution for the next one to two…
-
What will be the best process of migrating SharePoint data to cloud xECM?
Hi Developers, Regarding the migration of data from SharePoint to OpenText xECM Cloud, particularly for large files exceeding 200+ GB, the standard cloud procedure involves: Exporting SharePoint data to an SFTP location. Using XML control files to facilitate structured import into xECM Cloud. Do we have any other approach…
-
When Archiving documents into OTCS, getting OTAC error- couldn't be distributed to node
We are using OTCS 23.4 and OTAC 23.4. We are having 3 front ends and 1 back end. We are also having 3 OTAC servers on cluster. When we are archiving documents using rest API, sometimes we are getting the below error. It navigates between all 3 OTAC servers 02/17/2025 09:19:06 ERROR EASP…
-
LiveReports - Filtering UserID
I have a LiveReports which displays all the outstanding tasks of all workflows which are active. I am looking for assistance how to filter the report when the user who login to Content Server will see only his tasks
-
Issues with GetGlobalSerno
After a migration from Exstream 16.6.4 to 16.6.70, I havean issue with GetGlobalSerno. I call GetGlobalSerno and use it in the filename for pdf output. When I send in a batch file, containing multiple documents and documents with the same customer number should end up in one output file. They are already sorted by customer…
-
create document issue using REST API in OTCS
Hi, I'm trying to upload a file using following python code but I'm getting an error message, can you pls help me what I'm missing here ************************************************** import requests url = "https://xxxxxxxx.opentext.cloud/cs/cs/api/v2/nodes" payload =…
-
How old job's status can I go back and check with JobDeliveryStatusRequest?
Hi. I have to know the status of my old stucked job which the gamma-code is 3931. I asked a request JobDeliveryStatus for the job which has LastAttemptTime 2025-02-01T00:42:52.000Z today(=2025-02-14). The response has no JobData and says 'No information available'. A support staff told me that I can search and browse my…
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench beta release is now available! The developer workbench desktop application is a test 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…
-
Smart View Widget Configuration
Hello, I wanted to inquire about adding banners or photos for each department-level folder in Enterprise Smart View. For example: - Enterprise - HR: Photo/Banner - Procurement: Photo/Banner Is there a way to accomplish this only through configuration changes? Or do we have to write codes for that?
-
Fax2mail api question - receive fax via PUSH.
Hello. First of all, I'm new to the forums and don't fully understand all of the product names (Core messaging, Cloud Edition, Thrust, etc.). I opened a support case and they directed me here. We've been using Fax2mail for about 6 years for basic inbound/outbound faxing, mostly via email and some sftp delivery. I now have…
-
Request Authorization Service
Recently announced The Request Authorization Service (RAS) is responsible for controlling and managing user access to resources, data, or actions within OpenText Cloud Platform (OCP) and its corresponding services. This microservice is a crucial part of any system that needs fine-grained control over user permissions and…
-
New Thrust Service! Request Authorization
Now included in the Thrust Services bundle The Request Authorization Service (RAS) is responsible for controlling and managing user access to resources, data, or actions within OpenText Cloud Platform (OCP) and its corresponding services. This microservice is a crucial part of any system that needs fine-grained control…
-
Documentum Cleanup Objects Sequence for object types
Hi, I have a scenario where I need to delete dm_document, dm_folder, dm_acl, dm_user, and dm_group. The structure consists of a cabinet containing a folder that acts as a Classroom, with multiple Divisions, and each division further containing Batches—resulting in a deep folder hierarchy. Each folder has specific ACLs, but…
-
Enterprise Connect and Adobe Reader or Acrobat
When I navigate to a Word document in Extended ECM, in the functions menu I have the option 'Edit in Word'. When I click this, the document opens in Word, I can make changes, and update the document as a new version in Extended ECM. When I navigate to a PDF document in Extended ECM, in the functions menu there is no option…
-
Ressource Version in Exstream dissapeared from GUI
We have a ressouce in Exstream Desing that has dissapered, We see version 2 but it used to have version 3. Now we cannot edit this ressource anymore, as it says that there is a later version which is not visible in no domain. We used swagger to check /api/v1/resources/{domain}/history/{resourceId} and it tells us that it…
-
Lot of folders in one workspace folder, need to segregate them into different folders.
Hi , We have initially configured all the workspaces created in a single parent workspace folder, now we have around one crore workspace folders created inside that and many to come, how can we segregate them into multiple workspaces, like based on date folder , first we need to segregate based on year and then inside year…
-
Is it possible to integrate Documentum directly using REST to send attachments with JSON values?
We're exploring options to send attachments from ServiceNow to Documentum. However, ServiceNow does not support multipart form data out of the box, which poses a challenge for direct integration. Could you let us know if there are any possibilities or alternative approaches on the Documentum side to handle this? For…
-
Documentum xCP Designer installation needed
We are facing an urgent issue: our licenses for the XCP Designer tool have not been renewed for the past two years, and as a result, we no longer have access to download or use the tool. Currently, we are in the process of renewing the licenses, but we urgently need access to XCP Designer in the meantime to maintain the…
-
Rest: How to remove a use from ACL list
When removing permissions for a user (ACL) using the webservices it removes the user from the list on the UI completely. When i did the same with REST, it seems to leave the user listed in the ACL list (with no permissions to the object). SO the differences is that the name of the user is still in the ACL list of the…