chingi
16th March 2003, 07:02
Hi All,

I'm trying to load data thru seq. dump into bisam database and after loading some tables i'm getting following error

can't load table error 14600.

here in tbase_param the PROCESS paramter is 250.

should i increase it .

waiting for ealrly response.
Regards

OmeLuuk
17th March 2003, 10:29
From the Baan Help:If an error code greater than 1000 is given, the error can be retrieved in the following way, dependent on the used database driver:
...
Baan Base (TP): error - 1000

last two digits is UNIX error

first three digits is ISAM error

Example:

Error no: 14600

Error: 14600 - 1000 = 13600

UNIX error = 0 (last two digits)

ISAM error = 136: ENOSPACE No space in shared memory

action: initialize shared memory, or change shared memory parameters.

NOTE:

When a fatal error occurs more information is stored in the log files in the directory '$BSE/log'. For example if bdbpost6.1 causes an error, this is reported in the file 'log.bdbpost6.1'.