cancel
Showing results for 
Search instead for 
Did you mean: 

SPROXY - connection_test fails

laurent_touillaud
Contributor
0 Kudos

Hello,

We are on XI 3.0 SP10.

I'm trying to configure SPROXY on R/3(ebp) side but the first connection test fails.

The 1st connection test is program SPROX_CHECK_IFR_RESPONSE.

When he tries to find xi profile parameter nothing is returned :

l_server = cl_proxy_ifr=>get_profile_parameter_lcr(

i_section = server_param_section

i_name = server_param_name ).

with server_param_section = 'default'

server_param_name = 'com.sap.aii.server.name.repository'

l_server remains blank.

whereas in xi exchange profile everything is ok :

Connections ->

com.sap.aii.connect.repository.name: a92sv093xi001.za.if.atcsg.net

com.sap.aii.connect.repository.port: 50100

com.sap.aii.connect.repository.contextroot: rep

Strange is links are not equal.

com.sap.aii.server.name.repository <> com.sap.aii.connect.repository.name:

After this he tries access table SPROXSET :

So i builded entry with corresponding values and he builds url :

http://a92sv093xi001.za.if.atcsg.net:50100/rep

But then he concatenates this url which results in :

http://a92sv093xi001.za.if.atcsg.net:50100/rep/ifraccess?service=query&type=namespace

This returns error 404 on html page not found.

so i added parameters in xi 'default' to build url correctly and the error is the same. (404 not found)

What can i do to pass this connection test?

Regards,

Laurent.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

laurent,

validate the port being used is correct.

Regards

venkat

laurent_touillaud
Contributor
0 Kudos

Yes the port being used is correct.

What can i do now?

regards,

Laurent.

laurent_touillaud
Contributor
0 Kudos

Hello i've searched again and found a good blog here.

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

I have created destination SAPISU_XID on XI side.

Unfortunately i can't finish step 1.

When i go in SXMB_ADM Integration engine config. I have Corresponding Integ.

ENGINE TYPE = HUB

SERVER = http://a92sv093xi001.za.if.atcsg.net:8001/sap/xi/engine?type=entry

Is it necessary to change them to :

ENGINE TYPE = LOC

SERVER = dest://SAPISU_XID ?

Why is Integration engine port not the same as the one sproxi is calling?

Regards,

Laurent.

laurent_touillaud
Contributor
0 Kudos

Problem had been resolved by rebooting java server.

regards,

Laurent.