Click on server name, green circle spins forever
paule123
Posts: 44
Just upgraded from 6.5 to 7.1.0.214. Had this problem in 6.5 too. Click on the server name, and the little green circle spins forever. Nothing appears in the Activity History, even though I know jobs are running at their scheduled time. I used to be able to clear this problem by closing the application and restarting, but now it seems to be persisting even after closing/opening the app.
Update: Went to dinner, came back after a couple hours and the Activity history is populated, however when I scroll down to look at earlier activity the bars are blank until I click on them, then eventually the info fills in. Note that I have activity history for multiple databases going back to 2009, so there are thousands of completed jobs in the history. The GUI needs some work in this situation.
Update: Went to dinner, came back after a couple hours and the Activity history is populated, however when I scroll down to look at earlier activity the bars are blank until I click on them, then eventually the info fills in. Note that I have activity history for multiple databases going back to 2009, so there are thousands of completed jobs in the history. The GUI needs some work in this situation.
Comments
I'm a developer on the SQL Backup UI; thanks for leaving feedback.
We're aware that a number of users of the UI have seen performance issues in areas particularly relating to activity history; we've done some investigation work, but unfortunately, these issues are proving hard to replicate in an artificial test environment, and my suspicion is that many of them are down to a combination of the UI's update mechanism, quantity of data and the environment in which both the UI and server is running. The work is ongoing, however, and it would really help if you could answer a couple of questions - feel free to send me a private message or email me at chris.whitworth@red-gate.com if you'd rather not answer these publicly.
1) Could you describe your setup? (SQL Server version, CPU, memory, disc space, number of DBs, backup frequency, etc). In particular, how my entries in the activity history (approximately) would you say there are, and how many new entries per day are added?
2) How often would you typically launch the UI? And does the problem occur every single time you launch the UI, or only if it hasn't been run for a while?
2a) In particular, after you left the UI running over dinner, did the same problem recur the next time you opened the UI, or was it more responsive on subsequent occasions?
3) Do you run the UI on the same machine as the SQL Server instance, or on a different machine?
4) If they're running on the same machine, is the user profile (in particular, the AppData directory) of the user running the UI stored on the same storage device as the SQL Server database files or SQL Server instance?
5) Is/are your SQL Server(s) particularly heavily loaded, either in terms of CPU or IO? (or would they typically be so when running the UI?)
Thanks very much;
Chris
Red Gate Software
Aside from the problem, is there any way to view the job's history?
Any news on this?
Reinis
The best advice I give customers is to disable the timeline - that will leave you with the backup history, but the graphical display showing the times backups are predicted to run will not be populated.
You can create the registry key (the final bit should be a DWORD)
HKLM\Software\Wow6432Node\Red Gate\SQLBackup\Client\DisableTimelineItemRequests
and setting the value to "1"
I have to say that does seem a slightly heavy-handed approach. That basically disables part of the selling points of SQL Backup. To check if everything succeeded, I have to click on each server seperately and look for any failures - which requires some scrolling for the servers I have 15min transaction log backups on (unless there is another way to look at all the backup history at once that I don't know of). Also, the first page of the timeline actually displays quickly (sometimes) but the activity doesn't load. Is the whole timeline attempting to load or something? The other servers only load a day or two initially as well but their activity history shows up quickly.
Thanks,
Reinis
I have a second issue (that I imagine is related). When I want to restore a backup and I use the "Select from backup history" option, it will take several hours (!!) to display the history for a given database.
My backup schedule for all of my databases (aside from the system DBs which only have daily FULLs) is :
Daily FULL
Daily DIFF (at a 12 hour interval different from the FULL)
30 minute LOG
This problem is making the UI for restoration based on backup history effectivelyt unusable for me. And not being able to see the backup history from the console (unless I wait the 30 mins +) is also annoying.
I have seen the same query running for hours (may be more, but I stop it after 2h) what tleblanc mentioned.
It would be very nice to find a way that the GUI is working again as expected.