If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Db Connection Fails

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-12-09, 02:08
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Db Connection Fails

HI Experts,

Database connections terminates in middle .

Please find the attached DB2DIAG file

TIA
Attached Files
File Type: txt db2diag_1012091.txt (1.75 MB, 642 views)
Reply With Quote
  #2 (permalink)  
Old 10-12-09, 05:50
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
r u doing a online reorg to tables
error related to access a file says so
MESSAGE : ZRC=0x860F000A=-2045837302=SQLO_FNEX "File not found."
DIA8411C A file "" could not be found.
CALLED : OS, -, unspecified_system_function
OSERR : 2 "The system cannot find the file specified."
DATA #1 : File name, 37 bytes
D:\DB2\NODE0000\SQL00005\0000004e.OLR

regds
Paul
Reply With Quote
  #3 (permalink)  
Old 10-12-09, 09:55
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Thanks for the Reply Mathew,
I havent specified any automatic reorg ..I have done any reorg anytime today..
Reply With Quote
  #4 (permalink)  
Old 10-12-09, 10:22
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Messages related to not being able to find .OLR file are informational. The reason why your instance comes down is due to the following error:

2009-10-12-11.21.02.974000+330 E1311678H963 LEVEL: Severe
PID : 2584 TID : 2884 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000 DB : CCA
APPHDL : 0-8752 APPID: 192.168.10.12.64009.09101205451
AUTHID : CCACCAD
EDUID : 2884 EDUNAME: db2agent (CCA)
FUNCTION: DB2 UDB, oper system services, sqloEDUExceptionFilter, probe:55
MESSAGE : ADM0501C A stack overflow exception has occurred. The DB2 instance
has terminated abnormally. To remedy this problem, you may increase
the default stack size for db2syscs.exe using the db2hdr utility as
follows: db2hdr \sqllib\bin\db2syscs.exe /s:<stackreserve>[,
<stackcommit>] Note that increasing the default stack size will
consume virtual memory space and may reduce the maximum number of
concurrent connections. Contact IBM Support for further assistance.


You had reported this problem before:
DB2 9.5c Express Fix Pack


This stack overflow can be due to:
IBM IZ33027: DB2 instance may abend due to stack overflow (instead of dumping SQL0973N) while processing a very large predicate - United States


But if you're still using Express-C, you can't install fixpaks unless you purchase FTL (as explained by Marcus in your prior post).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On