cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Proxy to File :no msg in sxmb_moni in application system

Former Member
0 Kudos

Hi all

i am doing a Proxy to file scenario.i have executed the scenario successfully and the file is created once. from next time i am executing the scenario it is picking the data in ECC and sending data to proxy method (checked through debugging),but it is not showing the message in sxmb_moni for the second time and is not reaching xi.It is only displaying the message processed for the first time.

i have not done any changes in design but few modifications like changing the date format in abap pgm.

plz provide the solution and can any one why there is no message in sxmb_moni?

Regards

satish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the following

1. RFC connection between R/3 and PI

2. You said Business system of type third party (PI) is receiving it. Try Business system standalone Java. If PI system is already defined in Landscape as Integration server. It will not show any message output.

3. message is shown in sxmb_moni in your ERP that measn proxy is able to receive all objects and passed it from there.

4. Check in SMQ2 outbound queue of ERP as well as inbound queue for PI if message exist.

5. While configuring in ID you dont need a sender agreement. Did you created one.

and finally Check in SMQ2 transaction if the messages are waiting there. If yes, unlock and release queue.

regards,

Surya

Former Member
0 Kudos

Hi all

I had to debug the entire proxy then i came to know that the change date format is throwing Exception.

i had to change the date format then Proxy worked correctly

Regards

satish

Answers (0)