Service wont start if UserSettings.config exists
VoiceOfRock
Posts: 15
I created a new UserSettings.config file as per the documentation and the DLM Dashboard Monitoring Service then refused to restart.
when I removed the config file it restarted instantly. put it back and it doesn't start.
so I edited "RedGate.SQLLighthouse.SQLServerMonitoringService.exe.config" and replaced <appSettings file="UserSettings.config" /> with
<appSettings>
<add key="DbStatusTransition.BufferTimeSpan" value="01:00:00" />
</appSettings>
and the service started no problem.
when I removed the config file it restarted instantly. put it back and it doesn't start.
so I edited "RedGate.SQLLighthouse.SQLServerMonitoringService.exe.config" and replaced <appSettings file="UserSettings.config" /> with
<appSettings>
<add key="DbStatusTransition.BufferTimeSpan" value="01:00:00" />
</appSettings>
and the service started no problem.
Comments
Thanks for your post!
Can you confirm the detailed version of DLM Dashboard you have installed?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Can you please reply my email with log files? Details in my email.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
I have emailed with attachments for config and log files
Same Solution. Thanks