What could cause the following error: -ERROR- I/O problems - Check for a full disk. (2009)?
There is plenty of space left on the drive.
Charlie,
You need to increase the size for default buffers that read and store data from permanent tables and views.
SET VAR MICRORIM_F2MAXBLK=16
Setting the number of buffers higher allows R:BASE to read larger amounts of data from disc and hold larger amounts of data in memory.
MICRORIM_F2MAXBLK must be SET before connecting to a database. It can be cleared after the database is connected and still be in effect.
Example:
SET VAR MICRORIM_F2MAXBLK=16 CONNECT dbname IDENTIFIED BY Owner Password
Enjoy and make sure to have fun!
Very Best Regards,
Razzak.
P.S. Among a few Engine Level fixes, the upcoming In-Line Patch-5 (Build:1.866xRT03), currently under private beta, includes the FIX for I/O Error.

