Flemming Frandsen wrote: > I've just added some indexes to my datebase and this happened: > > Unable to execute: General error;-9211 POS(1) System error: KB Stack > type illegal. (SQL-S1000)(DBD: st_execute/SQLExecute err=-1) > SQL: SELECT * > FROM "ticket" > WHERE ? IN (owner_dude_id, seater_dude_id, user_dude_id) > ORDER BY ticket_type_id > PAR: 43963
The internal stack code generated from the sql seems to be corrupted. To analyze this problem I need information about the table and index definition could you please post it here or send directly to me. To bypass this problem drop the indexes. Kind regards, Holger Becker SAP Labs Berlin > -----Original Message----- > From: Flemming Frandsen [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 7. Februar 2002 09:22 > To: [EMAIL PROTECTED] > Subject: Strange error: KB Stack type illegal > > > I've just added some indexes to my datebase and this happened: > > Unable to execute: General error;-9211 POS(1) System error: KB Stack > type illegal. (SQL-S1000)(DBD: st_execute/SQLExecute err=-1) > SQL: SELECT * > FROM "ticket" > WHERE ? IN (owner_dude_id, seater_dude_id, user_dude_id) > ORDER BY ticket_type_id > PAR: 43963 > > What went wrong? > > -- > Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
