cancel
Showing results for 
Search instead for 
Did you mean: 

Integration directory and cache connectivity test doesn't run correctly

0 Kudos

Hi,

In a production system, I can't open any configuration object because of session hangs when i try to see a cc or a receiver determination or any other object.

Moreover, when i try to made a cache connectivity test, it holds and doesn't finish.

What could be the problem

thanks,

Carme.

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

can you confirm on the web start client on your desktop?

try to reinstall the application and then try accessing the system

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Check the RFC connection INTEGRATION_DIRECTORY_HMI

Also check for Locked users PIISUSER & PIAPPLUSER..

Remove the lockes ....if any user is locked.

Regards

Abhijit

0 Kudos

Hi, Abhijit

Testing INTEGRATION_DIRECTORY_HMI connection:

~response_line HTTP/1.1 500 Internal Server Error

~server_protocol HTTP/1.1

~status_code 500

~status_reason Internal Server Error

connection close

What does it means?

Shabarish, it's not a problem of my desktop installation.... it's general

thanks,

Carme

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi, Abhijit

>

> Testing INTEGRATION_DIRECTORY_HMI connection:

>

> ~response_line HTTP/1.1 500 Internal Server Error

> ~server_protocol HTTP/1.1

> ~status_code 500

> ~status_reason Internal Server Error

> connection close

>

> What does it means?

>

> Shabarish, it's not a problem of my desktop installation.... it's general

>

> thanks,

>

> Carme

confirm if XIISUSER/PIISUSER is locked.... this should be the user provided in that destination

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

The RFC destination (SM59) INTEGRATION_DIRECTORY_HMI is used to store the data in the cache.

An HTTP return code 500 (Internal Server Error) indicates that everything is okay.

For more info check page 13 of this document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01...

Regards

Abhijit

0 Kudos

Hi, Shabarish

Users XIISUSER and XIAPPLUSER aren't locked

Any other imput, please?

Carme

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Is your SLDCHECK without errors?

Also check the user PIDIRUSER.

if possible do the complete cache referesh by

http://<host>:<J2EEport>/CPACache/refresh?mode=full

Regards

Abhijit

0 Kudos

Hi

How can i validate this parameter SLDCHECK? i don't know it...

User XIDIRUSER is not locked.

Thanks,

Carme

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

SLDCHECK is a T.Code.

SLDCHECK transaction is used to check the connection.

When we configure an ABAP application to access data in the SLD through the ABAP API, you have to configure the HTTP connection parameters on the ABAP system side, and SLDCHECK is used to check the status of the HTTP connection.

Also it is used to test the connection between the Integration Server and the SLD, or an ABAP system and the SLD, in general connectivity status can be specifically tested by executing transaction SLDCHECK

Regards

Abhijit

0 Kudos

Abhijit

With SDCHECK i cant acces to SLD without any problem, so connectivity with Integration Server its ok.

Regards

Carme.

Former Member
0 Kudos

Hi,

The basic tets to be done are:

Check RFC destinations: INTEGRATION_DIRECTORY_HMI, JCO destinations.

Check SLDCHECK and SLDAPICUST

CHECK Cache refresh

CHECK Queues.

If all these seem to be working fine and still there are issues with Integration Directrory you might be intrested to have a look at following notes.

764176 == Error in XI due to inconsistent SLD contents

1117249 == Incomplete Registration of PI components in SLD

Hope this helps.

Regards,

Siddhesh S.Tawate

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi Carme

Do the Complete Cache referesh by

http://<host>:<J2EEport>/CPACache/refresh?mode=full

User: PIDIRUSER

If every option fails ...try a Soft restart for Java Instance.

T.code...SMICM....Administration....J2EE instance (local)...Send Soft Sutdown...with Restart.

Soft Restart will restart the java instances for once.

Hope this works.

Regards

Abhijit

Edited by: Abhijit Bolakhe on Oct 20, 2009 5:48 PM

Former Member
0 Kudos

HI,

Try refreshing cache with this URL:

http://<host>:<port>/CPACache/refresh?mode=delta|full

if it is also not working try a restart with SMICM: Restart with Softshutdown

Try if it helps!!!!!!!!

Regards.