Exstream
Exstream leverages the data and content that already exists within the organization to transform typical customer communications into highly-personalized, engaging customer experiences on the preferred digital and print channels, screen sizes and devices of the customer.
-
OT Communications CE - Realtime deployment application design considerations
Whose has Communication publishing with High-throughput (realtime) feature? Which version? Lessons learned? Inquiring minds would like to know! Thanks in advance
-
Reference file
**** morning everyone! We are working with an app (OpenText Designer V23) that includes a reference file containing an XML list along with its own KEY. This list is supposed to match one of the variables in the customer driver file, but it always returns a blank. Do you know if I'm overlooking anything important for it to…
-
Is it possible to upload a file streaming when creating a node
Is it possible to upload a file streaming when creating a node, we are using NodeJS + typescript and now I have to read a whole file into memory before I can upload it. Can this be done differently?
-
Opentext Cloud Native 23.4 Installation
Need some help in installing the Opentext Exstream Cloud Native and configuring/deployment process in multiple regions
-
How to add other documents to an Empower Fullfillment
Currently we have an Empower driver includes both empower and non-empower documents which impacts Empower performance. Is there a way to add documents to the Empower fulfillment path to reduce what is loaded into the empower editor and thus improve performance? For example, given Empower customer driver, is there a way to…
-
XMLIN - Multiworksheets in a Workbook
Hi, Is it possible to call and generate multiworksheets inside an unique workbook event using XMLIN connector? I need to generate dynamically different and as many worksheets, depending on the selection previously made from Infor M3 (using the XMLIN connector). Regards,
-
option delete application in grey from control center
Hi everybody, one of my customer had a cyber attack and we are helping them to restore their streamserve server (persuasion version), on control center I want to recreate an application because the old one does not connect. I can't do a delete application from the control center to make this service disappear : the delete…
-
Storyteller how to output a csv file as well as pdf
I am using Storyteller to output pdf files, but now also need a csv file for one of the documents. I can't find any documentation about how to do this. Is there any help available please?
-
Creating multiple documents from a single input XML
I would like to find out if it is possible to have one input event (eg: XMLIN) generate multiple documents form a single call. We currently have a business process that produces 'document packs' ie: several documents derived from different templates (document definitions). The way this is currently done is by making…
-
Is there a driver for Carl Valentin labels printers ?
In ExStream, is there a driver for Carl Valentin labels printers ? More precisely Vita V label printer ?
-
How do I resolve the error message? This happens after I run DBadmin.exe
The localization language of the database (French) does not match the localization language of the query file (English). If you continue with the update, the database localization language will be changed to English. Continue with the update?
-
When exporting a streamserve project often getting this error.
Below is an example of the error that displays for all the output process. I just copied one example. I have to shut down the streamserve project reopen, and then sometimes it will export without a problem. There are not errors in these output process. Not sure what the invalid Service Storage means. Error: Fatal F1062:…
-
How can I add the property Header on tables using StoryTeller?
Hello team! I have a question, Using StoryTeller I am developing pdfs, but when performing the accessibility check with Adobe Pro, it gives me an issue with the table headers, which says: "Headers: Failed-Tables should have headers", within the document I added the properties to the cells of "Row type: HEADER-All…
-
Stream serve version 5.6.2 [ST] - Using Array
Hi, In One of my ST Project, I am using array, it works good if the length of array is around 400, but if the length of array is more say around 1000 or more than it does not print. For example, below is the value of array - $arrlnsublot[0]: TEST-23-1918, TEST-23-1919, TEST-23-1920, TEST-23-1921, TEST-23-1922,…
-
OpenText streamserve 5.6.2 SQL connection dropped when deploying project
After applying Windows Server OS cummulative patch KB5044293 on Windows Server 2016. Streamserve can no longer deploy an export file. This ends with an error "Connection was dropped" The logs show Unauthorized Connections. Has anyone else come across this problem? 1125 204007 (0051) 1 HTTPListener: Outgoing HTTP header:…
-
Scripting function SetJobDescr in StreamServe 5.6.2
Hi, we are trying to set the print job name in windows spool by using the function SetJobDescr. We can see the job name in the log output, but not in the spooler of the printer. Any help would be much appreciated. StreamServe is version 5.6.2 with cumulative 4 applied. Thanks & kind regards Andreas
-
odbc howto break sentence into different lines
Hi, Just a simple question I´d like to remember. How do you break a sentence into several lines without quotes? Is it possible? i.e. $st= "SELECT * FROM CUSTOMER WHERE CUSTOMER LIKE 'JOHN%' AND CIA = 'XXXXXXX' "; break into $st="SELECT * FROM CUSTOMER WHERE CUSTOMER LIKE 'JOHN%' AND CIA = 'XXXXXXX' "; Regards
-
Exstream Cloud Native Installation on Kubernetes
Hi There, Is there an posts that describes Exstreal Cloud Native Installation with Kubernetes servers. I got many issues with that
-
Image Placeholder postioning issue
We have recently upgraded to Version 23.2.1 from 16.2 using DB upgrade Approach. We are observing the image logo position shifted from the base version. We have used text box with placeholder variable design for image to be placed dynamically using placeholder. Has anyone faced similar issue, please share suggestions.
-
Exstream Cloud Deployment
We are trying to install Exstream CE 24.2. We are using below command helm install "exstream" "Path of exstream-24.2.16-55862.tgz" --wait --timeout 30m0s --set otds.bootstrap.license.enabled=true --set-file otds.bootstrap.license.nonprod="Path of lic file" -f "Path of yaml file" --debug This installation is getting stopped…