Dave,

from RBase Help:


 
AUTOCHK Error Messages               
 
 
Number Code Message 
0 No errors found 
1 This database is not of the correct version 
2 The database filenames must all match 
20 Out of memory 
40 User Abort 
50 Unable to open database file number 1 
51 Unable to lock this database 
52 Unable to open database number 2 
53 Unable to open database number 3 
54 Unable to open database number 4 
55 Error reading the database information block 
56 Error reading the timestamp information 
57 Timestamp in file number 2 does not match file 1; run RBSYNC 
58 Timestamp in file number 3 does not match file 1; run RBSYNC 
59 Timestamp in file number 4 does not match file 1; run RBSYNC 
60 Invalid number of tables 
61 Invalid number of columns 
62 Invalid number of indexes 
63 File 1 is too small 
70 Error in database structure block 
80 Error reading the table list 
81 Error reading the column list 
82 Error reading the index list 
100 Incorrect version flag 
101 Error reading Case Folding and Collating tables 
110 Error in DBinfo block offset 
111 Error in DBinfo block length 
120 Error in length of database file 2 
121 Error in length of database file 3 
 
 
Example
 
The following is an example of how to put AUTOCHK results in a file for 
viewing:
 
DISC
OUTPUT 
dbname.chk
AUTOCHK dbname FULL
OUTPUT 
SCREEN
 
You can view DBNAME.CHK in the Text Editor to view the results.
 


 
Jim Bentley,
American Celiac Society
1-504-737-3293


________________________________
 From: Dave McCann <[email protected]>
To: RBASE-L Mailing List <[email protected]> 
Sent: Thursday, September 19, 2013 7:01 PM
Subject: [RBASE-L] - autochk error list
 

Where can I get a list of AUTOCHK specific error codes/descriptions?  
Our R:Docs doesn't seem to have these listed (#1253).


-- 
Dave McCann
Classic Micro Systems

Reply via email to