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
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
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
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
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
"TEST"."ID_MODULO",
"ATLAS"."QCO"."NOME_ITEM",
"ATLAS"."RISPOSTA"."PUNTEGGIO_OTTENIBILE",
"ATLAS"."RISPOSTA"."PUNTEGGIO_OTTENUTO"
FROM &quo
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
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