At 11:28 AM 3/15/2010, Dee Georgeson wrote:
Does anyone know exactly what this error message means?
- ERROR - I/O Problems - Check for a full disk. (2009)
Dee,
Typically, the following conditions will generate such
-ERROR- message:
01. Invalid SCRATCH path defined in your CFG or startup
.DAT file
SHOW SCRATCH or (CVAL('SCRATCH')) shall reveal the
current settings.
02. Invalid SCRATCH path when creating a TEMPORARY
TABLE or VIEW
03. Not enough disk space to create temporary .$$$ files
when printing a huge report with breaks (sort) or
BROWSE command with ORDER BY clause.
Check for User Permission on network drive, etc.
04. Corrupt INDEXes
05. Lost/corrupt POINTERs
06. When evaluating an expression with invalid/missing
global variable(s).
07. Incompatible R:BASE Engine(s) in path.
08. Incompatible R:BASE Engine(s)
Development vs. Deployment (Runtime) Environment
(Runtime and Compiled Applications)
In addition, take a look at the following article:
From The Edge: http://www.razzak.com/fte/
Article:
Database Maintenance (R:BASE Turbo V-8 for Windows)
Very Best R:egards,
Razzak.