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…
-
dqman runs but keeps crashing
Hello Guys, I have been able to successfully run dqman version 6 with repository version 16.4 I have done this using DFC 6.7SP2, 7.1, 7.2 and 16.4 individually. I have used KB article below as well. KB10030004 However I am facing the issue that dqman keeps crashing. I have tried on Windows 7 and Windows 10 as well with the…
-
Timeout on long running WR via API call
I can run a certain WebReport from the front-end browser interface of Content Server and it takes about 15 minutes and completes properly, whether regular run or in background. However, if I run the same WR from an API call in PowerShell, there seems to be a timeout and produces this error: "Invoke-RestMethod : The…
-
Folder names not getting translated
Hi, I am using csui SDK to build a page to show the folderbrowser widget for a certain folder in Content Server. I have attached the code I am using. It is working fine and is loading the folderbrwoser widget but the problem is folder multilingual metadata is not working. In this case, I am trying to use Polish language.…
-
Template Engine process limit number?
Hi, I'm using SAP Document Presentment (Exstream 23.3 Build 16.6.70 GA 496). Is there a limit number of Template Engine processes? For any new Template Engine process created I get this message: 0704 154611 (5474) 0 33415743-979A-473D-973F-3198871FD76F 00155985 No resources allocated for process, possible reason:…
-
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…
-
SCE with SAPGUI 8 - 64 Bit
Hi all, We just installed SAPGUI 8 64 bit and we have issues with SCE . When using transaction /n/OPT/VIM_WP and clicking on "Single-Click-Entry" a shortdump is coming related to SAPLOLEA —- Information on where terminated The termination occurred in ABAP program or include "SAPLOLEA", in "AC_SYSTEM_FLUSH". The main…
-
API Authentication
Hello, When following this guide Documentation - Getting Started I get an "invalid username or password" error when trying to get a token. The username and password are 100% correct for the account that generated the client id and secret, though. Am I missing something? Thanks
-
SMTP email and Dynamic Attachment of PDF
Does anyone have an explanation of how the dynamic email attachment works with an SMTP email output queue and connector? The documentation for Orchestrator is not very clear and refers to delivery metadata having values that make no sense. We are currently on version 24.2
-
how can i use Notification BB to send message to select users with specific roles
I have users divided into 3 groups: Group1 Group2 Group3 I only want users to get the notification of Task Create event when the item is created and assigned to a group they are a member of. My parent entity has a property that holds the name of the role that the task belongs to (ParentEntity.Item.Properties.OwningGroup)…
-
How to pick images from S3 bucket during runtime using Placeholder variables
We have on prem design manager 25.1 with Images being pulled onto output pages from server using place holder variables. Now we want to put these images on S3 bucket and want to get these images onto output pages via our Orchestrator (in Flow model and Flow context). How can this be achieved?
-
Is there a way to select a user from ECM and run a report to see what he has access to?
The Company is going through a major restructuring. We need to make sure employees into their new organization structure have no access to their old structure data. Permissions where managed by end users head of Departments. We ended up not knowing who has access to what. Is there a way to select a user from ECM and run a…
-
Content Server Mobile on Azure Kubernetes Services
We are trying to deploy Content Server Mobile on AKS. As per the Release Notes of Content Management 25.2, we could see the below Docker images are available. when we try to pull the images, we do not see the otawg-csmobile-init. Please refer to the below output. PS C:\Users\shiva> docker pull…
-
lift-and-shift migration of our Documentum environment from on-premises infrastructure to Microsoft
Hi, We are planning to perform a lift-and-shift migration of our Documentum environment from on-premises infrastructure to Microsoft Azure Cloud. As this is a lift-and-shift approach, there will be no changes to the Windows OS or software product versions—everything will remain as-is in terms of configuration and…
-
Smart View logo requirements
We are trying understand if there are any guidelines or restrictions such as dimensions, dpi, image resolution etc when trying to update the customers Smart View global header icon / logo? It's my understanding the logo currently is "height: 24px; width: 220px;" but can this be updated to anything?
-
User Interface in BPM - Message Type Info
I am able to create tasks in a BPM using the user interface, but I am not able to show a basic ui form to display a message. The Message Type of Info seems to be the way to do it, but no form is displayed. The BPM is being called from an entity rule. Thanks.
-
Issue with GET Topology Method in Swagger UI for Large Number of Servers (uCMDB)
We are using the GET topology method in Swagger UI to collect FileSystem details such as File System Size and Free Space Available from our servers. It works fine when we check a small number of servers. However, when we try to collect the same details from more than 1,000 servers, we get the following error: 😱 Could not…
-
Different headers in BIRT report
Hi! I would like using different headers on the first page and the others. On the MastePage I placed a grid with 2 rows. In the 2 rows I placed 1-1 other grid with a simple label. On these grid's OnPrepare event I wrote a little script, wich depend on then pageNumber variable set the grids "display" attribute value. But it…
-
Exstream version history
Hi, Can anyone help with the details of OTExstream version history ? We have a legacy version 16.6.31 and we are trying to find out the latest version supported for a non-cloud migration. If I understand correctly the latest version (23) supports only a SaaS model, is that correct? SaaS migration is a long-term target for…
-
Uploading Large Files (5–10 GB) to Documentum via REST – Chunked Upload Support?
Hi Team, Has anyone successfully uploaded a large file (around 5–10 GB) to Documentum using the REST API? If yes, could you please share the approach you used — specifically: Which REST endpoints were involved? What did the request body look like? Were there any required headers or configurations? Also, is there a way to…
-
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…