Show TOC

Procedure documentationChecking the Status of the SAP Content Server Locate this document in the navigation structure

Procedure

  1. Open a Web browser (such as Microsoft Internet Explorer) on a host that is connected to your local network.

  2. Enter address

    http://<server>:<port>/ContentServer/ContentServer.dll?serverInfo

    in the address field.

    Caution Caution

    Note the capitalization in the entry.

    End of the caution.
  3. Choose Continue.

Result

As a test result, the system display various information about the SAP Content Server, including the version and the content repositories that exist. The status should be running (serverStatus=running or defined). The entries for the repositories (contRep=xxxx) are also of interest. There should be an entry for each document area that you plan to use later in the KW.

Example

The example below is for the call of this URL for a content server with release 640 under UNIX with a repository for the documentation area (technical name: IWBHELP). The name of the SAP KW system is BK4:

Example Example

serverType="SAP HTTP Content Server";serverVendorId="SAP AG";serverVersion="640";serverPatch="3";serverBuild="19";pVersion="0046";serverStatus="running";serverDate="2007-10-26";serverTime="09:05:27";startUpDate="2007-03-27";startUpTime="07:31:24";lastAccessDate="2007-10-25";lastAccessTime="12:25:49";

contRep="BK4_IWBHELP";contRepStatus="data(90%) log(1%)";pVersion="0046";storageVersion="17";storage="SAPDB";buildLevel="1";security="1";contRepDescription="KW DokuInhalte";defaultDocProt="";

End of the example.