Comments
1 comment
-
Thanks for your post and sorry to hear you're running into an issue!
You should be able to work around this with the following:
1- Open your Services panel and stop the DLM Dashboard services
2- Open the file C:Program Files (x86)Red GateDLM Dashboard 1WebServerassetsjsliveUpdateHubs.js in a text editor
3- Comment out the handleReconnectings and handleReconnects methods using /* */ as follows:var handleReconnectings = function () { /* signalr.hub.reconnecting(function () { console.error('Server has reconnecting unexpectedly, page will restart.'); deferredReload(); }) */ }; var handleReconnects = function () { /* signalr.hub.reconnected(function () { console.error('Server has reconnected unexpectedly, page will restart.'); deferredReload(); }); */ };
4- Save the file
5- Restart the services and then try viewing the changes again
I hope that helps but please let me know if the problems persist.
Add comment
Please sign in to leave a comment.
The page title shows "DLM Dashboard" but no data ever shows up in the window. Every now and then the page title switches to "Loading... | DLM Dashboard" but goes back to "DLM Dashboard" pretty quickly.
This doesn't occur with ALL databases, just a few of them.