Comments
Sort by recent activity
Hi Peter,
Bad DB:
EXECUTE master..sqlbackup '-SQL "BACKUP LOG [CustomerData] TO DISK = ''E:\DB_Backups\<database>\<AUTO>.sqb'' WITH ERASEFILES = 2, ERASEFILES_REMOTE = 15, FILEOPTIONS = 4, CHECKSUM, DISKRETRYINTERVAL = 30, DISKRETRYCOUNT = 10, COMPRESSION = 4, COPYTO = ''\\bk2waspk\sq2waspk_logs'', INIT, THREADCOUNT = 6, VERIFY"'
Successful DB on same instance:
EXECUTE master..sqlbackup '-SQL "BACKUP LOG [DataBaseSecurity] TO DISK = ''E:\DB_Backups\<database>\<AUTO>.sqb'' WITH ERASEFILES = 15, ERASEFILES_REMOTE = 15, FILEOPTIONS = 4, CHECKSUM, DISKRETRYINTERVAL = 30, DISKRETRYCOUNT = 10, COMPRESSION = 4, COPYTO = ''\\bk2waspk\sq2waspk_logs'', INIT, THREADCOUNT = 6, VERIFY"'
CustomerData (~30MB files, 3 seconds) runs every 15 minutes; DataBaseSecurity (>1MB, > 1 second) every hour. / comments
Hi Peter,
Bad DB:
EXECUTE master..sqlbackup '-SQL "BACKUP LOG [CustomerData] TO DISK = ''E:\DB_Backups\<database>\<AUTO>.sqb'' WITH ERASEFILES = 2, ERASEFILES_REMOTE = 15, FILEO...
Sent another email to ZenDesk in hopes of a response after a three week silence.
Update, please? / comments
Sent another email to ZenDesk in hopes of a response after a three week silence.
Update, please?
eddie davis wrote:
Hi
Another quick thing to check for, if you have an anti-virus application that performs an on-access or real-time check of a file when it is opened to read, edited or being created. This may prevent SQL Backup reading the backup file header and deleting the backup file if it meets the criteria for deletion.
Many Thanks
Eddie
The odd thing, Eddie, is that of all the database backup being copied, this is the only database experiencing issues, and the UNC location is identical for another database on the same instance. If an Anti-virus tool is interfering, why would it choose just this ONE database's files? / comments
eddie davis wrote:
Hi
Another quick thing to check for, if you have an anti-virus application that performs an on-access or real-time check of a file when it is opened to read, edited or being c...
petey wrote:
The next time this happens, could you please run
EXEC master..sqbutility 9997
to generate a stack trace file, and send me the file (peter.yeoh@red-gate.com)? This file is named SQBCoreService_<instance name>_bugreport.txt, and is located in ... 'C:\ProgramData\Red Gate\SQL Backup\Log\' on Windows Vista and newer.
Having found that the latest (2 minutes after execution) had also failed to delete files, I ran the command on my Windows 8.1 laptop. Having searched for the file on both the SQL Cluster and my Laptop, no such file exists.
Please advise. / comments
petey wrote:
The next time this happens, could you please run
EXEC master..sqbutility 9997
to generate a stack trace file, and send me the file (peter.yeoh@red-gate.com)? This file is named SQB...
Only if I restart the SQB Core Service. Restarting appears to release whatever enduring lock the Service retains upon alleged completion of the file transfer.
I only dealt with the remote files as they're the only ones cited in any "Completed with warnings" log messages. / comments
Only if I restart the SQB Core Service. Restarting appears to release whatever enduring lock the Service retains upon alleged completion of the file transfer.
I only dealt with the remote files as...
Thanks, Colin, good news indeed.
Cheers! / comments
Thanks, Colin, good news indeed.
Cheers!
Chris Kelly supplied the following, which worked.
These are the workaround steps that have successfully allowed the other users to get installed once they had hit this error message.
1. When you first start the installer, and encounter the Verification error 0x8006010a, please click Yes on the dialog. This encourages the installer to continue with the installation.
2. Once the SQL Monitor installer starts properly, ensure that you select the option ‘Install the Web Server on this computer and the Base Monitor on a different computer’. This means that you will install the two components independently (but you will be able to install both on the same machine despite what the option says). If any further error messages are displayed then ensure that you choose to ignore the error and continue with the installation.
3. Assuming that the WebService component installs successfully then you will be prompted to start SQL Monitor. At this point you will be prompted that there is not an appropriate Base Monitor service to connect to. But the page should display a link to download the Base Monitor service installer. Please do this and run it.
4. If any errors are displayed again please can you handle them in the same way by clicking Continue or Yes to continue with the installation. Ensure that you choose to select your existing SQL Monitor data repository (RedGateMonitor) when prompted.
5. Once complete, ensure both the SQL Monitor WebServer service and the SQL Monitor Base Monitor service are Started. Then refresh or reload the SQL Monitor web page. / comments
Chris Kelly supplied the following, which worked.
These are the workaround steps that have successfully allowed the other users to get installed once they had hit this error message.
1. When you fi...
I must correct Priya's assertion - I have had this issue since 3.4 came out and TODAY still cannot install and I HAD A CORRUPTED INSTALL THAT REQUIRED A COMPLETE REBUILD OF ALL MY CUSTOMIZED ALERT CONFIGURATIONS.
So, be VERY careful if you get this error.
From my email to support today, December 3rd, 2013:
I have been able to completely DISABLE the Sophos Anti-Virus services.
I downloaded a fresh SQL Monitor 3.5 installer and the SAME 0x800b0110 error occurred.
I downloaded the very latest SQL Toolbelt and the exact same error occurs on firing up the SQL Toolbelt installer.
I am completely unable to install ANY version after 3.3 on the Server.
Incident F0074068 was the original ID - I hope it is still open and that someone from Red Gate can sort this out as I'm NOT getting the upgrades paid for!
Assistance hereby requested once more.
Thanks in advance. / comments
I must correct Priya's assertion - I have had this issue since 3.4 came out and TODAY still cannot install and I HAD A CORRUPTED INSTALL THAT REQUIRED A COMPLETE REBUILD OF ALL MY CUSTOMIZED ALERT ...
Took the alternative and I'm good to go. Many thanks Peter / comments
Took the alternative and I'm good to go. Many thanks Peter