drdc
10-19-2010, 10:06 AM
Good Day All,
I have created a SQL backup set and am experiencing errors.
The backup sets are set to use the sa user and password and have been verified by the customer as current active accounts.
Please let me know if there is something i am missing, I have never seen these error before a SQL backup.
Thank you
Error Log:
01:00:20 E 3201 Cannot open backup device 'C:\taylor_test.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (taylor_test)
01:00:20 E 3201 Cannot open backup device 'C:\kba_eseries_cv.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (kba_eseries_cv)
01:00:20 E 3201 Cannot open backup device 'C:\kba_sitefinity.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (kba_sitefinity)
01:00:20 I 1073742926 'taylor_test' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 I 1073742926 'kba_eseries_cv' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 I 1073742926 'kba_sitefinity' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 E 3201 Cannot open backup device 'C:\msdb.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (msdb)
01:00:20 I 1073742926 'msdb' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 E 3201 Cannot open backup device 'C:\model.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (model)
01:00:20 I 1073742926 'model' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 E 3201 Cannot open backup device 'C:\master.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (master)
01:00:20 I 1073742926 'master' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
I have created a SQL backup set and am experiencing errors.
The backup sets are set to use the sa user and password and have been verified by the customer as current active accounts.
Please let me know if there is something i am missing, I have never seen these error before a SQL backup.
Thank you
Error Log:
01:00:20 E 3201 Cannot open backup device 'C:\taylor_test.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (taylor_test)
01:00:20 E 3201 Cannot open backup device 'C:\kba_eseries_cv.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (kba_eseries_cv)
01:00:20 E 3201 Cannot open backup device 'C:\kba_sitefinity.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (kba_sitefinity)
01:00:20 I 1073742926 'taylor_test' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 I 1073742926 'kba_eseries_cv' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 I 1073742926 'kba_sitefinity' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 E 3201 Cannot open backup device 'C:\msdb.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (msdb)
01:00:20 I 1073742926 'msdb' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 E 3201 Cannot open backup device 'C:\model.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (model)
01:00:20 I 1073742926 'model' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...
01:00:20 E 3201 Cannot open backup device 'C:\master.2'. Operating system error 5(Access is denied.).
BACKUP DATABASE is terminating abnormally.
SQL:declare @dbName nvarchar(255), @device nvarchar(512), @sqlstring nvarchar(1024) set @dbName = ? set @device = ? select @sqlstring = N'backup database [' + @dbName + N'] to ' + @device + N' with init ' exec (@sqlstring) (master)
01:00:20 I 1073742926 'master' database is in 'SIMPLE' recovery mode. Skipping transaction log backup ...