I have noticed an issue that was introduced in cloverleaf 6.1 (from 5.8 )
I have a site that has an inbound thread that routes to a UPOC thread.
The UPOC thread is set up with a static reply route to the inbound thread.
The UPOC thread has a proc in “Send OK Procs:” that:
Creates a reply message
Copies the SOURCECONN to DESTCONN
Copies the DESTCONN to SOURCECONN
Copies the DRIVERCTL
set SKIPXLT to no
KILL’s the original message and SEND’s the reply message.
In 5.8 This would route the reply back and everything was ok.
In 6.1 I get a routing error, even though the routing is set up:
[xlt :rout:ERR /0:qry_tpas_ih_xlate:11/19/2015 10:29:52] [0.0.8] No reply route defined for trxid ” and destination ‘qry_tpas_ih_qry_in’. Please define a route with ‘qry_tpas_ih_qry_in’ as one of its destinations in “Route Replies”
Has anyone else had routing issues where it worked in 5.8 but not in 6.1.