DB2 - Problem description
| Problem IT01380 | Status: Closed |
FALSE COMMUNICATION ERROR DETECTED BETWEEN DB2FMP PROCESS AND DB2 EDU LEADING TO INCORRECT SQL1646N ERROR RETURNED | |
| product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problem description: | |
A call statement may fail with error SQL1646 when the procedure
has large parameters.
e.g.
call out_language('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
'aaaaaaaaaaaaaa', 'aaaaaaaaaaaaaa', 'aaaaaaaaaaaaaa', ...
<multiple lines>
'aaaaaaaaaaaaaa')
SQL1646N A routine failed because the fenced user ID cannot
access required
files in the sqllib directory or other instance or database
directories.
The db2diag.log will show :
2013-04-25-22.30.13.668443-240 I519396E550 LEVEL:
Severe
PID : 26504 TID : 46913126656320 KTID :
26519
PROC : db2sysc
INSTANCE: db2inst1 NODE : 000 DB :
SAMPLE
APPHDL : 0-7 APPID:
*LOCAL.db2inst1.130426022958
AUTHID : DB2INST1 HOSTNAME: server1
EDUID : 18 EDUNAME: db2agent (SAMPLE)
FUNCTION: DB2 UDB, routine_infrastructure, sqlerSendFmpStart,
probe:30
RETCODE : ZRC=0xFFFFFBEE=-1042
SQL1042C An unexpected system error occurred.
This is a condition that should only happen when the size of the
parameter list is sufficiently large relative to the ASLHEAPSZ
dbm cfg setting.
If the problem is hit, using a different setting of ASLHEAPSZ
would prevent the problem.
Additionally, the condition is very timing dependent and should
be rare to hit. | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Vesrion 9.7 Fixpack 10 * **************************************************************** | |
| Local Fix: | |
alter the value of ASLHEAPSZ | |
| Solution | |
Problem first fixed in fixpack 10 | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 29.04.2014 10.02.2015 10.02.2015 |
| Problem solved at the following versions (IBM BugInfos) | |
9.7.FP10 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 9.7.0.10 |
|