Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 BACKUP

Author  Topic 

bouno
Starting Member

23 Posts

Posted - 2002-07-30 : 08:51:05
Hello all,

I have a problem to do any type of backups either on disk or tape
and i get the same error:
"Write on D:\mssql7\backup\data failed,
Status = 112
Backup or restore operation terminated abnormaly"

The server error log message IS:

"Log backed up with following information database real, creation date
and time: 2001/10/11(16:08:32),firs LSN:9211:1158:1,
LAST LSN:9211:1158:1, striped:0, number of dump devices:1,
device information:(file=1,
type = disk:
{'D:\mssql7\backup\data'}]
Please, let me know as fast you can what is wrong.
I appreciate your time.
thanks,
bouno

sandesh_moghe
Constraint Violating Yak Guru

310 Posts

Posted - 2002-07-31 : 00:51:16
Plz check the file path, whether it is exists or not or somebody may change the folder name.
D:\mssql7\backup\data
If it exists, thye check the properties of the folder.

---------------------------
Sandesh - The Messanger
Go to Top of Page

rihardh
Constraint Violating Yak Guru

307 Posts

Posted - 2002-07-31 : 02:55:25
It could also be a permission problem (you or your login does not have access permission for that drive or folder).

Go to Top of Page
   

- Advertisement -