Inbound TPS kill proc passing message

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Inbound TPS kill proc passing message

  • Creator
    Topic
  • #49653
    Ryan Mahon
    Participant

      Hello all,

      I have a kill proc in the inbound TPS data that will Kill a message if the PID segment is less than 18. I have tested this proc with several messages and it correctly sets the status based on PID length.

      If the message is good then it will pass to the translate proc that will update PID_18 & PID_19 based on certain criteria and route it downstream.

      The issue is that some messages with a PID of less than 18 is reaching the conversion proc and then bombing out.  I can update the conversion code with the necessary steps to kill the message but the message shouldn

    Viewing 2 reply threads
    • Author
      Replies
      • #62884
        Michael Hertel
        Participant

          Please post your proc and a sample message and the error message when it bombs.

        • #62885
          Todd Lundstedt
          Participant

            You might also make certain that proc is active on all inbound threads that use that translate (if you use the translate in multiple interfaces).

          • #62886
            Ryan Mahon
            Participant

              As I was about to post the code I found the problem. At some point the kill proc was updated and they saved a backup copy to the same directory with the same proc name. Even after reloading it was using the old file which was allowing this message to pass.

              I removed the old file and reloaded and it is working properly now.

              Thanks.

              [/code]

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.