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 > DB2 9.5c Express Fix Pack

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-09, 03:04
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
DB2 9.5c Express Fix Pack

Hi Experts,

Is there any fix pack available for DB2 9.5C EXPRESS. I have tried the fix pack 4 for 9.5 express but am getting error when i tried to install the same.

TIA
Reply With Quote
  #2 (permalink)  
Old 07-27-09, 04:37
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
AFAIK, Free versions of Express-C don't have a fixpak ... You have to re-install your db2.

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 07-27-09, 06:22
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Thanks Sathyaram

I am getting a stack over flow error when i click a particular view in my database. I tried increasing the stack size but no use. Do u have any idea how to resolve the issue.

Thanks in Advance
Reply With Quote
  #4 (permalink)  
Old 07-27-09, 07:20
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
a different issue ?? pl post in a new thread and provide the error message

Cheers
sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 07-27-09, 08:36
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Hi Satya,

I have already posted regarding that error but i didnt get any response and also how can i find the previous posts?


TIA
Reply With Quote
  #6 (permalink)  
Old 07-27-09, 08:46
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Hi Satya,

I am not able to install fix packs in my server.

I am using db2 9.5c Express on Windows XP SP3.

Please help
Reply With Quote
  #7 (permalink)  
Old 07-27-09, 10:48
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
You cannot install fixpacks on DB2 Express-C unless you have the FTL (subscription version) which costs $2995 per year, per server.

However, there was a release issued for DB2 Express-C that included Fixpack 2. It may have been removed now that DB2 Express-C V9.7 is available (they only make available the latest version on the website). But if you scrounge around the FTP site, you "might" be able to find it.

If you do have the version that includes 9.5 Fixpack 2, it is no longer necessary to uninstall the base code (9.5 Fixpack 0) as was the case with earlier DB2 Express-C upgrades.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #8 (permalink)  
Old 07-27-09, 23:56
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Thanks a lot Marcus
Reply With Quote
  #9 (permalink)  
Old 07-28-09, 08:52
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
I have installed the new version db2 9.7C EXPRESS but am getting the same result...when i select a view the whole service is stopping.

Please help
Reply With Quote
  #10 (permalink)  
Old 07-28-09, 21:01
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Is v9.7 crashing due to stack overflow as well? Did you try increasing agent_stack_sz dbm cfg? If not, give it a try. Example:

db2 update dbm cfg using agent_stack_sz 256
restart the instance
Reply With Quote
  #11 (permalink)  
Old 07-29-09, 10:09
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Hi db2girl,

Thanks for the reply.

I have tried increasing agent_stack_sz,instance_memory and reserver stack but am still getting the same error i got in version 9.5C EXPRESS.

Please help

TIA
Reply With Quote
  #12 (permalink)  
Old 07-29-09, 11:31
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Increasing instance_memory won't help. I'm not sure what to suggest except for continuing to increase agent stack size via agent_stack_sz dbm cfg or using db2hdr. You can also check what your appl is executing when this problem happens and see if you can simplify/eliminate the statement.
Reply With Quote
  #13 (permalink)  
Old 07-30-09, 06:08
ratheeshknair ratheeshknair is offline
Registered User
 
Join Date: Jan 2009
Posts: 153
Hi Bella,

Its a view causing the issue when i click on that particular view its stops the server service due this error. The view is created with a union all statement combining two identical tables in different schemas.But the strange thing is that there are more than 130 views and this one only causes the issue.

TIA
Reply With Quote
  #14 (permalink)  
Old 07-30-09, 22:50
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
The instance shouldn't crash due to stack overflow starting with v9.5. If increasing agent stack doesn't help, then db2 support should really take a look at this issue. If you have a supported env where this problem is reproducable then consider opening a pmr.
Reply With Quote
  #15 (permalink)  
Old 07-30-09, 22:56
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Quote:
Originally Posted by db2girl
The instance shouldn't crash due to stack overflow starting with v9.5. If increasing agent stack doesn't help, then db2 support should really take a look at this issue. If you have a supported env where this problem is reproducable then consider opening a pmr.
You cannot open a PMR on DB2 Express-C (unless you have the FTL subscription which costs $2995 per server, per year). However, you can post a message on the DB2 Express-C Community Forum on the IBM website.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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