danny.companez@isi.com.au [hercules-390]
2016-12-29 04:44:29 UTC
Getting some very weird stuff happening when using DB2 V9 under ADCD 1.10
I issue SELECT EMPNO FROM DSN8910.EMP; - and I get successful 42 rows returned.
I then issue SELECT * FROM DSN8910.EMP; and I get
IBM0281S A prior condition was promoted to the ERROR condition.
From entry point DSNTEP2 at statement 2326 at compile unit offset +00003CB8 at entry offset +00003CB8 at address 1E552D78.
DSN3201I -DB9G ABNORMAL EOT IN PROGRESS FOR USER= CONNECTION-ID=BATCH CORRELATION-ID=TP2
JOBNAME=TP2 ASID=001C TCB=008CF030
IEA794I SVC DUMP HAS CAPTURED:
DUMPID=001 REQUESTED BY JOB (TP2)
DUMP TITLE=DB9G,ABND=0C4-0000003B,U= ,M=(N),C=910.DMC -DSNISDLE,
M=DSNTFRCV,LOC=DSNIDM .DSNIREDR+045E
IEA611I COMPLETE DUMP ON SYS1.ADCD.DMP00001
DUMPID=001 REQUESTED BY JOB (TP2) FOR ASIDS(001C,0049,0048)
ERROR ID = SEQ00024 CPU41 ASID001C TIME13.19.19.9
1) I have researched IBMLINK extensively and found no direct hits. I installed some PTFs which were close, but it made no difference. This makes me think it is a Hercules type problem not IBM software, that's why I am posting here.
2) I have installed the UNICODE fixes for 1.10 as described in "OA48941: UNICODE CONVERSION INFORMATION SERVICE FAILS RC8 RSNB SYSTEM TOD CLOCK TIMESTAMP EXCEEDS 12/15/2015 13:24:57.238527 CUNLINFO" - this also made no difference.
3) The SQL above which works selects only a primary key, so it probably only goes to the index. It appears that when I ask for the data it fails. But the following DOES work!
SELECT PROJNO FROM DSN8910.PROJ; -- primary key access - 20 rows
SELECT *FROM DSN8910.PROJ; -- non-primary key -- 20 rows
SELECT ACTNO FROM DSN8910.ACT; -- 18 rows
SELECT * FROM DSN8910.ACT; -- 18 rows
I am out of ideas, any suggestions most welcome!
Thanks
D
I issue SELECT EMPNO FROM DSN8910.EMP; - and I get successful 42 rows returned.
I then issue SELECT * FROM DSN8910.EMP; and I get
IBM0281S A prior condition was promoted to the ERROR condition.
From entry point DSNTEP2 at statement 2326 at compile unit offset +00003CB8 at entry offset +00003CB8 at address 1E552D78.
DSN3201I -DB9G ABNORMAL EOT IN PROGRESS FOR USER= CONNECTION-ID=BATCH CORRELATION-ID=TP2
JOBNAME=TP2 ASID=001C TCB=008CF030
IEA794I SVC DUMP HAS CAPTURED:
DUMPID=001 REQUESTED BY JOB (TP2)
DUMP TITLE=DB9G,ABND=0C4-0000003B,U= ,M=(N),C=910.DMC -DSNISDLE,
M=DSNTFRCV,LOC=DSNIDM .DSNIREDR+045E
IEA611I COMPLETE DUMP ON SYS1.ADCD.DMP00001
DUMPID=001 REQUESTED BY JOB (TP2) FOR ASIDS(001C,0049,0048)
ERROR ID = SEQ00024 CPU41 ASID001C TIME13.19.19.9
1) I have researched IBMLINK extensively and found no direct hits. I installed some PTFs which were close, but it made no difference. This makes me think it is a Hercules type problem not IBM software, that's why I am posting here.
2) I have installed the UNICODE fixes for 1.10 as described in "OA48941: UNICODE CONVERSION INFORMATION SERVICE FAILS RC8 RSNB SYSTEM TOD CLOCK TIMESTAMP EXCEEDS 12/15/2015 13:24:57.238527 CUNLINFO" - this also made no difference.
3) The SQL above which works selects only a primary key, so it probably only goes to the index. It appears that when I ask for the data it fails. But the following DOES work!
SELECT PROJNO FROM DSN8910.PROJ; -- primary key access - 20 rows
SELECT *FROM DSN8910.PROJ; -- non-primary key -- 20 rows
SELECT ACTNO FROM DSN8910.ACT; -- 18 rows
SELECT * FROM DSN8910.ACT; -- 18 rows
I am out of ideas, any suggestions most welcome!
Thanks
D