PRB: "Error 1002 (I/O Operation Failure)" When Starting CatManID: Q114293
|
When Catalog Manager attempts to run, one of the following system errors is displayed:
FoxPro for Windows
------------------
Next, the following FoxPro error displays:System Error
Cannot read from drive <drive_letter>.
Choose Cancel.
Error 1002 (I/O operation failure) occurred in CONTROL.
Catalog Manager cancelled.
Choose OK. FoxPro returns to the Command window.
FoxPro for MS-DOS
-----------------
Choose Abort or Fail. A dialog box that prompts you to select a catalog is displayed.Not ready reading drive <drive_letter>
Abort, Retry, Fail?
The last catalog used was saved to a floppy disk (or another removable media device). The next time Catalog Manager starts, it attempts to load the same catalog. If the floppy disk containing that catalog is not available, Catalog Manager can't load the catalog.
Do one of the following to avoid this error message:
FoxPro for WindowsType the following in the Command window to delete this record:
------------------
res = SYS(2005) && Get name of resource file
SET RESOURCE OFF
USE (res)
DELETE FOR TYPE='PREFW' ;
AND ID='CATALOG' AND NAME='Catalog Name'
PACK
USE
SET RESOURCE ON
FoxPro for MS-DOSType the following in the Command window to delete this record:
-----------------
res = SYS(2005) && Get name of resource file
SET RESOURCE OFF
USE (res)
DELETE FOR TYPE='PREF2.5' ;
AND ID='CATALOG' AND NAME='Catalog Name'
PACK
USE
SET RESOURCE ON
-or-
This error was corrected in FoxPro for Windows version 2.6a.
Additional query words: FoxDos FoxWin errmsg err msg catman assist a: b:
Keywords : kberrmsg FxtoolCatman
Version : 2.60 2.60a | 2.60
Platform : MS-DOS WINDOWS
Issue type :
Last Reviewed: August 9, 1999