FIX: Error When Not Enough Free Space for New Table & IndexLast reviewed: April 21, 1997Article ID: Q114467 |
The information in this article applies to:
SYMPTOMSOne of the following error message is displayed when you attempt to save a table that was created with the Table Wizard: FoxPro 2.x:
Line Number: 298 Program: MAKETABLE Error: Not enough disk space for <file name> Source: index on &tagexpr tag &tagname -or-Visual FoxPro for Windows:
Error #56 in processoutput(0): Not enough disk space for <file_name> CAUSEThe media on which the table is being saved does not have sufficient space to hold the .CDX file for the table.
RESOLUTIONBefore saving a table created with the Table Wizard, make sure that the location to which the file will be saved has sufficient space to accommodate both the .DBF file and the .CDX file. For most applications, 5K of free space should be sufficient.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Description of Problem in FoxPro 2.xIf you choose OK in the window that displays the "Not enough disk space" error message, a WAIT WINDOW with the text "Source not available" may appear at the top-right corner of the screen. After that window is displayed, a standard FoxPro error dialog box will appear with the following message
Not enough disk space for <file name>followed by three buttons:
Cancel, Suspend, IgnoreIf you choose the Ignore button, control will return to the Command window if the Table Wizard was invoked from the Run menu when the Command window was the active window. If the Table Wizard was invoked from the Catalog Manager, control will return to the Catalog Manager when the Ignore button is chosen. Depending upon the amount of free space available when the Wizard is executed, the "Source not available" error and subsequent error messages may or may not appear.
Steps to Reproduce Problem in FoxPro 2.x
INDEX ON &tagexpr tag &tagnameThe INDEX ON command fails because there is not enough free disk space for the creation of a .CDX file.
Description of Problem in Visual FoxPro for WindowsThe table will be created and left open, but no CDX will be generated. A subsequent attempt to USE the table causes a "File is in use" error message to be displayed. The file will not appear in the View window, and the only way to close the table is to quit Visual FoxPro. In Visual FoxPro for Windows version 5.0a, the following message is displayed when the wizard finishes.
Not enough disk space for table and indexesThe table and the CDX are both there, and the Properties window displays the indexes created, but setting the order after entering a few records may or may not set the table order correctly. If the table is closed, there may be no records.
|
Additional query words: errmsg err msg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |