cancel
Showing results for 
Search instead for 
Did you mean: 

Abap proxy not working

Former Member
0 Kudos

Hi All,

Im trying out a simple scenario involving R/3 as sender and File system as the receiver. Im using Abap proxy (Client) to send data to the XI. But when i trigger the proxy using a Abap report, it does not send a message in XI. I really not able to figure out what is the problem. I checked all the connections as well.

I also followed the following thread

But still its not working.

Please help.

Thanks n Regards

Akshay

Accepted Solutions (0)

Answers (3)

Answers (3)

STALANKI
Active Contributor
0 Kudos

chk the below blogs to check ur proxy configurations

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

activate proxie

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Former Member
0 Kudos

Hi Akshay,

Pls do check the following.

1. Make sure you are doing an explicit 'Commit work' statement after the proxy call.

2. From your sender R/3 system in SXMB_MONI check what's teh status of the message which you have sent.

3. All your integration repository & directory objects are activated.

4. You have registered the necessary queues in your sender system.

Cheers

JK

PS: Award points if this helps you

udo_martens
Active Contributor
0 Kudos

Hi Akshay,

have a look to SMQ2, SM58, ST22, to "find" your message. If you trigger a asynchr message dont forget the "COMMIT WORK".

Regards,

Udo