Hi Experts,
I am setting the URL of the SLD to import the Development Configuration to NWDS. The NWDI is in the Portal server (DEV) but the SLD is in the SOLMAN.
I'm placing in NWDS on Windows -> Preference -> Development Infrastructure -> SLD the following URL:
http://serverPortalDev.dominio:port/sld/cimom
The Portal SLD is configured to identify configurations of SOLMAN SLD (SLD Bridge)
But it throws the following error:
System landscape directory is reachable
and directly placing the URL of the SOLMAN SLD, this error:
com.sap.sld.api.wbem.exception.CIMCommunicationException: CIM_ERR_FAILED: IO error: Unable to open connection to host "host:50000". The host is down or unavailable..
at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.sendImpl(WBEMHttpRequestSender.java:228)
at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:212)
at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:173)
at com.sap.sld.api.wbem.client.WBEMRequestSender.sendRequest(WBEMRequestSender.java:254)
at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:279)
at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:311)
at com.sap.sld.api.wbem.client.WBEMRemoteClient.getClassImpl(WBEMRemoteClient.java:264)
at com.sap.sld.api.wbem.client.WBEMAbstractClient.exists(WBEMAbstractClient.java:832)
at com.sap.sld.api.wbem.client.WBEMClientUtil.checkServer(WBEMClientUtil.java:141)
at com.sap.ide.dii05.lib.internal.login.PingManager.executeSldPing(PingManager.java:474)
at com.sap.ide.dii05.lib.internal.login.PingManager.pingLSDServer(PingManager.java:445)
at com.sap.ide.dii05.ui.internal.preference.DevConfPreferencePage$11.run(DevConfPreferencePage.java:338)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: Unable to open connection to host "host":50000". The host is down or unavailable..
at com.tssap.dtr.client.lib.protocol.Connection.openSocket(Connection.java:2123)
at com.tssap.dtr.client.lib.protocol.Connection.open(Connection.java:1380)
at com.tssap.dtr.client.lib.protocol.Connection.sendInternal(Connection.java:1534)
at com.tssap.dtr.client.lib.protocol.Connection.send(Connection.java:1427)
at com.sap.sld.api.wbem.client.WBEMHttpRequestSender.sendImpl(WBEMHttpRequestSender.java:211)
... 12 more
Can you help please?
Regards,
Briger