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 > How to change Enterprise server edition to Workgroup server edition? V 9.7

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-10, 23:06
lsyeong lsyeong is offline
Registered User
 
Join Date: May 2010
Posts: 5
How to change Enterprise server edition to Workgroup server edition? V 9.7

Hi guys,

Greeting there. Currently I am having a problem as I have installed DB2 enterprise version for my Client DB2 server then I only find out we are using Workgroup Server edition.

Is there anyway to downgrade from Enterprise server edition to Workgroup Server edition?

Database version is 9.7 and OS is Window Server 2007.

Any advise is highly appreciated !?

Thank you guys

Regards,
Sean
Reply With Quote
  #2 (permalink)  
Old 05-14-10, 08:11
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
I guess you'll need to use db2licm to remove ESE license and install WSE license instead.
Reply With Quote
  #3 (permalink)  
Old 05-15-10, 06:09
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
I am not sure how this works on DB2 for Windows, but on Linux/UNIX you can specify the instance type (Express, Workgroup, or ESE) when the instance is created even if the code is a higher level edition (ESE). Not sure if you can change an existing instance or whether you have to drop and recreate the instance you have (check the Command Reference manual).

If you need to create a new instance with the proper Edition, then uncatalog the existing database(s), drop the existing instance, create new instance with Workgroup type (you must specify the type since you have ESE code installed) and recatalog databases to the new instance (catalog db on a path name - check Command Reference manual for how to do this). But before you uncatalog the databases, do a "db2 list db directory" so you know for sure what the path is.
__________________
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
  #4 (permalink)  
Old 05-16-10, 23:35
lsyeong lsyeong is offline
Registered User
 
Join Date: May 2010
Posts: 5
Thanks

Thanks n_i and Marcus for the replied. Anyway I have try to db2licm -r to remove the license and db2licm -a to install the Workgroup Edition License but it is not working . The screen still show

Product name: "DB2 Enterprise Server Edition"
Expiry date: "Expired"
Product identifier: "db2ese"
Version information: "9.7"

Really need some helps here urgently

Reply With Quote
  #5 (permalink)  
Old 05-19-10, 15:38
blazer789 blazer789 is offline
Registered User
 
Join Date: Jun 2009
Posts: 221
Reply With Quote
  #6 (permalink)  
Old 05-20-10, 00:38
lsyeong lsyeong is offline
Registered User
 
Join Date: May 2010
Posts: 5
Thanks Blazer
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