cancel
Showing results for 
Search instead for 
Did you mean: 

What is wrong with the connection http://<server>:<ABAP-port>/sap/xi/engin

Former Member
0 Kudos

Hi All

I have created the RFC dest in ERP client 100 to connect to ERP client 010 which is PI client.

Targethost = hostname

Path prefix = /sap/xi/engine?type=entry

Service nr = Abap port

Corresponding Integ. Server = http://<server>:<ABAP-port>/sap/xi/engin?type=entry

the service is activated in sicf

Alle the users ar ok .

when I test the connection it shows the error

status HTTP response 500.

Empty HTTP query received; message processing not possible

If I remove the path prefix and test again the connection test returns ok

I have tried it with the browser and got the same result

any help is very appreciated.

Thank you.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks , closing the thread

Former Member
0 Kudos

Hi !

In ERP

RFC Destination : HTTPDESTINATION

Conection Type : H

Target host: xxxxxxx

Port/service number: ABAP port (80xx)

Path : /sap/xi/engine?type=entry

Security Options: SAP standard

user: PIAPPLUSER

In XI/PI

RFC Destination : HTTPDESTINATION

Conection Type : H

Target host: xxxxxxx

Port/service number: ABAP port (80xx)

Path : /sap/xi/engine?type=entry

Security Options: SAP standard

user: PIAPPLUSER

My environment is working ok, and I also receive HTTP response 500, in connection test of both sides.

Although you receive this message, do you have actual problems or obstacles or just a message?

Regards,

Matias.

Former Member
0 Kudos

Hi again

I can se that , but now I have created the proxy to file scenario and I am getting he follwing error

<SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code> Everthing seem to be fine ; the proxy class is created and activated.

any solution to this problem

Thanks.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

please, see those threads

Check whether your Proxy is actiavted in the R/3. Also try to re-generate the proxy and test it. For more info into SAP note- 729310, 927620.

Usually 'No implementing class registered for the interface' error is raised when you don't implement execute.syncronous method for inbound interface at other hand. It is required to return the output back to sync call. You can do this in SE24 transaction in the target R/3 system.

hope it helps

Former Member
0 Kudos

Hola Rodrig

Thanks for your replay

I am getting confused about the program in note 927620

How shall I run it has a couple of delet and insert blocks and ha Delta 003 and Delta 002.

I can se it starts with Endif.

any suggsestion

Thanks.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

to apply this note talk to your basis team,

you cannot solve your issue with links i passed you??

Former Member
0 Kudos

Hi,

If you are trying to test the RFC INTEGRATION_DIRECTORY_HMI

means , this will give the status like that only.

For further details u can see the post installation step

Regards

Seshagiri

Former Member
0 Kudos

This means :

500 Internal Server Error:

The server encountered an unexpected condition which prevented it from fulfilling the request.

http://help.sap.com/saphelp_nw04/helpdata/en/82/f4993c03e0cd37e10000000a11405a/content.htm

BR,

Alok

nisarkhan_n
Active Contributor
0 Kudos

This is not the Error...

status HTTP response 500.

Empty HTTP query received; message processing not possible

when you run the test connectin and empty request if sent this is an HTTP connection to PI Clnt.....so this is the way it behaves but not the error....dnt worry about this and proceed.

Its normal Behaviour