Skip to main content
Skip table of contents

Windows Services Explorer

The adapter generates a list of Windows services and their status and outputs them in an XML document.

The following requirements must be ensured in order to use this adapter:

  • The Windows computer from which service status information is to be read must be in the same domain as the X4 Server.

  • The X4 Server must be running on a Windows computer that has domain administrator rights.

  • A JNI licence is required.

Properties

Operation

Determines which operation the adapter executes

Possible values: Execute: Execute adapter

Parameter

Adapter

Main class of the adapter (do not change!)

Possible values: en.softproject.integration.adapter. windowsservice.WindowsServiceAdapter: Main class (default)

host

Name of the computer executing the Windows service

Possible values:

  • Any computer name or IP address

  • 127.0.0.1: Currently used system, i.e. localhost (default)

service

Filter by a specific Windows service

Possible values: Any character string

Status values

1The operation was executed successfully.
-1The operation failed due to a technical error.

Output

This adapter outputs a UTF-8 encoded XML document with the following structure. For each service, an XML element <service/> is created that contains information about the Windows service as well as its status:

HTML/XML
<services>
   <service name="Dienst-Name" dispalyName="Anzeigename des Diensts" 
            startupType="Starttyp" logOnAs="Benutzer/Anmeldetyp">
            <!--Status des Dienstes--></service>
</services>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.