Hi !
Im running the program as a Service unter 2003 Server.
To edit or add new things i hve to start it a second time.
But when i do so, im getting old alarms and till i close the Program im getting all alarms twice (from the Service Programm and the programm on the desktop)
Is there a possibility that the program on the desktop dont send any alarms when there is a service program running.
And next when i finish editing the Program i must restart the service.
After that the alarms are generated again !
Martin
getting alarms twice
You should stop service BEFORE changing settings. If you change test parameters using application and stop/restart service after that, service detects changes in HML file and does not save current status of the tests (to avoid data loss).And next when i finish editing the Program i must restart the service. After that the alarms are generated again !
If you need to configure HostMonitor on remote server using Terminal Service, we would recommend to create simple BAT file that will stop service, start HostMonitor in application mode and (after you change settings and terminate application) start service again.
Code: Select all
net stop hostmonservice
"c:\program files\hostmon\hostmon.exe"
net start hostmonservice
Regards
Alex