All:
I'm up and running, so this is for understanding only.
For reasons obscure and unclear, the following code produces two errors, interrupting TRACE processing:
SET VAR +
vimporttable TEXT = NULL, +
vtargettable TEXT = NULL, +
vsystablecount INTEGER = NULL
SET VAR +
vimporttable = 'pksimport', +
vtargettable = .vimporttable
SELECT COUNT (*) +
INTO vsystablecount IND iv1 +
FROM sys_tables +
WHERE sys_table_name = .vtargettable
"ERROR-I/O Problems-Check for a full disk. (2009)"
"ERROR-Database files are out of sync. (2520)"
Hmmm.
1. The drive has multi-gigabytes free;
2. Autochk shows no errors;
3. RBSYNC reports all four RX? files synchronized;
4. R:Scope finds no errors;
5. PACKing the database doesn't affect it;
6. CHKDSK (w/admin permissions) reports no disk errors.
What, then, would trip these particular error messages?
Thanks
Bruce

