General error;-9206 POS(1) System error: AK Duplicate catalog information

2006-11-14 Thread Michael Neuber
7.5.00.30) Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed General error;-9206 POS(1) System error: AK Duplicate catalog information:04EC000A00 drop table USERSESSION Noteworthy side information: In

Re: AK Duplicate catalog information after Upgrade to 7.6.00.27

2006-05-24 Thread Florian Schmitz
Hello Holger, see the attached files. Thanks, Flo Becker, Holger schrieb: Florian Schmitz wrote: Hello List, after Upgrade to 7.6.00.27 we suffer the following SYSERROR on multiple queries. 24944 ERR 51080 SYSERROR -9206 AK Duplicate catalog information:0 Query and

RE: AK Duplicate catalog information after Upgrade to 7.6.00.27

2006-05-23 Thread Becker, Holger
Florian Schmitz wrote: > Hello List, > > after Upgrade to 7.6.00.27 we suffer the following SYSERROR on multiple queries. > > 24944 ERR 51080 SYSERROR -9206 AK Duplicate catalog information:0 > > Query and Tabledefinitons are quite large and quite comprehensive so i wou

AK Duplicate catalog information after Upgrade to 7.6.00.27

2006-05-23 Thread Florian Schmitz
Hello List, after Upgrade to 7.6.00.27 we suffer the following SYSERROR on multiple queries. 24944 ERR 51080 SYSERROR -9206 AK Duplicate catalog information:0 Query and Tabledefinitons are quite large and quite comprehensive so i would prefer not to send them to the list. ;-) Are

AK Duplicate catalog information

2004-11-16 Thread [EMAIL PROTECTED]
When i try to create a Stored Procedure with the following code: CREATE DBPROC CREATE_ESITI_TEMP (IN PID_SESSIONE FIXED(10,0)) AS BEGIN DELETE FROM "ATLAS"."ESITI_TEMP" WHERE ID_SESSIONE=:PID_SESSIONE; DELETE FROM "ATLAS"."ESITI_TEMP_BOTTOM" WHERE ID_SESSIONE=:PID_SESSIONE; INSERT INTO "ATLAS"."ES

General Error 9206: System error: AK Duplicate catalog information

2004-11-16 Thread [EMAIL PROTECTED]
"TEST"."ID_MODULO", "ATLAS"."QCO"."NOME_ITEM", "ATLAS"."RISPOSTA"."PUNTEGGIO_OTTENIBILE", "ATLAS"."RISPOSTA"."PUNTEGGIO_OTTENUTO" FROM &quo

General Error -9206: System error: AK Duplicate catalog information

2004-11-16 Thread [EMAIL PROTECTED]
When i try to create a Stored Procedure with the following code: CREATE DBPROC CREATE_ESITI_TEMP (IN PID_SESSIONE FIXED(10,0)) AS BEGIN DELETE FROM "ATLAS"."ESITI_TEMP" WHERE ID_SESSIONE=:PID_SESSIONE; DELETE FROM "ATLAS"."ESITI_TEMP_BOTTOM" WHERE ID_SESSIONE=:PID_SESSIONE; INSERT INTO "ATLAS"."ES

AK Duplicate catalog information

2003-12-07 Thread Vinod Kumar Singh
Hi, When running the following query SELECT srv_srv_date, item_raw_material, DECODE(qty_balance, NULL, 0, qty_balance), SUM(item_accepted_quantity * item_rm_gross), srv_from_code FROM str_srv_m SM, str_srv_d SD, mfg_item_p I, str_creditor_jobwork_ledger L WHERE SD.srv_item_code = I.ite