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(): | The necessary registry entries have been read successfully. |
5 | UTM_SERVICE_INF_REPORT_STATUS | <Service Name>: | 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>: | A switch to the <filebase> directory has been performed successfully in the routing RunService(). |
8 | UTM_SERVICE_INF_READY | <Service Name>: | The routine RunService() reports that the service is available. |
9 | UTM_SERVICE_INF_STOP | <Service Name>: | The routine ServiceStop() has been called. |
11 | UTM_SERVICE_INF_MAIN_RETURN | <Service Name>: End of run: | 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>: | The routine service_main() reports that the read of the necessary registry entries has failed. |
103 | UTM_SERVICE_ERR_REGCNTRL | <Service Name>: | The routine service_main() reports that the registration of the service has failed. |
104 | UTM_SERVICE_ERR_MAIN_REPORT | <Service Name>: | The routine service_main() reports that the reporting of the service to the Service-ControlManager has failed. |
105 | UTM_SERVICE_ERR_REPORT_STATUS | <Service Name>: <error code> failed. | Setting of the service status has failed. |
107 | UTM_SERVICE_ERR_SETDIR | <Service Name>: | The routine RunService() reports that the switch to the <filebase> directory has failed. |
108 | UTM_SERVICE_ERR_DISPATCH | <Service Name>: | The routine MainMain() reports that the start of the ServiceControlDispatcher has failed. |
120 | UTM_SERVICE_ERR_INSTALL | <Service Name>: service not installed | The installation of the openUTM service has failed. |
121 | UTM_SERVICE_ERR_REMOVE | <Service Name>: service not removed | The removal of the openUTM service has failed. |
122 | UTM_SERVICE_ERR_UTMWORK | <Service Name>: utmwork.exe not found | The file utmwork.exe was not found. |
123 | UTM_SERVICE_ERR_KDCA | <Service Name>: KDCA file not found | The KDCA file was not found. |