cancel
Showing results for 
Search instead for 
Did you mean: 

"no interface found" error on PI message

Former Member
0 Kudos

Hi there...

I'm fairly new to XI so I hope someone here could share their expertise and help us in resolving this error we're getting wherein messages going into XI cannot be processed due to the highlighted errors below:

- <Trace level="1" type="B" name="interface activity determination">

<Trace level="1" type="T">Version 000</Trace>

<Trace level="1" type="T">Message status 000</Trace>

<Trace level="1" type="T">Interface action INIT</Trace>

<Trace level="1" type="T">(must be INIT for a new determination)</Trace>

<Trace level="1" type="T">start CHECK_INTERFACE</Trace>

<Trace level="1" type="T">--start sender interface action determination</Trace>

<Trace level="1" type="T">select interface MI_HR_Outbound*</Trace>

<Trace level="1" type="T">select interface namespace http://zmdc.mdc.com/XI1Bootcamp/Instr01</Trace>;

<Trace level="1" type="T">no interface found</Trace>

<Trace level="1" type="T">--start receiver interface action determination</Trace>

<Trace level="1" type="T">Loop 0000000001</Trace>

<Trace level="1" type="T">select interface *</Trace>

<Trace level="1" type="T">select interface namespace</Trace>

<Trace level="1" type="T">no interface found</Trace>

<Trace level="1" type="T">--no sender or receiver interface definition found</Trace>

<Trace level="1" type="T">Hence set action to DEL</Trace>

<Trace level="1" type="T">end CHECK_INTERFACE</Trace>

<Trace level="1" type="T">Set interface action DEL into MAST</Trace>

We've done our fair share of browsing through the forums for similar scenarios and we've done the things that have already been suggested. So far this is what we have:

  1. Tested Message Mapping - Passed

  2. Tested Configuration in Integration Directory - Passed

  3. Removed and recreated the interface determination configurations - Done

  4. Checked Cache Notifications - no errors

  5. Checked the IE Cache - all configurations are there

  6. Checked communication channels in RWB - Passed

Even with the above checks, we're still getting the error when checking the message trace in IE Monitor. Any direction would be greatly appreciated.

Regards

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks everyone for all the suggestions! Let me take some time to process the info and I'll get back to you.

0 Kudos

Hey there,

Try to perform a cache refresh in the system.

Perhaps the last changes were not reflect and it's still trying to find that.

If not work, check the scheme of your objects, specially the interface, for any inconsistence.

Regards,

Caio Cagnani

Former Member
0 Kudos

Hi,

Can you give more details about the end to end scenario and at which step you see the faliure i.e. at which step in SXMB_MONI you see this failure i.e Receiver Determination, Message Mapping etc. If one of these steps fail then check the Error tag mentioned in the XI Message Header. What is the error reported there.

I think more information is needed to help you furhter.

Best Regards,

Pratik

Former Member
0 Kudos

Hi,

Can you please tell inderface determination conditions?...

Reagrds,

Nayan

Former Member
0 Kudos

Hi,

Check the sender agreement you have created and check the sender interface name received in MONI..

looks like the one you configured and the one sent are different...

receiver will be determined based on the keys (Sender business system/component ,interface name and interface namespace..)

your case doesnt seems to be matching ..and it thrown error..

also check the payload /input you are passing to the XI..

HTH

Rajesh

Former Member
0 Kudos

Check the trace of the error message in Moni under Interface determination.

Thanks,