cancel
Showing results for 
Search instead for 
Did you mean: 

URGENT :SXMB_MONI : GOT SOME ERROR MESSAGE IN TRACE

Former Member
0 Kudos

Hi all.

i found the same trace errror messages in everyinterfaces ( idoc to file ) after triggering an idoc from SAP system.

can u suggest where i hv to change.

the message getting in every interfaces in sxmb_moni's TRACE is shown below:

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

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

<Trace level="1" type="T">Message status 001</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 WMTORD.WMTOID02*</Trace>

<Trace level="1" type="T">select interface namespace urn:sap-com:document:sap:idoc:messages</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 IF_L_NL_In_WMGRPrintLabel*</Trace>

<Trace level="1" type="T">select interface namespace urn:pepsico:ops:printWMnicelabel</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>

</Trace>

</SAP:Trace>

regards

somu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Somu !

Also:

- Check that for the PIAPPLUSER the correct roles are asigned to work with that IDOC.

- IDOC has been imported properly and activated in IR

- Is your sender business system specified in ID linked/related with your sender R/3 system?

- Is the RFC destination in R/3 system properly configured? (to point to XI)

- Go to transaction SWF_XI_CUSTOMIZING and check if everything is green.

Regards,

Matias.

Former Member
0 Kudos

yes there is some problem in xi engine...

xi java server..

thnaks a lot for giving suggestion

..

Former Member
0 Kudos

Hi Somu !

Great we could help.

Regards,

Matias

PS: Please don't forget to close the thread and/or give points.

Former Member
0 Kudos

i dont know how to give points...

Former Member
0 Kudos

Hi Somu !

Check this image:

http://img524.imageshack.us/img524/7859/howpointsii5.jpg

Click in the corresponding option in each reply to say which solved the problem, which ones were helpful answers and which ones helped somehow.

Regards,

Matias!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey

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

This clearly says that there is some problem with the interface.for IDOC you dont need any interface hence the sender interface is not a problem,but you need to have an inbound async message interface for the receiver file.make sure you have created this interface for the File and also saved and activated it

Thanx

Ahmad

Former Member
0 Kudos

Hi Somu !

With IDOC sender you don't need to use a message interface...are you using one? or in the interface mapping, receiver determination, interface determination,etc are you referencing directly the importe IDOC message type with its fixed namespace urn:sap-com:document:sap:idoc:messages?

Regards,

Matias.