Connecting Tech Pros Worldwide Help | Site Map
 
 
LinkBack Thread Tools Search this Thread
  #1  
Old September 1st, 2008, 12:05 AM
Jean-Marc Blaise
Guest
 
Posts: n/a
Default remove DB2 Connect Server ?

Hi,

I have installed DB2 9.5 directly from FP1 on Windows in custom mode with
COMP=CONNECT_SUPPORT. I then added my DB2 Server license.

I am surprise that db2licm refers to a DB2 Connect Server. Is there a way to
remove the product I have never installed ?

db2licm -l
Product name: "DB2 Enterprise Server Edition"
License type: "CPU Option"
Expiry date: "Permanent"
Product identifier: "db2ese"
Version information: "9.5"
Enforcement policy: "Soft Stop"
Features:
.....
Product name: "DB2 Connect Server"
Expiry date: "Expired"
Product identifier: "db2consv"
Version information: "9.5"
Concurrent connect user policy: "Disabled"
Enforcement policy: "Soft Stop"

Thanks,

Jean-Marc






  #2  
Old September 1st, 2008, 07:35 PM
4.spam@mail.ru
Guest
 
Posts: n/a
Default Re: remove DB2 Connect Server ?

Hi,
Quote:
>
I have installed DB2 9.5 directly from FP1 on Windows in custom mode with
COMP=CONNECT_SUPPORT. I then added my DB2 Server license.
>
I am surprise that db2licm refers to a DB2 Connect Server. Is there a wayto
remove the product I have never installed ?
>
db2licm -l
Product name: * * * * * * * * * * "DB2 Enterprise Server Edition"
License type: * * * * * * * * * * "CPU Option"
Expiry date: * * * * * * * * * * *"Permanent"
Product identifier: * * * * * * * "db2ese"
Version information: * * * * * * *"9.5"
Enforcement policy: * * * * * * * "Soft Stop"
Features:
....
Product name: * * * * * * * * * * "DB2 Connect Server"
Expiry date: * * * * * * * * * * *"Expired"
Product identifier: * * * * * * * "db2consv"
Version information: * * * * * * *"9.5"
Concurrent connect user policy: * "Disabled"
Enforcement policy: * * * * * * * "Soft Stop"
>
Thanks,
>
Jean-Marc
Try this:

db2licm -r db2consv

Hope this will help.

Sincerely,
Mark B.
  #3  
Old September 1st, 2008, 10:05 PM
Jean-Marc Blaise
Guest
 
Posts: n/a
Default Re: remove DB2 Connect Server ?

Hi Mark,

Thanks, but db2licm -r db2consv gives: LIC1417N The license specified
could not be removed from the nodelock file. The return code is "-216".
Check that the license for this product exists in the nodelock file.

regedit shows in Hkey_Local_Machine....\DB2\db2 entreprise server edition,
but I don't have db2 connect server edition.

So where does this comes from ?

Regards,

JM


<4.spam@mail.ruwrote in message
news:595b37ac-699b-4c6d-abbc-1c73abd221ea@r66g2000hsg.googlegroups.com...
Quote:
Hi,
>
I have installed DB2 9.5 directly from FP1 on Windows in custom mode with
COMP=CONNECT_SUPPORT. I then added my DB2 Server license.
>
I am surprise that db2licm refers to a DB2 Connect Server. Is there a way
to
remove the product I have never installed ?
>
db2licm -l
Product name: "DB2 Enterprise Server Edition"
License type: "CPU Option"
Expiry date: "Permanent"
Product identifier: "db2ese"
Version information: "9.5"
Enforcement policy: "Soft Stop"
Features:
....
Product name: "DB2 Connect Server"
Expiry date: "Expired"
Product identifier: "db2consv"
Version information: "9.5"
Concurrent connect user policy: "Disabled"
Enforcement policy: "Soft Stop"
>
Thanks,
>
Jean-Marc
Try this:

db2licm -r db2consv

Hope this will help.

Sincerely,
Mark B.


  #4  
Old September 2nd, 2008, 07:25 AM
4.spam@mail.ru
Guest
 
Posts: n/a
Default Re: remove DB2 Connect Server ?

>
Quote:
Thanks, but *db2licm -r db2consv gives: LIC1417N *The license specified
could not be removed from the nodelock file. *The return code is "-216"..
Check that the license for this product exists in the nodelock file.
>
Hi Jean-Marc,

Sorry, indeed you can't remove expired license.
Workaround may be:
1. db2stop
2. Adjust your system clock at some point in past when this license
was still trial.
3. db2licm -r db2consv


Sincerely,
Mark B.

  #5  
Old September 2nd, 2008, 04:15 PM
Darin McBride
Guest
 
Posts: n/a
Default Re: remove DB2 Connect Server ?

Jean-Marc Blaise wrote:
Quote:
Hi Mark,
>
Thanks, but db2licm -r db2consv gives: LIC1417N The license specified
could not be removed from the nodelock file. The return code is "-216".
Check that the license for this product exists in the nodelock file.
>
regedit shows in Hkey_Local_Machine....\DB2\db2 entreprise server edition,
but I don't have db2 connect server edition.
>
So where does this comes from ?
You sure you've never installed it before? Have you checked Add/Remove
programs for it?

If it's not there, look for the db2consv.lvl file in your sqllib - and
remove it.
  #6  
Old September 2nd, 2008, 06:35 PM
Jean-Marc Blaise
Guest
 
Posts: n/a
Default Re: remove DB2 Connect Server ?

Hi Mark,

Thanks a lot ! Your procedure is working :-)

Thanks again,

JM

<4.spam@mail.ruwrote in message
news:2f382dcf-51c4-4123-a5d7-6f1a986fdbd2@y21g2000hsf.googlegroups.com...
Quote:
>
Thanks, but db2licm -r db2consv gives: LIC1417N The license specified
could not be removed from the nodelock file. The return code is "-216".
Check that the license for this product exists in the nodelock file.
>
Hi Jean-Marc,

Sorry, indeed you can't remove expired license.
Workaround may be:
1. db2stop
2. Adjust your system clock at some point in past when this license
was still trial.
3. db2licm -r db2consv


Sincerely,
Mark B.


  #7  
Old September 2nd, 2008, 06:35 PM
Jean-Marc Blaise
Guest
 
Posts: n/a
Default Re: remove DB2 Connect Server ?

Hi Darin,

Yes I am positive, I have never installed it before. The db2consv.lvl is not
there either.

If you install DB2 9.5 GA, then apply FP1, you get ESE product. If you
install from scratch ESE from FP1 (and really click on Entreprise Server
Edition), you end up with this db2consv product license that shows up as
expired.

Regards,

JM

"Darin McBride" <dmcbride@naboo.to.org.no.spam.for.mewrote in message
news:GKcvk.244127$gc5.11126@pd7urf2no...
Quote:
Jean-Marc Blaise wrote:
>
Quote:
>Hi Mark,
>>
>Thanks, but db2licm -r db2consv gives: LIC1417N The license specified
>could not be removed from the nodelock file. The return code is "-216".
>Check that the license for this product exists in the nodelock file.
>>
>regedit shows in Hkey_Local_Machine....\DB2\db2 entreprise server
>edition,
>but I don't have db2 connect server edition.
>>
>So where does this comes from ?
>
You sure you've never installed it before? Have you checked Add/Remove
programs for it?
>
If it's not there, look for the db2consv.lvl file in your sqllib - and
remove it.

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 205,414 network members.