DIA8561C A invalid memory block was encountered
If the following error comes when trying to connect to DB2 database
Action Taken : 2009-05-07-16.43.36.788014-240 I2378630885A584LEVEL:
Error (OS)
PID : 2502884 TID : 1 PROC :
db2ipccm 0
INSTANCE: db2ist1 NODE : 000
FUNCTION: DB2 UDB, SQO Mnemory Management, sqloMemSetPageSize,
probe:100
MESSAGE : ZRC=0x820F0002=-2112946174=SQLO_INV_MEM "Invalid
memory addr"
DIA8561C A invalid memory block was encountered.
CALLED : OS, -, shmctl
OSERR : EINVAL (22) "Invalid argument"
DATA #1 : String, 44 bytes
Failure enabling specified memory page size.
DATA #2 : Logical page size, PD_TYPE_MEM_PAGE_SIZE, 8 bytes
65536
Just set the below parameter
db2set DB2_MEDIUM_PAGE_SUPPORT=OFF
and restart the db2
Comments
Post a Comment