Forum Replies Created
-
AuthorReplies
-
We have a vendor that sometimes does not send the PDF so we have a Pre Proc TCL script that checks the message for “Base64”.
If not found, we kill the message. return “{KILL $mh}”
February 9, 2026 at 11:31 am in reply to: How to escape the ampersand (&) character in an Xlate #122278Or create a variable called @ampersand, value as “=&”, then plug the variable into the URL.
February 9, 2026 at 11:29 am in reply to: How to escape the ampersand (&) character in an Xlate #122277Try using “concat”
first parameter will be everything in the URL up to “/mdweb”
second parameter “=&”
third parameter will be everything after”PatientID”
-
This reply was modified 3 weeks, 2 days ago by
Jerry Sawa.
Attached document is kind of old, I’ve modified some settings to match what I have in my previous post.
Attachments:
You must be logged in to view attached files.I handle that issue with an “and” alert.
I see if thread has
- Connection is “up” for over 5 minutes
- and O/B Queue depth >=1 for over 5 minutes
- and Last Receive is >= 300 seconds (5 minutes)
If all those are true, I prestart the thread. Resolves the issue 99% of the time.
They did. Sorry, I neglected to include.
The mode can be ClientAuth,
SSl Protocol — TLS 1.3.
Cipher list — TLS_AES_128_GCM_SHA256.
I would put the URL in the “Host:” field? See “PDF TCPIP Properties” attachment.
Not sure what to enter in the fields in the “CA Path CA File” attachment.
Attachments:
You must be logged in to view attached files.Following…..
Infor – Is there any documentation?
Not sure what type of logging configurations you have setup, but you can try Infor’s “enable_all“. Keep in mind that this will add A LOT of entries into your log. I only use “enable_all” for trouble shooting issues then I remove it when the issue is resolved. There are other configurations but I don’t know if they’ll give you what you need.
Within the thread on the “Properties” tab, “Engine Log Configuration“. Click list to get a listing of all Engine Log Configurations available.
I’ve receive base64 encoded PDF msgs larger than 10mb without issue. So your issue may reflect back to what Jeff Dinsmore previously stated. Unfortunately, I don’t know how to increase the size of the max files configuration.
Are there any other entries in your log other than the Broken Pipe entry? You may need to increase the logging level of the thread to see if more entries are listed regarding the error that may guide you to the cause/resolution.
From my experience with Broken Pipe, thread was unable to write because the connection dropped. Make sure vendor side has the same settings in Prod as it does in Test.
Hi Lauri. I really didn’t need the alert I was trying to set up, just wanted to test how Source Count works. Looks like it doesn’t work the way it’s supposed to.
I’ve never used “in” before and don’t know anything about it. I’ll test that and see how it goes.
Thanks.
I found the following
Source Count – This specifies how many of the selected entities must satisfy the condition for the alert to trigger.
Has anyone had any success using Source Count?
-
This reply was modified 2 years, 1 month ago by
Jerry Sawa.
-
This reply was modified 2 years, 1 month ago by
Jerry Sawa.
Correct. I want the alert to trigger if one or the other are true. With Source Count valued as “any” or “at least 1”, I was hoping that would work. Is that not possible?
So you look for a threshold of 4000 for how many minutes?
-
This reply was modified 3 weeks, 2 days ago by
-
AuthorReplies