Hello all,
We are trying to implement Content Manager on a new server, and it keeps returning connection errors. We are using DB2 9.7, fp2 on AIX 6.1.0.0. The problem that appears in the db2 log is:
2010-11-23-14.33.10.518798-420 E2388306A447 LEVEL: Info (OS)
PID : 6094960 TID : 1 PROC : db2
INSTANCE: db2inst1 NODE : 000
EDUID : 1
FUNCTION: DB2 UDB, oper system services, sqloOpenMLNQue, probe:4
MESSAGE : ZRC=0x870F0042=-2029060030=SQLO_QUE_NOT_EXIST "Queue does not exist"
DIA8558C A message queue did not exist.
CALLED : OS, -, open
OSERR : ENOENT (2) "No such file or directory"
There is no subsequent message stating which file or directory it may be looking for. It does not appear to be a problem with ulimit - here is the user who starts db2:
server1:/db2/db2inst1/sqllib/db2dump $ ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) unlimited
server1:/db2/db2inst1/sqllib/db2dump $ ulimit -aH
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) unlimited
In the past when I've seen this, it's been related to a limit on file descriptors, but not this time. We're all stumped. Any thoughts?
Thanks!
Patrick