DB2 - Problem description
| Problem IC64158 | Status: Closed |
DBM_GET_CFG CAN RETURN SQL0443N AND SQL5066W IN THE DB2DIAG.LOG | |
| product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problem description: | |
DBM_GET_CFG can return SQL0443N and SQL5066W in the db2diag.log
This seems to occur if you have set the following paramaters:
SYSADM_GROUP
SYSCTRL_GROUP
SYSMAINT_GROUP
SYSMON_GROUP
SELECT NAME,VALUE,DATATYPE,VALUE_FLAGS,DEFERRED_VALUE,
DEFERRED_VALUE_FLAGS FROM SYSIBM.SYSDUMMY1, TABLE( DBM_GET_CFG(
)) AS DBM_GET_CFG
returns:
SQL0443N Routine "SYSPROC.DBM_GET_CFG" (specific name
"DBM_GET_CFG") has
returned an error SQLSTATE with diagnostic text "".
SQLSTATE=5U0ZZ
db2diag.log
2007-10-02-06.56.49.922000+000 I19630F372 LEVEL: Severe
PID : 2860 TID : 4180 PROC :
db2fmp64.exe
INSTANCE: DB2S16 NODE : 000
FUNCTION: DB2 UDB, database application extension for DB/DB,
dbm_get_cfg, probe:30
MESSAGE : SQL5066W The database configuration parameter value
for token "" has
been truncated.
2007-10-02-07.09.20.352000+000 I20004F372 LEVEL: Severe
PID : 2860 TID : 2592 PROC :
db2fmp64.exe
INSTANCE: DB2S16 NODE : 000
FUNCTION: DB2 UDB, database application extension for DB/DB,
dbm_get_cfg, probe:30
MESSAGE : SQL5066W The database configuration parameter value
for token "" has
been truncated. | |
| Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * The admin routine DBM_GET_CFG can return SQL0443N * * andSQL5066W in the db2diag.logThis can occur if the * * following paramaters have been set * * :SYSADM_GROUPSYSCTRL_GROUPSYSMAINT_GROUPSYSMON_GROUPSELECT * * NAME,VALUE,DATATYPE,VALUE_FLAGS,DEFERRED_VALUE,DEFERRED_VALUE_ * FROM SYSIBM.SYSDUMMY1, TABLE(DBM_GET_CFG()) AS * * DBM_GET_CFGreturns:SQL0443N Routine "SYSPROC.DBM_GET_CFG" * * (specific name"DBM_GET_CFG") hasreturned an error SQLSTATE * * with diagnostic text "".SQLSTATE=5U0ZZIn the db2diag.log the * * following error will be written * * :2007-10-02-06.56.49.922000+000 I19630F372 * * LEVEL:SeverePID : 2860 TID : 4180 * * PROC :db2fmp64.exeINSTANCE: DB2S16 NODE : * * 000FUNCTION: DB2 UDB, database application extension for * * DB/DB,dbm_get_cfg, probe:30MESSAGE : SQL5066W The database * * configuration parametervaluefor token "" hasbeen * * truncated.2007-10-02-07.09.20.352000+000 I20004F372 * * LEVEL:SeverePID : 2860 TID : 2592 * * PROC :db2fmp64.exeINSTANCE: DB2S16 NODE : * * 000FUNCTION: DB2 UDB, database application extension for * * DB/DB,dbm_get_cfg, probe:30MESSAGE : SQL5066W The database * * configuration parametervaluefor token "" hasbeen truncated. * **************************************************************** * RECOMMENDATION: * * Upgrade to Version 9.7 Fixpack 2 to resolve this problem * **************************************************************** | |
| Local Fix: | |
Workaround: use the following: db2 get dbm cfg db2pd -dbmcfg | |
| available fix packs: | |
DB2 Version 9.7 Fix Pack 2 for Linux, UNIX, and Windows | |
| Solution | |
Problem was first fixed in DB2 Version 9.7 Fixpack 2 | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 27.10.2009 30.06.2010 08.07.2010 |
| Problem solved at the following versions (IBM BugInfos) | |
9.7.FP2 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 9.7.0.2 |
|