<%@ page language="java" contentType="text/html; charset=UTF-8" errorPage="showError.jsp" import="com.sap.lcr.webui.*"%> SLD Check <% SLDCheck sldcheck = new SLDCheck(); %>

<%= UIElements.createHead(request,response) %>

SLD Check

This page checks whether the AS Java system is correctly configured for use with the System Landscape Directory (SLD). For more information, please refer to the SLD User Manual.

SLD Data Supplier: <% if(sldcheck.isDataSupplierOK()) {%> OK <% } else { %> Not OK <% } %>

  Configuration: <% if(sldcheck.isDataSupplierConfigured()) {%> OK <% } else { %> Not OK <% } %>

<% if(sldcheck.isDataSupplierConfigured()) {%>

  This AS Java system reports its data to the SLD at <%= Tool.quoteHTML(sldcheck.getDataSupplierURL()) %>

<% } else { %>

  Configure your SLD in the Destinations service as a HTTP Destination with name <%= SLDCheck.DESTINATION_NAME_DATASUPPLIER %>

<% } %>

  Status: <%= Tool.quoteHTML(sldcheck.getDataSupplierStatus()) %>

 

SLD Used By Applications: <% if(sldcheck.isClientOK()) {%> OK <% } else { %> Not OK <% } %>

  Configuration: <% if(sldcheck.isClientConfigured()) {%> OK <% } else { %> Not OK <% } %>

<% if(sldcheck.isClientConfigured()) {%>

  Applications on this AS Java system use the SLD at <%= Tool.quoteHTML(sldcheck.getClientURL())%>

<% } else { %>   Configure your SLD in the Destinations service as a HTTP Destination with name <%= SLDCheck.DESTINATION_NAME_CLIENT %> <% } %>

  Status: <%= Tool.quoteHTML(sldcheck.getClientStatus()) %>