cancel
Showing results for 
Search instead for 
Did you mean: 

Client proxy to file(xml) scenario configuration

Former Member
0 Kudos

I have done client proxy to file (xml) ,while executing abap code there is no error, but xml msg is not received in particular target directory. so i want to know about 1. What are the configuration required for client proxy to pi(with T.Code).

2.how to monitor client proxy in ecc and pi.

please reply me

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>but xml msg is not received in particular target directory. so i want to know about 1

do you see anything in TCODE - SXI_MONITOR in ECC ?

>>>2.how to monitor client proxy in ecc and pi.

in ECC - SXI_MONITOR

in PI - all monitoring transactions - so RWB for example or SXI_MONITOR

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

gagandeep_batra
Active Contributor
0 Kudos

Hi,

bold >>>I have done client proxy to file (xml) ,while executing abap code there is no error, but xml msg is not received in particular target directory. so i want to know about 1. What are the configuration required for client proxy to pi(with T.Code).bold

plz refer following link

http://www.saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm

bold >>>2.how to monitor client proxy in ecc and pi.

please reply mebold

use SXMB_MONI in both ECC and PI.

Regards,

Gagan

Former Member
0 Kudos

1. What are the configuration required for client proxy to pi(with T.Code).

step1:

1. Create a HTTP connection in the business system using transaction SM59

Technical Setting & Logon Security details:

u2022 Connection Type: H

u2022 Target Host: System name

u2022 Service Number: HTTP Port name

u2022 Path Prefix:

step2:

2. Configuration Business system as local Integration Engine.

1. Go to Transaction SXMB_ADM

2. Choose Edit --> Change Global Configuration Data.

3. Select Role of Business System: Application system

step3:

check maintain SLD Access data / not by using T.C SLDAPICUST

SLDAPICUST->check XI Server is it activate/not

step4:

4.test LCR Connection by using SLDCHECK.

..............................

2.how to monitor client proxy in ecc .

trigger the report by using T.c se38 and check the status in SXMB_MONI in ECC.

Edited by: bhavanisankar.solasu on Feb 13, 2012 11:09 AM

Former Member
0 Kudos

SLD not accept pi host name and port means what i have to do please reply me

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

please use this to configure abap proxy:

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3022

Regards,

Michal Krawczyk