msgType : DATA
msgClass : ENGINE
msgState : Tcl callout error (302)
msgPriority : 5120
What does this Tcl callout error mean? I think that the TCL proc that is the problem is one where I’m copying PID18 to PID18, with TCL in the middle to append zeros to the front of the encounter number until the total number of characters equals 11. However, I’m using this proc successfully elsewhere in live and in test, so I dont’ know what the problem could be.
Of note is that this did work. I looked in my SMAT file and do see the zeros did append properly. Here is what i’m using to append the zeros:
set tmp [format “%11s” [lindex $xlateInVals 0]]
set xlateOutVals
The only other unusual thing I have is a TCL proc on the thread that I use to throttle the messages by 30 seconds. That’s worked properly for months.
Any ideas?