cancel
Showing results for 
Search instead for 
Did you mean: 

Fault Message for inbound asynch ABAP proxy

Former Member
0 Kudos

Hi All,

I've got scenario File -> XI -> ABAP proxy all asynchronous.

Inside a proxy I'm throwing an exception using fault message.

I don't see application error in SXMB_MONI on XI, I can see that only in SXMB_MONI on receiving system.

Is it possible to have flag Application Error on XI monitor as well ?

Best Regards,

Tomasz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thomasz,

Did you check the blog

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1 by Shabz.

Regards,

Jai Shankar

Former Member
0 Kudos

Jai,

I was using that blog for setting my scenario and I can see Application Error flag only in receiving SXMB_MONI.

Receiving system is an SCM box.

Regards,

Tomasz

Former Member
0 Kudos

Thoamsz,

That sounds wiered. The error msg should br made persistent in your XI box also. That is the whole idea of fault messages. Can you open SXMB_MONI again and check you have got the error msg?

Regards,

Jai Shankar

Former Member
0 Kudos

Jai,

I've checked that many times.

I'll describe my scenario in more details.

1. From the file I'm receiving a lot of items and trying to process as much as possible in one proxy call.

2. Those ones which are causing errors are sent out to XI (outbound proxy) one by one. XI sends them to the same interface which is used in 1. step where I have condition which checks for single item and when it's wrong then exception is thrown.

One SCM box is sender and receiver which my cause that problem.

Tomasz