Access Violation in xp_sqlbackup.dll
owenh
Posts: 25
I am getting this access violation on my server attempting to backup thte databases.
-SQL " BACKUP DATABASE [ACUVIEWS] TO DISK='D:\SQLBACKUPS\Daily\Acuviews\ACUVIEWS_db_20060208091217717.sqb' WITH NAME='DATABASE ACUVIEWS, 2006-02-08 09:12:17.717', DESCRIPTION='Backup on 02/08/2006 09:12:17 Database: ACUVIEWS Instance: (local) Server: HOU-BEST-PROD', VERIFY, MAILTO_ONERROR='owenh@amerexenergy.com;owen.hebert@gmail.com', ERASEFILES_ATSTART=6, COMPRESSION=2 " -E'
Execute interrupted by exception: Access violation at address 041C82C3 in module 'xp_sqlbackup.dll'. Write of address 00000001
Here is the Server OS/SQL Specs:
Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack
-SQL " BACKUP DATABASE [ACUVIEWS] TO DISK='D:\SQLBACKUPS\Daily\Acuviews\ACUVIEWS_db_20060208091217717.sqb' WITH NAME='DATABASE ACUVIEWS, 2006-02-08 09:12:17.717', DESCRIPTION='Backup on 02/08/2006 09:12:17 Database: ACUVIEWS Instance: (local) Server: HOU-BEST-PROD', VERIFY, MAILTO_ONERROR='owenh@amerexenergy.com;owen.hebert@gmail.com', ERASEFILES_ATSTART=6, COMPRESSION=2 " -E'
Execute interrupted by exception: Access violation at address 041C82C3 in module 'xp_sqlbackup.dll'. Write of address 00000001
Here is the Server OS/SQL Specs:
Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I am going to start tby rebooting the server so I can get a good set of backups. But I feel that the problem will re-occur again after a period of time.
Thanks.
Owen
-SQL " BACKUP LOG [AMEREX] TO DISK='D:\SQLBackups\Daily\AMEREX\TransactionLogs\AMEREX_tlog_20060210102531827.sqt' WITH NAME='LOG AMEREX, 2006-02-10 10:25:31.827', DESCRIPTION='Backup on 02/10/2006 10:25:31 Database: AMEREX Instance: (local) Server: HOU-BEST-PROD', VERIFY, MAILTO_ONERROR='owenh@amerexenergy.com;owen.hebert@gmail.com', ERASEFILES_ATSTART=4, COMPRESSION=2 " -E'
SQL Backup (DLL v4.0.0.113)
Error acquiring mutex: WAIT_TIMEOUT
name value
exitcode 0
sqlerrorcode 0
Also, are you running the server in fiber mode, and how many backups do you run a day?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
No, this box is not using fiber mode.
On this server, I do Full DB Backups once per day on approximately 9 databases and lot's of log backups throughout the day (probably about 1000+ in a 24 hour period).
My guess is that a process failed in xp_sqlbackup.dll, and failed to release the synchronization object needed by subsequent backups. Restarting the SQL Backup Agent service recreated that object.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
18210 :
BackupVirtualDeviceSet::Initialize: Open failure on backup device 'SQLBACKUP_84B32D32-1B9F-4BD2-A437-BA3288FD4432'. Operating system error 0x80070002(The system cannot find the file specified.).
3041 :
BACKUP failed to complete the command sp_executesql;1
The SQLSERVER LOGS don't show anything.
VDI LOGS follow:
2006/01/06 05:06:31 pid(772) tid(360)
Error on SQLBACKUP_{C85B124F-D2C9-4FF6-819D-5C5D64FCD024}
Error at SVDS::Open: Open(control) Status Code: 2, x2
Explanation: The system cannot find the file specified.
2006/01/09 05:00:19 pid(1032) tid(1736)
Error on SQLBACKUP_{113930C9-47A8-4640-A0BD-2FB9B97F0F0E}
Error at CVDS::Close: Abnormal termination state
2006/01/09 05:00:19 pid(1032) tid(1736)
Error on SQLBACKUP_{113930C9-47A8-4640-A0BD-2FB9B97F0F0E}
Error at TriggerAbort: invoked
2006/01/09 05:06:31 pid(772) tid(776)
Error on SQLBACKUP_{113930C9-47A8-4640-A0BD-2FB9B97F0F0E}
Error at SVDS::Open: Open(control) Status Code: 2, x2
Explanation: The system cannot find the file specified.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
thanks
Can you find the log file for the occurence of the first error, and sent it to me via private message? Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Operating system error 0x80070002(error not found).
We run Log backup (1 time avery hour)
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
What is the error message you are receiving?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
What is the error message you are receiving?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8