cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Configuration

Former Member
0 Kudos

Hi,

I am trying to configure proxy settings.

but getting error in sld check

connection to sld not working.

I tried running SPROX_CHECK_IFR_RESPONSE

but i get the error

Requested repository is down

Could not establish connection to ES Repository using " http://<host>:<port>/rep":

Exception of class CX_SRAPI_REP_NOT_AVAILABLE

Please Help

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Check if the PI system java engine is UP/running or not.

If it is ABAP Proxy check this link

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417300)ID1321606050DB01269616487962575029End...

Also look at this thread

Regards

Ramesh

Former Member
0 Kudos

After you test with the programs that i provided in the previous reply, If any one failling then please ensure below settings are proper.

RFC destination (TCP/IP) LCRSAPRFC and SAPSLDAPI

same has to be in the J2EE Stack of PI box

Further to that for proxies

IN sxmb_adm --> mainatian Business System as u r Local IintergatiON Engine

1. Goto Transaction SXMB_ADM

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

3. Select Role of Business System: Application system

4. Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> SAPISU_XID created in step 1. Dest://SAPISU_XID.

5. Under Specific Configuration Data you can specify additional configuration data

1.Select the relevant category under Specific Configuration Data.

2.Choose Change Specific Configuration Data.

For ABAP Proxies, Add the following configuration:

1.Category RUNTIME

2.Parameters: IS_URL

3.Current Value: dest://SAPISU_XID

I hope this will solve your problem.

Regars

Sekhar

Former Member
0 Kudos

Hi XIPHER,

Check the followign program to test if your SAP system is configured properly to connect to XI Server...?

1.Check/maintain with report: SPROX_CHECK_IFR_ADDRESS

2.Check with report SPROX_CHECK_HTTP_COMMUNICATION

3.Check with report SPROX_CHECK_IFR_RESPONSE

4.Check with report SPROX_CHECK_IFR_CONNECTION

Check whether these are giving success are not, then take the correct action accordingly

Regards

Sekhar

former_member181962
Active Contributor
0 Kudos

Check this disucssion:

Regards,

ravi

Former Member
0 Kudos

Hi,

Are you sure the XI/PI (especially the SLD part) setup is complete ? Is the msg really showing this : "http://<host>:<port>/rep" ? As if host and port were not (yet) entered in the system settings ...

Chris