cancel
Showing results for 
Search instead for 
Did you mean: 

http connection to ABAP problem

Former Member
0 Kudos

Hey Gurus,

I have a problem with the configuration of a http connection to an ABAP system (type H ). Due to the PI Development Book I shall set up a connection called "XI_Integrationserver".

The target host is: saptest8 , port 50000.

The path prefix is: /sap/xi/engine/?type=entry

client

user: PIAPPLUSER

When I test the connection I get an 404 (Not found) error. But it should be an 500 (internal server error). In transaction SICF the engine is started. I don't know how to solve this problem. Please help me!

I'm using PI 7.01!!!

Thanks for any reply.

Accepted Solutions (1)

Accepted Solutions (1)

RKothari
Contributor
0 Kudos

Hello,

Check the port using T-code SMICM-->Services, it should be HTTP port and not the java port.

-Rahul

Answers (4)

Answers (4)

naveen_chichili
Active Contributor
0 Kudos

Hi ,

Please make sure that you port should be 8000 and also check the user credentials which you are providing are correct then your issue will be resolved.

Cheers!!!

Naveen.

Former Member
0 Kudos

Hi,

Please refer below blog.

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4061] [original link is broken] [original link is broken] [original link is broken];

Thanks,

Darshana.

former_member182503
Active Contributor
0 Kudos

Hello S.Simon,

try using the 8000 port (abap) instead of the 50000 port (java).

Best regards,

JN

Former Member
0 Kudos

I tried port 8000 some times ago an I think there was an error. But now it works! Thank you

udo_martens
Active Contributor
0 Kudos

Hi,

the name does not matter, but "XI_Integrationserver" is missleading because the target is an application system, better would be "INTEGR_ENG_SAPTEST8"

Assumedly the port is wrong. Did you put the port of the ABAP WAS? Transaction SMICM / GoTo / Services

Regards,

Udo