Unsolved
This post is more than 5 years old
72 Posts
0
674
January 13th, 2008 22:00
MSSQL recovery fails with error: Not enough space
Hi Team,
I have troubles with recovery of MS SQL database.
I choose Copy method in recovery options, start recovery and get the following error:
_nwbsa_is_retryable_error: received a network error (Severity 5 Number 12): Not enough space
I've checked space on disk where I try to do recovery, there is 5 GB while DB which I try to recover is only 80 MB. I've tried to recover to different disk, but got the same problem.
error says it is "network error" but how it is related with not enough space ?
If you had this previously and solved it please help me
Checked knowledgebase for this error but found no answer.
Client OS: win2000 server
MS SQL v.2000
Networker SQL client v5.0
Backup server OS: win2003 std.
I have troubles with recovery of MS SQL database.
I choose Copy method in recovery options, start recovery and get the following error:
_nwbsa_is_retryable_error: received a network error (Severity 5 Number 12): Not enough space
I've checked space on disk where I try to do recovery, there is 5 GB while DB which I try to recover is only 80 MB. I've tried to recover to different disk, but got the same problem.
error says it is "network error" but how it is related with not enough space ?
If you had this previously and solved it please help me
Checked knowledgebase for this error but found no answer.
Client OS: win2000 server
MS SQL v.2000
Networker SQL client v5.0
Backup server OS: win2003 std.
No Events found!


mdabasinskas
72 Posts
0
January 15th, 2008 04:00
real problem was due to lack of permissions on SQL server for recovery.
Error code was great "Not enough space:-)
HabibG2
455 Posts
0
January 15th, 2008 04:00
Thanks for posting the solution, its really helpful to know.