Learning SharePoint   Enhance Your SharePoint Knowledge

Subscribe to Learning SharePoint Subscribe
Twitter Learning SharePointFollow Us
in Learning SharePoint
Check Out Our New SharePoint 2013 series!

Error in Backup Database “SqlException: Cannot open backup device.. Operating system error 3(The system cannot find the path specified.)”

12/23/2011  
Category: SharePoint 2010, SharePoint Programming


I got this error the other day while backing up some of the databases. The detailed error was

“Error: Object dbName failed in event OnBackup. For more information, see the error log
located in the backup directory.
SqlException: Cannot open backup device ‘Folder\folder\folder.bak’. Operating system error 3(The system cannot find the path specified.).
BACKUP DATABASE is terminating abnormally……Deleting the file “somethin.xml” and replacing it.”

The command i used was -

stsadm.exe -o backup -directory “C:\SPBackup” -backupmethod full -overwrite -item databasename

The issue here is that the directory path I used “C:\SPBackup” it should be a <UNC path or local drive> .. ya i know that was the mistake .. you found it!

But wait there is more …

Since you need the UNC path to your backup drive you need to Share your folder where your want to keep your backups.  Also while sharing add the SQLService account as Co-owner to the shared folder.

These steps would solve your issue. Happy SharePointing!

Subscribe to Learning SharePoint Subscribe
Twitter Learning SharePointFollow Us
in Learning SharePoint
Advertisement

Random Posts

Retrieve all user in SharePoint 2010 site using Javascript client object model
Retrieve all user in»

To List out all the users in a site or web an easy way is to access the User Information»

Pass value from modal dialog to the calling page sharepoint 2010
Pass value from modal»

In this post you will see an example of sending a value from modal dialog to the Parent page or»

Business Intelligence in SharePoint 2010 – SSRS,SSRS with Denali,Performance Point,Excel Services,Project Crescent
Business Intelligence in SharePoint»

Here is a quick view of when do you use SSRS Vs Performance Point Vs Excel Services while planning Business Intelligence»

Recent Forum Posts

Linq to Sharepoint

by RS on May 18, 2012

comments on the code

by spbsmile on May 18, 2012

connection(add) EditControlBlock and my program

by spbsmile on May 18, 2012

Custom master pages used in multiple SharePoint 2010 sites

by ubersteve on May 18, 2012

upload file and click on button but cant upload file into list by using below code

by santhoshreddy on May 18, 2012