I have an scenario like this,all of messages are executing asynchronously by calling from sproxy,
Request
clientZET029 --> NumberRangeRequest_Out XI NumberRangeRequest_In --> clientOER030
Response
clientOER030 --> NumberRangeConfirmation_Out XI clientZET029 NumberRangeConfirmation_In--> clientA
when i try to carry out all scenario i get error "XI Error NO_RECEIVER_CASE_ASYNC.RCVR_DETERMINATION"
I executing NumberRangeRequest_Out service from sproxy of ZET029 and expecting a return message from OER030 but it arrives to OER030 but not come back it gives error, and like you see , sender of all messages are ZET029 it is the problem i think
here my sxmb_moni logs
Processed successfully ZET029 NumberRangeRequest_Out NumberRangeRequest_Out SENDER PROXY IENGINE Processed successfully ZET029 NumberRangeRequest_Out OER030 NumberRangeRequest_In CENTRAL IENGINE IENGINE Processed successfully ZET029 OER030 NumberRangeRequest_In RECEIVERIENGINE PROXY System Error - Manual Restart Possible ZET029 NumberRangeConfirmation_Out CENTRAL IENGINE Processed successfully@ ZET029 NumberRangeConfirmation_Out NumberRangeConfirmation_Out SENDER PROXY IENGINE
Thanks