-
Combine storyteller output and pdf file
In Exstream Storyteller 16.6, I've created a document that outputs as a PDF. I have another static PDF file that I would like to come out along with the one generated by Storyteller so that they come out as one combined file. However, no matter what I try, only one page comes out of the PDF I want to include. How do I do…
-
Documentum Docbase Service failed to start
Hello Everyone. After an upgrade of the Capital Project Content Server, the Documentum Docbase Service fails to start and displays the following error message. Message ( Tue Sep 03 15:51:35 2024[DM_STARTUP_I_DOCBASE_OWNER_NOT_FOUND]: The database user (USR) is not a valid NT User. This is the user specified in your…
-
How can we integrate opentext with workfront does any one have any idea?
We are trying to access opentext storage service folders and files from workfront document sections for uploading the files from opentext storage to workfront task directly. But we are facing some issues. Does anyone aware about the process of how can we achieve that.
-
Accessibility and rules timing
On a text box or table, are the rule processed prior to accessibility? I need a variable populated in a rule then use that variable in the alternate text of the accessibility tab. So, what is the timing of rules vs availability in accessibility?
-
Save xml input to a file from service request input connector
How do i use a filter chain on a service request input connector in commuications builder to save the input as a xml file? https://webapp.opentext.com/piroot/ccmprj/v210300/ccmprj-cgd/en/html/jsfilter.htm
-
Save input on service request
How do i use a filter chain on a service request input connector in commuications builder to save the input as a xml file? https://webapp.opentext.com/piroot/ccmprj/v210300/ccmprj-cgd/en/html/jsfilter.htm
-
How to add decision activity in DCTM Workflow designer?
Hi i am not seeing decision activity in DCTM Workflow Designer. It has only two activities (Auto and Manual). I have a requirement to make decision to move task to next activity based on attribute value of package. This decision activity was available in process builder, is it still possible in Workflow Designer? I am…
-
How can I add two variables to this code?
[LL_REPTAG_$**** RUNSQL:"[LL_REPTAG_!VVVV/]" RECARRAY:1:1 SETVAR:f1 /]
-
Issue with Passing OIDC Access Token to OpenText xECM REST API
Hi all, I'm developing a REST API that interacts with the OpenText xECM REST API. My API receives requests from another application where users are authenticated using OIDC (with Entra ID as the issuer). The requests include a JWT access token in the Authorization header. My goal is to pass this token (after validation or…
-
MSSQL using user type input as part of a column alias
We are running CS 23.2. we are running a livereport with the following sql SELECT Name as "USERID %1" FROM KUAF WHERE Type=1 AND ID IN (SELECT ID FROM KUAFChildren WHERE ChildID = (SELECT ID FROM KUAF WHERE ID='%1') ) Where %1 is a user type input. the LiveReport returns an error but if we change the type to InsertString…