Zorvan
6th February 2002, 13:30
During install service pack 3 for BaanERP50.c we received error message : Error 1254 (database error 254) on ttadv230000 in db_insert
Thanks for help

Peter

Han Brinkman
6th February 2002, 14:11
You have to check that with your database specific info. E.g. with oracle: oerr ora 254.

Regards,
Han

patvdv
6th February 2002, 14:40
Zorvan,

You should provide some more info on your environment, specifically which database you are using. Also the specific log files entries from e.g. log.oracle8, log.bshell etc would be useful.

Zorvan
6th February 2002, 15:20
During install service pack 3 for BaanERP50.c we received error message 2002-02-06[13:36:30(UTC-01:00)]:E:bsp: FATAL ERROR: Error 1254 (database error 254) on ttadv230000 in db_insert
2002-02-06[13:36:30(UTC-01:00)]:E:bsp: Can not continue in ottiex1288 :this is from log.bshell

2002-02-06[13:36:30(UTC-01:00)]:E:bsp: Log_mesg: Code -254 ISAM err 0 #rows 0 Lrow 0 Offset 57 : from log.informix

We use Informix Dynamic Server 2000 Version 9.21.UC4 on SunOS 5.7

regards, Peter

patvdv
6th February 2002, 15:30
Peter,

Thanks for the info, unforturnately I am not am Informix guy so can't really help you here.

Han Brinkman
7th February 2002, 10:15
Peter,

I am also not an informix specialist, however I found this in an Informix error list:

-254 Too many or too few host variables given.
The number of host variables that you named in the INTO clause of this statement does not match the number of "?" place holders that you wrote into the statement. Locate the text of the statement (in a PREPARE or DECLARE statement), and verify the number of place holders. Then review the list in the INTO clause to see which item is incorrect.

Can you check the statement in the log.informix.sql?

BTW: informix manuals (including the error codes with explanation) can be download from the net.

Han