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