Quantcast
Channel: SQL Server High Availability and Disaster Recovery forum
Viewing all articles
Browse latest Browse all 4689

failed to create. Operating system error 5(failed to retrieve text for this error. Reason: 15105)

$
0
0

Hi,

OS: Windows 2008 R

Database: SQL Server 2008

We have SSIS package installed on the SQL Server 2008, one of the task in SSIS package backs up database to the "E:\M1G3Datastore" drive.

This pacakage was working fine for the last 4 months, this morning the task that backs up the database fails, the error message is:

BackupDiskFile::CreateMedia: Backup device 'E:\M1G3Datastore\M1Test.bak' failed to create. Operating system error 5(failed to retrieve text for this error. Reason: 15105).

The following query work, this query backs up the database to C drive and it works:

BACKUP

 

DATABASE [M1Test]TODISK=N'C:\M1G3Datastore\M1Test.bak'

WITH

 

NOFORMAT,INIT, NAME =N'M1Test-Full Database Backup',SKIP,NOREWIND,NOUNLOAD,STATS= 10

GO

THE FOLLOWING QUERY DOES NOT WORK, PLEASE NOTE THE DRIVE IS CHANGED TO "E" IN THIS INSTANCE

 

 

BACKUPDATABASE [M1Test]TODISK=N'E:\M1G3Datastore\M1Test.bak'

WITH

 

NOFORMAT,INIT, NAME =N'M1Test-Full Database Backup',SKIP,NOREWIND,NOUNLOAD,STATS= 10

GO

 Please help, and MANY thanks in advance

 


sword

Viewing all articles
Browse latest Browse all 4689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>