Webmethod: Sending outbound data. Service invoke error.

Hi Everyone, I am new to webMethods so please bare with me… I am trying to send a file (outbound flow) and received the below error message:

An error occurred invoking the processing service AP_AVNET.processing:process_ORDRSP_Outbound for this document. The original error was com.wm.lang.flow.FlowException: com.wm.lang.flow.FlowException:IFX; ICR value for sender/receiver/whichCN not found
at com.wm.lang.flow.FlowExit.getFailure(FlowExit.java:297)
at com.wm.lang.flow.FlowState.willExit(FlowState.java:238)
at com.wm.lang.flow.FlowSequence.invoke(FlowSequence.java:263)
at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:520)
at com.wm.lang.flow.FlowState.step(FlowState.java:389)
at com.wm.lang.flow.FlowState.invoke(FlowState.java:360)
at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1131)
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:645)
at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:39)
at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:53)
at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCom

processing rules and partner profiles are already configured. Can you please let me know what is my mistake / missing here? Thank you

try to use trace the service:
AP_AVNET.processing:process_ORDRSP_Outbound
see what’s in the pipeline and at which step such error happens.

first save the pipeline at the very beginning of the service.

Hi Wilmor,
Please check the sender and receiver ID fields if the field values are compatible with the valued defined in Partner Profiles
Best regards
Onur

Thanks Tong Wang and Onur. The issue has been resolved by adding the value on ICR look up table.