Hi Experts,
I am doing a POC on Decentralized Adapter Engine with EDI Separator Adapter.
Scenario is File ----->EDISeparator ------>File .
While doing the POC, I faced the following error :
Message could not be forwarded to the JCA adapter. Reason: com.sap.aii.adapter.ediseparator.ra.integration.DispatchException: Message cannot be dispatched: Message cannot be dispatched: senderChannel 'ba6bc28e205c33629ec6d1cb5e2fb164': Catching exception calling messaging system
MP: exception caught with cause javax.resource.ResourceException: com.sap.aii.adapter.ediseparator.ra.integration.DispatchException: Message cannot be dispatched: Message cannot be dispatched: senderChannel 'ba6bc28e205c33629ec6d1cb5e2fb164': Catching exception calling messaging system
Exception caught by adapter framework: com.sap.aii.adapter.ediseparator.ra.integration.DispatchException: Message cannot be dispatched: Message cannot be dispatched: senderChannel 'ba6bc28e205c33629ec6d1cb5e2fb164': Catching exception calling messaging system.
Note : When I tried to run the same scenario on the Centralized Adapter Engine,I am able to process the message successfully.
Please help me to solve the issue.
Appreciate your help.
Regards,
Vikas
Hi Vikas,
1. Have you enabled Acknowledgements for these EDI messages? If so, what acknowledgement mode are you using? "Receipt only" or "Receipt and validation"?
2. Can you please check if you can run the converter tool for your message on the DAE? It will then ensure that you have all the required data on your DAE. (Goto <system>:<port>/b2bic -> EDI Content Manager -> <your protocol> -> XXX to XML converter).
3. If you are successful, then it is possible that you have some Module configured on your sender channel which is failing. Can you please check those module one by one?
Regards,
Prashantha
Hi Vikas,
It looks like you have not configured the EDI Separator Sender channel. The EDI Separator channel which you have used in a receiver channel and it will split the incoming file if it is a bulk message. After the split the files are picked up by corresponding EDISeparator Sender channel. And then you can have the File Adapter Receiver at the end.
Regards,
Ruchir
Add a comment