cancel
Showing results for 
Search instead for 
Did you mean: 

SPROXY point to a wrong Enterprise Services Repository

Former Member
0 Kudos

Hi experts,

just one question:

a few days ago basis team did a clone of PRD ECC System in QTY System.

Now if I go in QTY and I use SPROXY transaction I can see that it points to PRD Enterprise Service Repository instead of QTY.

Where I can find the parameter to change in order to make QTY SPROXY point to QTY Repository?

thanks

Fabio

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Fabio, the address for the ESR is taken from the exchange profile. In SPROXY, you have a button with a green flash on it for connection test which opens a popup where you can check the connection parameters:

The address is taken from the following parameters in the exchange profile ('Connections' section):

com.sap.aii.connect.repository.name: Server (for example,pwdf0436)

com.sap.aii.connect.repository.httpport: Port (for example, 1080)

com.sap.aii.connect.repository.contextroot: Root (for example,rep)

The logon data is also read from the exchange profile ('ApplicationSystem' section):

com.sap.aii.applicationsystem.serviceuser.name: User

com.sap.aii.applicationsystem.serviceuser.pwd: Password

Also refer a descripton of [ABAP Proxy Generation on SAP help|http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm].

Regards, Martin

Former Member
0 Kudos

Hi Martin,

thank you for help!

I'm a little confused...

In SPROXY QTY System (server 58) I see:"Enterprise Service Repository (server 78 - PRD). I think it's wrong.

using green arrow button and click on SPROX_CHECK_IFR_ADDRESS it shows me a window titled:"Repository Address".

In this window there is "Exchange Profile= server 78 (PRD)". I think is wrong, right?

In QTY Exchange Profile, I see:

com.sap.aii.connect.repository.name= server 58 (QTY)

In SM59 connection type G there is nothing.

What do you think about this problem?

Thanks

Fabio

Former Member
0 Kudos

What is the value you have th SXMB_ADM for the field IS_URL

Former Member
0 Kudos

Hi Rajesh,

in IS_URL I see "dest://SAPISU_XIP".

If I go to SM59, destination H, I see SAPISU_XIP that correspond to QTY server (58).

Thanks,

Fabio

Former Member
0 Kudos

Hi again, the exchange profile contains basic technical configuration settings for a PI landscape.

The parameters in the exchange profile of your QA system are pointing to your production system. You have to modify the parameters in exchange profile so that they point to QA.

Access your exchange profile via browser URL [http://<host:port>/exchangeProfile]. Java host and port of your XI/PI instance.

There is plenty of information in the forum or on SAP help on how to access the exchange profile.

Best regards, Martin

Former Member
0 Kudos

Login to SXMB_ADM >Integration Engine Configuration>Category Runtime.

Check the value for IS_URL which points to your PI server, The value should be like dest://<RFC DESTINATION>

RFC destination Type H ( In case of ABAP)

RFC destination type G ( In case of AAE, AEX)

the destination can be changed in SXMB_ADM and SM59 if required

Edited by: Rajesh on Nov 23, 2011 4:22 PM