I’m trying to select messages from the recovery database that originated in another site. When I look at the long listing of one of the messages, it includes this data:
msgOrigSrcThread : epic_adt_in*ifmgrprod3.valleymed.net*/opt/cloverleaf/cis20.1/integrator*live_adt
msgOrigDestThread : dst_adt_irad*ifmgrprod3*2992*live_ord_res**irad_all_out
msgSrcThread : epic_adt_in*ifmgrprod3.valleymed.net*/opt/cloverleaf/cis20.1/integrator*live_adt
msgDestThread : dst_adt_irad*ifmgrprod3*2992*live_ord_res**irad_all_out
When I try to select messages for that destination, they don’t show up in the list:
hcidbdump -r -O i -d ‘dst_adt_irad*ifmgrprod3*2992*live_ord_res**irad_all_out’
C
l T
a y F
s p w
Created Message Id s e d Prio State Length Source Dest
——– ————– – – – —- —– —— ————— —————
Done. No messages found to select.
And if I say the destination in the local site, it only shows messages that originated in the local site:
hcidbdump -r -O i -d ‘irad_all_out’
Can I not search by this type of destination?