cancel
Showing results for 
Search instead for 
Did you mean: 

InterfaceDetermination did not yield any actual interface - Error

nilambari
Explorer
0 Kudos


Hello All,

We are working on a synchronous interface integrating with the third party.

On executing the inbound interface (Third Party to SAP ECC), third party system receives the error as stated below

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface

On checking PI logs there is no logging in both message monitor and communication channels.

Any suggestions/ideas on debugging this error would be helpful.

Thanks,

Nilambari

Accepted Solutions (0)

Answers (3)

Answers (3)

JaySchwendemann
Active Contributor
0 Kudos

1.

Please reassure that you are looking at the correct PI system. As the sender gets some error messages that come from com.sap... namespace there ought to be some traces on the PI system, either in communication channel monitoring, message monitoring or nwa/logs

2.

As you are proably providing a webservice to the third party just use the WSDL you provided and use that within soapUI. See for a tutorial here http://www.techrepublic.com/blog/software-engineer/how-to-test-web-services-with-soapui/ (be aware, you might need to import your PIs certificates to cacerts of soapUI if you use https and your PI presents a certificate that is not signed with a trusted CA)

3.

If you are sure about the interface / channel you are calling, use XPI inspector (http://service.sap.com/sap/support/notes/1514898) to track down the error. Use Template "50" and specify your receiver channel

If that doesn't help, please come back with a more detailed description of your scenario.

HTH

Cheers

Jens

Former Member
0 Kudos

Hi Nilambari

as far as I remember I faced this error while working with an dummy interface created in ESR but the content doesn't meet the interface definition e.g. name of root element or content is non XML.

I would try remove the SWCV info in integrated configuration, so that this check is skipped.

Have a try.

best regards

Jochen

former_member184720
Active Contributor
0 Kudos