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.
| 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 tapeand i get the same error:"Write on D:\mssql7\backup\data failed,Status = 112Backup or restore operation terminated abnormaly"The server error log message IS:"Log backed up with following information database real, creation dateand 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\dataIf it exists, thye check the properties of the folder.---------------------------Sandesh - The Messanger |
 |
|
|
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). |
 |
|
|
|
|
|