| Author |
Message |
aaditya2000
Joined: 04 May 2012 Posts: 3
|
Posted: Fri May 04, 2012 7:02 pm Post subject: Error 507 No valid backup sets found from provided folder |
|
|
I am getting error when my restore jobs fails. my restore database name is same as backup database name.
I am restoring from shared location. but when i copy that backup file to local disk. restore works, but fails with that error when i restore from shared location.
Any help is greatly appreciated.
Thanks |
|
| Back to top |
|
 |
petey
Joined: 24 Apr 2005 Posts: 2217
|
Posted: Sat May 05, 2012 2:08 pm Post subject: |
|
|
When restoring from a network share, you need to ensure that the SQL Backup Agent service startup account has rights to access that network share.
You can check if that account has read/write/delete rights by running the following:
| Code: |
| EXEC master..sqbutility 999, 'RWE', '<your network share path> |
What is the returned result? _________________ Peter Yeoh
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 7 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group