Dear Experts,
I have a query while working on SAP PI integration scenario. Which Like I am sending data from BI to XI using Client proxy at BI and Received at application directory path of SAP XI.
The Scene is like:
1. I have created 3 namespace each one for BI side data type (Outbound), second of XI side data type, message type, message interface(Inbound) and last for the Message mapping & Interface mappings for the scenario.
2. I have developed proxy and is perfect able to see xml message processed successfully on BI side.
3. Create Receiver communication channel for FTP (No Sender is reqd as Proxy calls...)
4. Receiver determination
5. Interface determination
6. Receiver agreement
So Now everything is place.
But I am getting Interface mapping not found error while I am testing using Test tool of Integration Builder. And When I check with the SXMB_MONI on PI side I see message saying no receiver found.
SAP PI (SXMBMONI)_
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!-- Receiver Identification --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""> <SAP:Category>XIServer</SAP:Category> <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code> <SAP:P1></SAP:P1> <SAP:P2></SAP:P2> <SAP:P3></SAP:P3> <SAP:P4></SAP:P4> <SAP:AdditionalText></SAP:AdditionalText> <SAP:ApplicationFaultMessage namespace=""></SAP:ApplicationFaultMessage> <SAP:Stack>No receiver could be determined</SAP:Stack> <SAP:Retry>M</SAP:Retry> </SAP:Error>
Message appears while testing scenario with Test tool
Interface Mapping Not found Runtime error com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_ZSNOINVIT_to_InTransitInventory~: Fatal Error: com.sap.engine.lib.xml.parser.Parser~
Can anybody help me with this? Can anybody confirm that having multiple namespace like above need some extra efforts or what?
Regards,