SQL Backup Error
SamC
Posts: 28
Twice now, I've seen pop-up dialogues on my sever stating:
SQL Backup console interface encountered an error and needed to close.
It occurs exactly at one of the quarter-hour times that the transaction logs are backed up.szAppName : sqlbackupc.exe szAppVer : 3.1.0.1 szModName : sqlbackupc.exe
szModVer : 3.1.0.1 offset : 00004890
This discussion has been closed.
Comments
Is this the result of doing a backup from a DOS Prompt or Windows Scheduler, or from a SQL job on the server? I was just wondering because as far as I know both of them rely on SQLBackupc.exe.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Thanks,
Scott
Try: HELP, Check for Updates
Can you send us over the information to support@red-gate.com so we can try and replicate it here?
Regards
Dan
Red Gate Software Ltd
Thanks,
Scott
From the error email...
6/14/2005 2:37:00 PM: BACKUP DATABASE [master] TO DISK = '\\<server_name>\sqlbackups4\dwdev01\dwdev01_master_FULL.sqb' WITH NAME = '', DESCRIPTION = '', INIT, VERIFY, ERASEFILES_ATSTART = 2, COMPRESSION = 2 6/14/2005 2:37:00 PM:
6/14/2005 2:37:04 PM: VDI error 1000: Failed to create virtual device. Check that the SQL Server instance you are trying to connect to is running. Error code: -2147024891 () 6/14/2005 2:37:04 PM: Access is denied
From the VDI.LOG...
2005/06/14 14:37:02 pid(6140) tid(5708)
Error on Global\SQLBACKUP_199704205
Error at CVDS::Create: Create Memory Status Code: 5, x5
Explanation: Access is denied.
2005/06/14 14:37:04 pid(6140) tid(5708)
Error on Global\SQLBACKUP_199704205
Error at CVDS::Create: Create Memory Status Code: 5, x5
Explanation: Access is denied.
What's causing this error?
Thanks,
- Bern
Please let me know.
Thanks,
Scott
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Thanks for your response.
Red Gate has fixed this problem by changing the code that generated the virtual device names for the backup. The problem seems to be that trying to run many (hundreds) of backups simultaneously may cause an access denied error in VDI because SQL Backup is generating a device name that's already in use.
Please contact us at support@red-gate.com if you are having the problem and we will send the fix for sqlbackupc.exe.