Ads

09 April 2011

The current SKU is invalid. When adding second node to SQL 2008 failover Cluster

Resolution
===========

There will be an ini file in setup. Z\SQLsetup\x86 folder >> DefaultSetup.ini
which contains following entry like

;SQLSERVER2008 Configuration File
[SQLSERVER2008]
PID=”*****-*****-*****-*****-*****”

Just comment out the PID key by semi collen (;) and then copy the key and put that key during the installation. It should be like this

;SQLSERVER2008 Configuration File
[SQLSERVER2008]
;PID=”*****-*****-*****-*****-*****”

copy the PID key *****-*****-*****-*****-***** and paste during the installation.

2 comments:

  1. Hi Nataraj,

    Thanks for the reply, Which hotfix you are refering to .. can you share the details...which will help

    Thanks,

    ReplyDelete