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.
-
Getting Java heap space error while uploading document with size of 1 GB data
Getting Java heap space error while uploading document with size of 1 GB data. Please help to find which configuration file i can check to identify the heap space related setting. We are running on iis with 23.4 CS version
-
Is there a supported method to retrieve a token after initiating an OpenText workflow?
Is there a supported method to retrieve a token after initiating an OpenText workflow and securely transmit that token to an embedded iframe pointing to an external website?
-
Creating a Shared Submission Folder with Restricted Access in OpenText xECM
Hello everyone, I am looking for assistance with setting up a shared folder in OpenText xECM where users can submit files. The main requirements for this folder are: Single Shared Folder: There will be one folder accessible to all users for file submissions. Access Control: Only the user who submits a file and the folder…
-
CMIS - Inquiry
Hello everyone, We are looking to use CMIS to integrate between multiple systems and our Content Server, We have been testing on CS 24.4 and so far we have deployed the xecm-cmis.war and got it to work and can access it from the workbench, the war interface seems to be buggy and throwing multiple errors. however since we…
-
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
-
Content Server v24 - Fastest method to deleting all content (refresh)
We are prepping for a Dry Run and we would like to delete all CS content (files and not configs) as fast as possible. Our SQL server is pretty performant (32cpu/256ram) and we have 3 CS servers (8cpu/32ram) running 18 workers each, yet deleting the data appears to be taking longer than we anticipated (…Running the task…
-
Skipped Items Error While Uploading Documents in OpenText Content Server
Some users in our system are responsible for uploading documents to various folders, and they have been doing this for a long time without any issues. We haven’t made any changes to the system settings, but one day, some users (not all of them) started receiving the following error while uploading documents: “Skipped…
-
REST API - paging not working on search endpoint with OTDSTicket
I am creating a custom web application and using Authorization Code Flow (OAuth 2.0) for authentication. This part is working and I am able to get an access_token (or OTDSTicket). Then I use this OTDSTicket to make CS REST API call to the search endpoint and I am getting the first page result. However, when I send another…
-
How to Delete "In Use" Storage Providers?
We need to delete one or more Storage Providers in OpenText Content Server, but the system prevents deletion because they are marked as "in use". I need to delete these Storage Providers because I’m encountering an error while updating my Content Server from version 16.2.8 to 16.2.9. The error is the following: otcs.log:…
-
Secondary Documentum content server - confguration
This is regarding setting up new secondary documentum content server where the primary server is shut down and currently 2 secondary are running Primary (P1) two secondary boxes(S1,S2) If I install new secondary content server instance, cfs confguration →what would be the primary content server as its offline and I know…
-
Is there a way to read files from Server Path using Webreport?
Constant Filepath :S:\SA\Bus_Activity\Records_Mgmt [LL_Reptag_$filepath yyyyyy /] Solving for yyyyy so that tag can read files on This location?
-
Unable to open Documents in Webtop 16.7.8
Hi Team, While opening the documents getting below errors: 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Archive is: ucfinit.jar 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Applet class is: com.documentum.wdk.extnnative.handlers.UCFInitJar…
-
How to combine multiple content servers into one single content server
Hi Experts, We are looking forward to consolidate our multiple Content Servers into a single one. Kindly let us know how can we achieve the same and what would be the course of action for it.
-
Going from Template Workspaces to Business Workspaces - need help finding documentation.
Hi there - We are in the process of upgrading our OpenText ecosystem. All has been going well so far, but we noticed that in the future, Template Workspaces will no longer be supported. Business workspaces seem to be pretty similar from what I'm reading but we have an extensive library of different binders + templates we…
-
Documentum Server Installation Error Database Session is shutting down due to
Brand new install for DS 22.4, Oracle 19c db, Windows 2019 server. JDK and Oracle Client installed. Confirmed DB via TNSPING and SQL Plus connection on the box. Ran the Documentum Server software installer with no issues. Ran the Server Configuration Program to configure a docbroker no issue. When installing the…
-
Hide Activities/Comments in specific workflow steps
Dears, We have a requirement to control the visibility of workflow activities and comments in certain workflow steps. Specifically, we need the ability to enable comments in some steps and disable them in others. I attempted to achieve this by unchecking the "See All Comments" option in the Permissions tab; however, it did…
-
How to make entire content server read only so that noone can make changes until migration completes
How to make entire content server read only so that noone can make changes until migration completes. We tried Web Report to update folders/projects/files permissions set as see,seecontents but it is very time consuming. Is there any quicker way?
-
Oscript: insert data to Forms table
In OpenText Content Server, the Forms module allows you to create a table and later insert data using a WebReport tag with the destination set to the form. How can I achieve the same result using Oscript? Specifically, how can I insert data into a Forms table (i.e., submit a new form entry) via Oscript?
-
xECM - new attribute does not appear in Regions overview automatically
I have created a new attribute (as part of a category) in xECM. Normally, such a new attribute would appear automatically in the 'Regions' overview (Admin —> Content Server Administration —> System Object Volume —> Enterprise Data Source Folder —> right click on menu of 'Enterprise Search Manager —> select 'Properties' —>…
-
REST API - Initiating a workflow with attributes (string and numeric)
Hi, I believe I have WF init via the REST API working, except for setting attributes. I start the process with a call to get a draft process. That is, a POST of http://{{cshost}}/{{cshosturi}}/api/v2/draftprocesses Then I call the draft process again using a PUT:…