Bookstore Manager Software
Technical Support: File Errors

 

Table of Contents

  1. File Error 22 (Bad update status 22)
  2. File Error 23
  3. File Error 24
  4. File Error 30,xx
  5. File Error 30,06 and 30,55
  6. File Error 34
  7. File Error 35
  8. File Error 37,07
  9. File Error 39,xx
  10. File Error 41
  11. File Error 42
  12. File Error 93
  13. File Error 94,10
  14. File Error 98,xx
  15. File Error 99
  16. File Error 9A
  17. File Error 9C
  18. File Error 9D,xx

File Error 22
(Bad update Status 22)

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.

Back to Top

File Error 23

Record not found.

Back to Top

File Error 24

Disk full for Relative or Indexed file. (write)

Back to Top

File Error 30,xx

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:

Back to Top

File Error 34

Disk full for Sequential file or Sort file. (write, sort)

Back to Top

File Error 35

File not found. (open, sort)

Back to Top

File Error 37,07

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>.

Back to Top

File Error 39,xx

Existing file conflicts with the COBOL description of the file.


Usually associated with a version upgrade.
Possible causes are:

Back to Top

File Error 41

File is already open. (open)

This error is usually accompanied by a File Error 98,xx.

Back to Top

File Error 42

File not open. (close)

Back to Top

File Error 93

File locked by another user. (open)

This error is normally encountered in:

Back to Top

File Error 94,10

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.

Back to Top

File Error 98,xx

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).

Back to Top

File Error 99

Record locked by another user.

Back to Top

File Error 9A

Inadequate memory for operation. This most commonly occurs for the SORT verb, which requires at least 32K bytes of free space. (any)

Back to Top

File Error 9C

There are no entries left in one of the lock tables. The secondary error code indicates which table is full:

Back to Top

File Error 9D,xx

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.

Back to Top