By patvdv at 26 Feb 2008 - 21:56
|
101 ENOTOPEN - File not open
Description:
This error indicates that the table is not open.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
102 EBADARG - Illegal argument
Description:
This error indicates that an illegal argument has been specified.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
103 EBADKEY - Illegal key description
Description:
This error indicates that an illegal key description has been specified.
Solution:
Use the bdbpre and bdbpost tools to ....................................??????????????????.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
104 ETOOMANY - Too many files open
Description:
This error indicates too many tables are open.
Solution:
If you use the BAAN Base database increase the
MAXOPENF
parameter.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
105 EBADFILE - Bad ISAM file format
Description:
This error can indicate the following:
- The BAAN Base file format is not correct.
- A file is not closed correctly.
Solution:
Check and repair the table. Use the following command:
|
|
By patvdv at 26 Feb 2008 - 21:56
|
106 ENOTEXCL - Non-exclusive access
Description:
This error indicates that the table is not exclusively locked action. You can either wait until the lock on table is released or you can remove the lock yourself.
Solution:
Wait until the lock on table is released or remove the lock.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
107 ELOCKED - Record locked
Description:
This error indicates that the record you are trying to retrieve is locked. You can either wait until the lock is released or remove the lock yourself.
Solution:
Wait until the lock on table is released or remove the lock.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
108 EKEXISTS - Key already exists
Description:
This error indicates that the key already exists.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
109 EPRIMKEY - Is primary key
Description:
This error indicates that you are trying to perform an illegal action on a primary key. Refer to the log file for more information.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
11 EAGAIN - No more processes
Description: |
This error can indicate that:
- The system tries to create another process, but there are no more processes available in the process table.
- the user is not allowed to create new processes
|
Solution: |
Increase the NPROCS kernel parameter to allow more processes. |
|