cancel
Showing results for 
Search instead for 
Did you mean: 

SLDCHECK failed, Connection to SLD does not work

Former Member
0 Kudos

Hi all,

We installed a IDES ECC and now I config the SLD.

Transaction SLDCHECK failed

this is the massage:

Exchange Infrastructure: Test der LCR-Anbindung

Properties of RFC destination SAPSLDAPI

RFC host:

%%RFCSERVER%%

program id: SAPSLDAPI_UNICODE

gateway host:

iilsrv02

gateway service: sapgw0

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

RFC ping returned exception with message:

Fehler beim Öffnen einer RFC-Verbindung

Summary: Connection to SLD does not work

=> Check SLD function and configurations

Now checking access to the XI Profile

Properties of RFC destination LCRSAPRFC

RFC host:

%%RFCSERVER%%

program id: LCRSAPRFC_UNICODE

gateway host:

iilsrv01

gateway service: sapgw10

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

RFC ping returned exception with message:

Fehler beim Öffnen einer RFC-Verbindung

RFC-Destination LCRSAPRFC

connection check also failed.

Cann someone help me?

Thanks!

Martin

Edited by: Martin Weidauer on Sep 4, 2008 2:11 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

1. Pls check SAPSLDAPI - rfc destination working or not. If not working check its user id,password.

2. SLDAPICUST tcode- maintain correct SLD user

3.Pls check rfc destination details also.LCRSAPRFC

4. check in exchange profile , whether all service user's id and password are correct.

then try SLDCHECK..

Answers (2)

Answers (2)

Former Member
0 Kudos

problem resolved

Former Member
0 Kudos

sldcheck massage now:

Exchange Infrastructure: Test der LCR-Anbindung

Properties of RFC destination SAPSLDAPI

RFC host:

%%RFCSERVER%%

program id: SAPSLDAPI_UNICODE

gateway host:

iilsrv01

gateway service: sapgw10

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

RFC ping was successful

SLD server access settings:

host name: iilsrv01

port number: 51000

user : SLDAPIUSER

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

No business systems maintained in the SLD

=> Check data integrity within the SLD!

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

=> Check and maintain the SLD data content

Now checking access to the XI Profile

Properties of RFC destination LCRSAPRFC

RFC host:

%%RFCSERVER%%

program id: LCRSAPRFC_UNICODE

gateway host:

iilsrv01

gateway service: sapgw10

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

RFC ping was successful

Calling function EXCHANGE_PROFILE_GET_PARAMETER

Retrieving data from the XI Profile...

Function call returned exception code 3

Access to the XI Profile is currently disrupted.

Whats wrong now and how can I logon to the exchange profile?

Edited by: Martin Weidauer on Sep 4, 2008 4:31 PM

former_member183906
Active Contributor
0 Kudos

Please logon in XI. use tcode SXMB_IFR

Then go to administration tab.

Right side exchange profile tab will come. Login in exchange profile and check all SLD settings.

OR access exchange profile by this-

http://<host:port>/exchangeProfile

In this HTTP address, host and port are the host name and connection port of your Integration Server.

and chk whether these parameters are present in Connections for the XI server to which u wish to connect from SAP System

com.sap.aii.connect.repository.name

SAPXI3

com.sap.aii.connect.repository.httpport

50000(At SICF http service must be active)

com.sap.aii.connect.repository.contextRoot

rep

com.sap.aii.connect.integrationbuilder.startpage.url

rep/start/index.jsp

If these parameters are not present then add them.

Troubleshooting

http://help.sap.com/saphelp_nw04/helpdata/en/3b/6f5c3c3806af06e10000000a11402f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm

Thanks