InterviewSolution
| 1. |
After Selecting A Named Database To Backup, The Following Error Messages Were Returned: Error: File Not Found For Database Error: Btrieve Status 0 Reading File.ddf Dictionary File For Database Error: Status 88 Received On Btrieve End Continuous Operations. Why Did This Occur And What Should I Do? |
|
Answer» The NetWare SBACKUP utility uses both NetWare SQL v3.00 and NetWare Btrieve v6.00. BASICALLY, a status 88 will occur if there is anything WRONG with the Btrieve FILES. In this case, a file that was associated with the Named Database was not in the directory that the utility was TRYING to backup. This status will also be returned if the files selected for backup were already in Continuous Operations. The SBACKUP utility will itself do a Continuous Operations on all the files associated with the Named Database. Thus, the utility will not be able to perform the backup. The simple SOLUTION is to ensure that all files are in the proper location specified in the Named Database. The other solution is to ensure that the files are not in Continuous Operations when using the SBACKUP utility. The NetWare SBACKUP utility uses both NetWare SQL v3.00 and NetWare Btrieve v6.00. Basically, a status 88 will occur if there is anything wrong with the Btrieve files. In this case, a file that was associated with the Named Database was not in the directory that the utility was trying to backup. This status will also be returned if the files selected for backup were already in Continuous Operations. The SBACKUP utility will itself do a Continuous Operations on all the files associated with the Named Database. Thus, the utility will not be able to perform the backup. The simple solution is to ensure that all files are in the proper location specified in the Named Database. The other solution is to ensure that the files are not in Continuous Operations when using the SBACKUP utility. |
|