cancel
Showing results for 
Search instead for 
Did you mean: 

INTEGRATION_DIRECTORY_HMI test - 500 Internal server error

Former Member
0 Kudos

When I test my RFC connection INTEGRATION_DIRECTORY_HMI, it is giving the following error.

500 - Internal Server Error

Application error occurred during request processing.

Details: Error [javax.servlet.ServletException: REQID not found].

Exception id: [000D600B942601060000010E000CA07A00041309B861DE0F]

The following are the the technical seetings for INTEGRATION_DIRECTORY_HMI RFC destination.

TargetHost: XXXXX.XXX

Path Prefix: /dir/CacheRefresh

Service No: 50100

When I went to SXI_CACHE, it seems to be fine.

Please help.

Thanks,

Samatha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Samatha,

HTTP 500 is a <b>SUCCESSFULL</b> test for the RFC connection

INTEGRATION_DIRECTORY_HMI. You are getting the correct message. We thought we had the same problem, but as it turns out, it is NOT an error.

Check the XI readiness check: Note 817920.

It specifically mentions this under RFC connections.

Lasya

Message was edited by: Lasya Yerramneni

moorthy
Active Contributor
0 Kudos

HI,

Try the Pipelie URL It should be

http://<hostname>:<port>/sap/xi/engine?type=entry

not type=execute

Check this threads-

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

As per section 4 of XI3.0 Config guide says the follwing...

-- INTEGRATION_DIRECTORY_HMI of type HTTP, used for the cache update.

-- Path prefix /dir/CacheRefresh

HTTP 1.0

-- Accept Cookies: Yes (All)

-- Always use user XIISUSER.

Also, the pipeline URL in integration server is configured correctly to http://<hostname>:<port>/sap/xi/engine?type=entry

Regards,

Samatha.

Former Member
0 Kudos

All your params for that rfc destination are correct and like lasya mentioned it, HTTP 500 is not an error at all and you can ignore it.