Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Windows event logging messages

&pagelevel(3)&pagelevel

Installation, uninstallation and operation of openUTM services are logged in the Event Viewer in the form of events. In the Event Viewer, openUTM events can be found in the Application area, the source is openUTM.

An event message is output every 24 hours (MessageId = 5). This informs you that the openUTM service is still active.

The following events are logged:

Message-Id

SymbolicName =

Event text

Description

0

UTM_SERVICE_INF_MAIN

<Service Name>: main() started.

The routine main() has been started.

1

UTM_SERVICE_INF_READREG

<Service Name>: service_main():
ReadRegistryParameters() ok.

The necessary registry entries have been read successfully.

5

UTM_SERVICE_INF_REPORT_STATUS

<Service Name>:
SetServiceStatus to SERVICE_RUNNING
ok.

The service has successfully set its status to SERVICE_RUNNING.

6

UTM_SERVICE_INFO_RUN_SERVICE

<Service Name>: RunService(): called.

The routine RunService() has been called.

7

UTM_SERVICE_INF_SETDIR

<Service Name>:
RunService(): directory
changed successful.

A switch to the <filebase> directory has been performed successfully in the routing RunService().

8

UTM_SERVICE_INF_READY

<Service Name>:
RunService(): service ready.

The routine RunService() reports that the service is available.

9

UTM_SERVICE_INF_STOP

<Service Name>:
ServiceStop() called.

The routine ServiceStop() has been called.

11

UTM_SERVICE_INF_MAIN_RETURN

<Service Name>: End of run:
return from main().

The routine main() has been processed in full.

20

UTM_SERVICE_INF_INSTALL

<Service Name>: service installed sucessful.

The openUTM service has been installed successfully.

21

UTM_SERVICE_INF_REMOVE

<Service Name>: service removed sucessful.

The openUTM service has been removed successfully.

101

UTM_SERVICE_ERR_READREG

<Service Name>:
service_main():
ReadRegistryParameters() failed.
Additional information:
GetLastError(): <error code>

The routine service_main() reports that the read of the necessary registry entries has failed.
Additional information is provided by the <error code>.

103

UTM_SERVICE_ERR_REGCNTRL

<Service Name>:
service_main():
RegisterServiceCtrlHandler() failed: return.
Additional information:
GetLastError(): <error code>

The routine service_main() reports that the registration of the service has failed.
Additional information is provided by the <error code>.

104

UTM_SERVICE_ERR_MAIN_REPORT

<Service Name>:
service_main(): Report-StatusToSCMgr() failed:
return.
Additional information:
GetLastError(): <error code>

The routine service_main() reports that the reporting of the service to the Service-ControlManager has failed.
Additional information is provided by the <error code>.

105

UTM_SERVICE_ERR_REPORT_STATUS

<Service Name>: <error code> failed.
Additional information:
GetLastError(): <error code>

Setting of the service status has failed.
Additional information is provided by the <error code>.

107

UTM_SERVICE_ERR_SETDIR

<Service Name>:
RunService(): directory change failed.
Additional information:
GetLastError(): <error code>

The routine RunService() reports that the switch to the <filebase> directory has failed.
Additional information is provided by the <error code>.

108

UTM_SERVICE_ERR_DISPATCH

<Service Name>:
MainMain():
StartServiceCtrlDispatcher failed.
Additional information:
GetLastError(): <error code>

The routine MainMain() reports that the start of the ServiceControlDispatcher has failed.
Additional information is provided by the <error code>.

120

UTM_SERVICE_ERR_INSTALL

<Service Name>: service not installed
Additional information:
GetLastError(): <error code>

The installation of the openUTM service has failed.
Additional information is provided by the <error code>.

121

UTM_SERVICE_ERR_REMOVE

<Service Name>: service not removed
Additional information:
GetLastError(): <error code>

The removal of the openUTM service has failed.
Additional information is provided by the <error code>.

122

UTM_SERVICE_ERR_UTMWORK

<Service Name>: utmwork.exe not found
Additional information:
GetLastError(): <error code>

The file utmwork.exe was not found.
Additional information is provided by the <error code>.

123

UTM_SERVICE_ERR_KDCA

<Service Name>: KDCA file not found
Additional information:
GetLastError(): <error code>

The KDCA file was not found.
Additional information is provided by the <error code>.