cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC to IDoc scenario routing error

Former Member
0 Kudos

I have JDBC to IDoc scenario. The data is successfully getting pulled from data base but it is throwing exception while sending the IDocs to ECC.

JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.adapter.xi.routing.RoutingException: InterfaceDetermination did not yield any actual interface

I deleted and recreated the ICO but it doesn't help.

Any clue what would be the reason and solution for this.

I have read below and tried option B but it doesn't help.

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Vertika,

It seems the XML coming from sender JDBC channel is not matching the sender Service Interface (sender Message Type, maybe it needs to be updated).

Please remove 'Software Component Version' from sender tab of ICO (option 3 in above link). Then, test end to end.

Answers (2)

Answers (2)

Former Member
0 Kudos

This was resolved by adding document namespace to the sender channel configuration.

Root node of DT was modified and made same as we were receiving from JDBC.

Thanks for responses and help.

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Vertika,

It looks like you are using condition based interface determination in your interface configuration. If yes, then can you please check whether the condition is met for the message for further processing.

If no, then can you please check whether the structure is matching with the structure defined in PI for processing to happen.

Regards

Vishnu