Hello experts,
We have the following scenario. PI 7.3 Single stack. text file input to multiple receivers.
The scenario works in Dev, but after transporting to QA test, it fails. I have transported ESR objects twice and have deleted and recreated the Integrated Configuration. Cache seemed to be up to date, and we had Basis restart the PI system.
The error messages states: "InterfaceDetermination did not yield any actual interface." However, the message is not splitting, so the failure is truly before that step.
Message log from successful message in Dev:
7/15/2014 2:23:30.691 PM | Information | Send text file "/sapdataexch/dev/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/20140715-050034-688_SettlementLog.08104.01.20140715.084728.xml", size 14886, encoding UTF-8 with QoS EO |
7/15/2014 2:23:30.691 PM | Information | MP: processing local module localejbs/CallSapAdapter |
7/15/2014 2:23:30.692 PM | Information | Trying to put the message into the send queue |
7/15/2014 2:23:30.692 PM | Information | Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System |
7/15/2014 2:23:30.697 PM | Information | Message successfully put into the queue |
7/15/2014 2:23:30.697 PM | Information | The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application |
7/15/2014 2:23:30.699 PM | Information | The message was successfully retrieved from the send queue |
7/15/2014 2:23:30.703 PM | Information | Starting to Split Message |
7/15/2014 2:23:30.703 PM | Information | Message status set to DLNG |
7/15/2014 2:23:30.704 PM | Information | Message Split to Message 1f6a76a9-0c4d-11e4-b4fa-0000010522fb(OUTBOUND) |
7/15/2014 2:23:30.705 PM | Information | Finished Splitting Message |
7/15/2014 2:23:30.713 PM | Information | Message Split to Message 1f6a76a9-0c4d-11e4-b4fa-0000010522fb(OUTBOUND) |
7/15/2014 2:23:30.721 PM | Information | Message Split to Message 1f6a76aa-0c4d-11e4-c008-0000010522fb(OUTBOUND) |
7/15/2014 2:23:30.722 PM | Information | Message status set to DLVD |
7/15/2014 2:23:30.725 PM | Information | Message was successfully transmitted to endpoint using connection File_http://sap.com/xi/XI/System |
7/15/2014 2:23:30.752 PM | Information | File "/sapdataexch/dev/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/20140715-050034-688_SettlementLog.08104.01.20140715.084728.xml" archived after processing |
Message log from failed message in QA:
7/16/2014 3:45:10.944 AM | Information | Send text file "/sapdataexch/qas/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/SettlementLog.01769.05.20140716.073904.xml", size 232961, encoding UTF-8 with QoS EO |
7/16/2014 3:45:10.945 AM | Information | MP: processing local module localejbs/CallSapAdapter |
7/16/2014 3:45:10.946 AM | Information | Application attempting to send an XI message asynchronously using connection File_http://sap.com/xi/XI/System |
7/16/2014 3:45:10.947 AM | Information | Trying to put the message into the send queue |
7/16/2014 3:45:10.962 AM | Information | Message successfully put into the queue |
7/16/2014 3:45:10.962 AM | Information | The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application |
7/16/2014 3:45:11.291 AM | Information | File "/sapdataexch/qas/interfaces/micros_xstore/I_AUD_0103_XStoreIBSales/IN/SettlementLog.01769.05.20140716.073904.xml" archived after processing |
7/16/2014 3:45:11.431 AM | Information | The message was successfully retrieved from the send queue |
7/16/2014 3:45:11.579 AM | Information | Starting to Split Message |
7/16/2014 3:45:11.579 AM | Information | Message status set to DLNG |
7/16/2014 3:45:11.582 AM | Error | Transmitting the message to endpoint using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface |
7/16/2014 3:45:11.711 AM | Information | Message status set to WAIT |
There are no conditions on the Receivers. The file should always split to both,
Inbound processing is a file adapter.
Any help is appreciated.
Thanks!
Tom