- This topic has 6 replies, 5 voices, and was last updated 15 years, 7 months ago by .
-
Topic
-
I am using the following to kill messages with FCC in PV1-18: if {[cequal [crange $segment 0 2] PV1]} {
set fieldList [split $segment $field_sep]
set pv1_18 [lindex $fieldList 18]
if {[cequal $pv1_18 “FCC”]} {
lappend dispList “KILL $mh”
return $dispList
} else {
lappend dispList “CONTINUE $mh”
return $dispList
}
We are doing integrated testing on our Star ADT upgrade to 2.2b and our test merges (A34) are getting killed even though there is no PV1 segment in an A34. Why would that be happening?
Viewing 5 reply threads
Viewing 5 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.