dbTalk Databases Forums  

SQL2005 Unattended Installation says the Product Key is not valid (template.ini)

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss SQL2005 Unattended Installation says the Product Key is not valid (template.ini) in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rob
 
Posts: n/a

Default SQL2005 Unattended Installation says the Product Key is not valid (template.ini) - 02-22-2007 , 10:54 AM






I receive
"SQL Server Product Key is not valid"

When I try to install SQL2005 Enterprise Edition with a template.ini
file (unattended installation). However I am certain the key is
valid.

The key is from our Micorsoft Agreement. When we run a manual install
from the same media the Product ID (PID) is uneditable/ greyed out and
the installation is always successful.

Anyone else have this problem or have an idea of the cause?

Regards
Rob.


Reply With Quote
  #2  
Old   
Rob
 
Posts: n/a

Default Re: SQL2005 Unattended Installation says the Product Key is not valid (template.ini) - 02-22-2007 , 10:56 AM






On 22 Feb, 16:54, "Rob" <rob.fi... (AT) totaljobsgroup (DOT) com> wrote:
Quote:
I receive
"SQL Server Product Key is not valid"

When I try to install SQL2005 Enterprise Edition with a template.ini
file (unattended installation). However I am certain the key is
valid.

The key is from our Micorsoft Agreement. When we run a manual install
from the same media the Product ID (PID) is uneditable/ greyed out and
the installation is always successful.

Anyone else have this problem or have an idea of the cause?

Regards
Rob.
BTW I have ensure the PID has no dashes, and have also tried removing
the PID entirely from template.ini but to no avail :-(



Reply With Quote
  #3  
Old   
Rob
 
Posts: n/a

Default Re: SQL2005 Unattended Installation says the Product Key is not valid (template.ini) - 02-23-2007 , 05:49 AM



It seems I missed off the [OPTIONS], with that inserted at the start
of the script it continues. And now I have a different problem!...

It is trying to install on the second node of the cluster, and creates
a scheduled task manager, but it fails to execute this successfully,
in the setup logs there is an access denied message on the second
node. However I have ensured the account belongs to the local admin
of each server. And I can browse to the setup.exe on the 1st node
from the secondary node.


Reply With Quote
  #4  
Old   
Rob
 
Posts: n/a

Default Re: SQL2005 Unattended Installation says the Product Key is not valid (template.ini) - 02-23-2007 , 08:21 AM



Found the problem with Task Manager - because I had another Terminal
Session open on the other client node.
I still ahve problems though, the client tools etc install on both
nodes but the Shared Database won't. From the logs:


Error: Action "LaunchLocalBootstrapAction" threw an exception during
execution. Error information reported during run:
"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe"
finished and returned: 67
Aborting queue processing as nested installer has completed
Message pump returning: 67

and

sqls::HighlyAvailablePackage:reInstall
sqls::HighlyAvailablePackage::manageVsResources

Notify package to begin: 67
Error Code: 0x80070043 (67)
Windows Error Text: The network name cannot be found.

Source File Name: sqlchaining\highlyavailablepackage.cpp
Compiler Timestamp: Mon Aug 29 01:18:42 2005
Function Name: sqls::HighlyAvailablePackage::manageVsResources
Source Line Number: 478

I don't know why it says network name can't be found as I can ping
each node.

Any Ideas anyone?






Reply With Quote
  #5  
Old   
BEACHDBA
 
Posts: n/a

Default Re: SQL2005 Unattended Installation says the Product Key is not va - 05-08-2007 , 07:00 AM



Rob -

Did you find a solution to this? I am getting the same error.

Thanks.

"Rob" wrote:

Quote:
Found the problem with Task Manager - because I had another Terminal
Session open on the other client node.
I still ahve problems though, the client tools etc install on both
nodes but the Shared Database won't. From the logs:


Error: Action "LaunchLocalBootstrapAction" threw an exception during
execution. Error information reported during run:
"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe"
finished and returned: 67
Aborting queue processing as nested installer has completed
Message pump returning: 67

and

sqls::HighlyAvailablePackage:reInstall
sqls::HighlyAvailablePackage::manageVsResources

Notify package to begin: 67
Error Code: 0x80070043 (67)
Windows Error Text: The network name cannot be found.

Source File Name: sqlchaining\highlyavailablepackage.cpp
Compiler Timestamp: Mon Aug 29 01:18:42 2005
Function Name: sqls::HighlyAvailablePackage::manageVsResources
Source Line Number: 478

I don't know why it says network name can't be found as I can ping
each node.

Any Ideas anyone?







Reply With Quote
  #6  
Old   
Pietje gates
 
Posts: n/a

Default Re: Rob -Did you find a solution to this? - 10-27-2010 , 07:04 AM



For me the problem was that the name of my "Network connection" in the .ini file was wrong. Instead of 'LAN' it was 'LAN(1)'. So the 'network name' in the error description is the name of your public cluster network connection and not some server or DNS name.

Quote:
On Thursday, February 22, 2007 11:54 AM Rob wrote:

I receive
"SQL Server Product Key is not valid"

When I try to install SQL2005 Enterprise Edition with a template.ini
file (unattended installation). However I am certain the key is
valid.

The key is from our Micorsoft Agreement. When we run a manual install
from the same media the Product ID (PID) is uneditable/ greyed out and
the installation is always successful.

Anyone else have this problem or have an idea of the cause?

Regards
Rob.

Quote:
On Thursday, February 22, 2007 11:56 AM Rob wrote:

BTW I have ensure the PID has no dashes, and have also tried removing
the PID entirely from template.ini but to no avail :-(

Quote:
On Friday, February 23, 2007 6:49 AM Rob wrote:

It seems I missed off the [OPTIONS], with that inserted at the start
of the script it continues. And now I have a different problem!...

It is trying to install on the second node of the cluster, and creates
a scheduled task manager, but it fails to execute this successfully,
in the setup logs there is an access denied message on the second
node. However I have ensured the account belongs to the local admin
of each server. And I can browse to the setup.exe on the 1st node
from the secondary node.

Quote:
On Friday, February 23, 2007 9:21 AM Rob wrote:

Found the problem with Task Manager - because I had another Terminal
Session open on the other client node.
I still ahve problems though, the client tools etc install on both
nodes but the Shared Database won't. From the logs:


Error: Action "LaunchLocalBootstrapAction" threw an exception during
execution. Error information reported during run:
"C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe"
finished and returned: 67
Aborting queue processing as nested installer has completed
Message pump returning: 67

and

sqls::HighlyAvailablePackage:reInstall
sqls::HighlyAvailablePackage::manageVsResources

Notify package to begin: 67
Error Code: 0x80070043 (67)
Windows Error Text: The network name cannot be found.

Source File Name: sqlchaining\highlyavailablepackage.cpp
Compiler Timestamp: Mon Aug 29 01:18:42 2005
Function Name: sqls::HighlyAvailablePackage::manageVsResources
Source Line Number: 478

I don't know why it says network name can't be found as I can ping
each node.

Any Ideas anyone?

Quote:
On Tuesday, May 08, 2007 8:00 AM BEACHDB wrote:

Rob -

Did you find a solution to this? I am getting the same error.

Thanks.

"Rob" wrote:

Quote:
Submitted via EggHeadCafe - Software Developer Portal of Choice
Silverlight 4 Martin Fractals with WriteableBitmapEx
http://www.eggheadcafe.com/tutorials...ebitmapex.aspx

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.