Jerry Sawa

Forum Replies Created

Viewing 15 replies – 1 through 15 (of 53 total)
  • Author
    Replies
  • Jerry Sawa
    Participant

      Peter, your log reach 2GB because of the error, correct?

      When you stopped/started the process then all worked as expected.

      Could you send a portion of the process log from when process was started to the point where you started getting the error?

      Quite often we get error “ICL initialization failed” when starting a process.  We have code that checks for ICL issues upon startup of process.  If found, we stop and restart the process.

      • This reply was modified 10 hours, 53 minutes ago by Jerry Sawa.
      in reply to: Suppress message if no Base64 PDF in OBX #122330
      Jerry Sawa
      Participant

        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}”

        in reply to: How to escape the ampersand (&) character in an Xlate #122278
        Jerry Sawa
        Participant

          Or create a variable called @ampersand, value as “=&”, then plug the variable into the URL.

          in reply to: How to escape the ampersand (&) character in an Xlate #122277
          Jerry Sawa
          Participant

            Try 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 1 month, 1 week ago by Jerry Sawa.
            in reply to: Randomly not receiving ACK’s #122264
            Jerry Sawa
            Participant

              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.
              in reply to: Randomly not receiving ACK’s #122263
              Jerry Sawa
              Participant

                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.

                in reply to: TLS TCP/IP HL7 #121970
                Jerry Sawa
                Participant

                  They did.  Sorry, I neglected to include.

                  The mode can be ClientAuth,

                  SSl Protocol — TLS 1.3.   

                  Cipher list — TLS_AES_128_GCM_SHA256.

                   

                  in reply to: TLS TCP/IP HL7 #121965
                  Jerry Sawa
                  Participant

                    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.
                    in reply to: Cloverleaf API #121639
                    Jerry Sawa
                    Participant

                      Following…..

                      Infor – Is there any documentation?

                      in reply to: Threaded write failed: Broken pipe! #121182
                      Jerry Sawa
                      Participant

                        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.

                        in reply to: Threaded write failed: Broken pipe! #121170
                        Jerry Sawa
                        Participant

                          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.

                          in reply to: Threaded write failed: Broken pipe! #121166
                          Jerry Sawa
                          Participant

                            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.

                            in reply to: “and” alert and Source Count #121104
                            Jerry Sawa
                            Participant

                              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.

                              in reply to: “and” alert and Source Count #121097
                              Jerry Sawa
                              Participant

                                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.
                                in reply to: “and” alert and Source Count #121095
                                Jerry Sawa
                                Participant

                                  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?

                                Viewing 15 replies – 1 through 15 (of 53 total)