Bookstore Manager
Software
Technical Support: File Errors
Duplicate key found but not allowed. (write, rewrite)
This error usually occurs when inputting inventory - most often a barcode already being used by another item. Can be checked by scanning item at POS.
Record not found.
Disk full for Relative or Indexed file. (write)
Permanent error. This is any error not otherwise described.
The secondary code value is set to the host system's status value
that caused the error. See your operating system user manual for
an explanation.
DOS and Windows secondary codes
Some of the most common causes are:
Disk full for Sequential file or Sort file. (write, sort)
File not found. (open, sort)
User does not have appropriate access permissions to the file.
On SCO Unix, log in as root. At the # prompt, type in: set.priv <Enter>.
Existing file conflicts with the COBOL description of the file.
Usually associated with a version upgrade.
Possible causes are:
File is already open. (open)
This error is usually accompanied by a File Error 98,xx.
File not open. (close)
File locked by another user. (open)
This error is normally encountered in:
Too many files open by the current process. (open)
This error is normally caused by having a FILES= entry in the CONFIG.SYS file that is set too low. Try setting FILES=100.
Indexed file corrupt. An internal error has been detected in the Indexed file. The secondary status code contains the internal error number. The file should be reconstructed with the appropriate utility (vutil).
Record locked by another user.
Inadequate memory for operation. This most commonly occurs for the SORT verb, which requires at least 32K bytes of free space. (any)
There are no entries left in one of the lock tables. The secondary error code indicates which table is full:
This indicates an internal error defined by the host file system. The "xx" is the host system's error value. This is similar to error "30", except that "xx" is specific to the host file system instead of the host operating system.