- This topic has 4 replies, 3 voices, and was last updated 16 years, 10 months ago by .
-
Topic
-
Greetings Cloverleafers!! I have an IB pre-TPS that gives me an error saying
. I need to destroy that incoming msg because I don’t need it and if I don’t destroy it, it kinda reminds in the Recovery DB forever.“message0” is destroy locked while executing “msgdestroy $mh”Any help is very much appreciated!!
Sam 8)
proc tpsFilterHL7BhsBts { args } {keylget args MODE mode ;# What mode are we in
set msgList {} ;# The return list containing multiply msgsswitch -exact — $mode {
start {
return “” ;# Perform special init functions
}run {
keylget args MSGID mh
set oriMsgs [msgget $mh]
msgdestroy $mh
………….[code]proc tpsFilterHL7BhsBts { args } {keylget args MODE mode ;# What mode are we in
set msgList {} ;# The return list containing multiply msgsswitch -exact — $mode {
start {
return “” ;# Perform special init functions
}run {
keylget args MSGID mh
set oriMsgs [msgget $mh]
msgdestroy $mh
………….
- The forum ‘Cloverleaf’ is closed to new topics and replies.