At 04:02 PM 7/16/2013, [email protected] wrote:
Greetings:
Version: R:BASE eXtreme 9.5 (64), U.S. Version, Build: 9.5.2.20228
Command sequence:
DISCONNECT
AUTOCHK MAINDATA FULL
I immediately receive the error: "Unable to open database file
number 2. (1207)."
R:SCOPE 9.5 (64) does not report any errors for the particular database.
The database is a tad on the large size:
07/16/2013 03:44 PM 1,046,790 MAINDATA.RX1
07/16/2013 03:44 PM 6,169,329,664 MAINDATA.RX2
07/16/2013 03:44 PM 1,505,378,304 MAINDATA.RX3
07/16/2013 03:44 PM 2,023,424 MAINDATA.RX4
The above statistics are on a freshly RELOADed version of the database.
Any comments or suggestions as to why AUTOCHK throws an error,
especially given that
R:SCOPE is just fine with the database?
Mike,
A few suggestions ...
01. Use the latest and greatest update and build of R:BASE 9.5 (64).
You are using the five (5) months old version and build of R:BASE.
www.rupdates.com
Currently available public version..: 9.5.3.20611
Upcoming version available privately: 9.5.3.20718
02. Re-build the database using UNLOAD ALL, to assure the integrity of
your database.
-- A very simple routine to check the health/integrity of your database
DISCONNECT
CONNECT dbname
OUTPUT abc.all
UNLOAD ALL
OUTPUT SCREEN
DISCONNECT
RENAME dbname.rx? dbname_backup_07162013.rx?
CLS
SET FEEDBACK ON
RUN abc.all
CLS
SET FEEDBACK OFF
-- Watch the process that rebuilds the database right in front
of your eyes.
-- Take care of any -ERRORs- accordingly, if any.
Hope that provides you with some blue's clues ...
Very Best R:egards,
Razzak.
www.rbase.com
www.facebook.com/rbase
--
30+ years of continuous innovation!
15 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]
(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================