cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Engine does not connect with SLD

0 Kudos

Hi all,

We have an XI 3.0 system that acts as QUA system in our track. This XI 3.0 system is connected to a central SLD installed on a PI 7.1 system that acts as our DEV system.

Everything seems to be OK in the Java part. We refresh the caches successfully and enter the SLD in DEV system.

We have a problem, though with the SXI_CACHE transaction. It shows the following message:

"Unable to refresh cache contents.Error during last attempt to refresh cache"

And the detail of the error is: "LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM"

We have checked in the SLD and the Business system is created.

In transaction SXMB_ADM when checking the Integration Engine connection with SLD we get the following error: "No access to system landscape at present"

In the Runtime Workbench of the system, when checking the Cache Connection, the Integration Engine part shows a warning. In the RWB also the Self Status Check of the Integration Engine gives errors:

"Are roles in SXMS_CONF_ITEMS and SLD consistent?"

We have already followed all the post installation guides, and the cache checks, and SLD checks guides.

Do you know which the soltion could be for our error??

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi There,

Please check the sap notes:

1238237 and 1104341/1088659.

Hope it works!

Regards,

Sushama

Edited by: sushama pandey on Sep 30, 2010 3:11 AM

0 Kudos

Hi,

Thank you all for your answers. We finally solved the problem by changing the profile parameter (in DEFAULT profile): SAPDBHOST. It was in upper case, and we changed it to lower case.

WE followed the reommendations in this forum:

And the OSS Note: Note 1088659 - XI business system cannot be determined

Thank you!

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

this error is related with a wrong configuration of post instaltion guide steps.

please talk to basis team to review the configuration.

also check this:

SM59: TCP/IP Destination: LCRSAPRFC y SAPLSDAPI. check the program ID is correct.

HTTP destination: INTEGRATION_DIRECTORY_HMI: do a test connection: result=500

SLDAPICUST: Check the user and password and the server defined. the PI server should be the main server.

SXMB_ADM-->Integration Engine Configuration: Check if the destination is properly defined. should be dest://http://<server><port>/sap/xi/engine?type=entry

Check RZ70: wich configuration you have there?

once those steps are properly configured do a SLDCHECK again.

*Unable to refresh cache contents.Error during last attempt to refresh cache" * this error is related with the RFC destination type HTTP. ( HTTP destination: INTEGRATION_DIRECTORY_HMI: do a test connection: result=500)

0 Kudos

Hi,

We have checkes

SM59: TCP/IP Destination: LCRSAPRFC y SAPLSDAPI. check the program ID is correct.--> connection test goes OK

HTTP destination: INTEGRATION_DIRECTORY_HMI: do a test connection: result=500--> connection test gives us 500 result

SLDAPICUST: Check the user and password and the server defined. the PI server should be the main server.--> checked, OK

SXMB_ADM>Integration Engine Configuration: Check if the destination is properly defined. should be dest://http://<server><port>/sap/xi/engine?type=entry> checked. OK

Check RZ70: wich configuration you have there?--> The configuration in the RZ70 for the SLD is pointing to the DEV system, so it is correct

SLDCHECK results:

"Properties of RFC destination SAPSLDAPI

RFC host: %%RFCSERVER%%

program id: SAPSLDAPI_XXX

gateway host: XXXX

gateway service: XXXXX

Testing the RFC connection to the SLD java client...

RFC ping was successful

SLD server access settings:

host name: XXXXX

port number: 50000

user : XIAPPLUSER

Use transaction SLDAPICUST if you wish to maintain the SLD server access data

Launching the SLD GUI in a separate browser window...

=> Verify in the browser GUI that the SLD is in a healthy running state!

Calling function LCR_LIST_BUSINESS_SYSTEMS

Retrieving data from the SLD server...

Function call terminated sucessfully

List of business systems maintained in the SLD:

(...more...)

Calling function LCR_GET_OWN_BUSINESS_SYSTEM

Retrieving data from the SLD server...

No corresponding business system found for system XXX client 450

=> Check and maintain the SLD content for the current client

Summary: Connection to SLD works technically, but the SLD content may need maintenance

=> Check and maintain the SLD data content

*Unable to refresh cache contents.Error during last attempt to refresh cache" * this error is related with the RFC destination type HTTP. ( HTTP destination: INTEGRATION_DIRECTORY_HMI: do a test connection: result=500)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

the system XXX with client 450 is not registered in the SLD.

check those threads, all faced your same problem and were resolved