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: |
Parameter
Adapter | Main class of the adapter (do not change!) Possible values: |
host | Name of the computer executing the Windows service Possible values:
|
service | Filter by a specific Windows service Possible values: Any character string |
Status values
1 | The operation was executed successfully. |
-1 | The 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:
<services>
<service name="Dienst-Name" dispalyName="Anzeigename des Diensts"
startupType="Starttyp" logOnAs="Benutzer/Anmeldetyp">
<!--Status des Dienstes--></service>
</services>