This works:
ADT_FR_CER sets USERDATA to 712345 and routes to ADT_TO_MG which can pull 712345 out of the USERDATA field.
This does not work:
ADT_FR_CER sets USERDATA to 712345 and routes to ADT_TO_Y1. USERDATA is 712345.
ADT_TO_Y1 sends TCP/IP to ADT_FR_Y1. USERDATA is blank.
ADT_FR_Y1 routes to ADT_TO_MG. USERDATA is blank
I’ve tried reading the USERDATA and rewriting the USERDATA in thread ADT_TO_Y1 but that hasn’t worked.
Thanks for your help.
Ellen