We are using an altered check_ack_new proc. I have also changed
set my_mh $ob_save
Replaced it with this:
keylget args OBMSGID my_mh
Our institution does not want the message to go to Error database if AR or CR is received. So we have modified the check ack and deleted the line to increment the counter. This way, if we get an AR or CR, the message will fall in the else statement of the code and engine will proto the message.
After talking to quovadx support, I was told to use the recover 56 check ack. But once again, I had to alter the check ack to remove the If.
Both tcl procs attached.
I keep getting a State 16 in prod 1 on a thread which has the tendency to disconnect and reconnect sporadically.
Any help is greatly appreciated.