Upgrade from SQL2008R2 (Standard) to SQL 2012 RC0 - SkuPublicConfigObject : ValidateSkuMatrix did not find a match in sku matrix
-
Tuesday, February 28, 2012 9:02 AM
Hi,
I'm trying to test an Upgrade on a SQL2008R2 (Standard Edition) to the new SQL 2012 RC0, but I received an failure on the setup configuration checks :
FeatureUpgradeMatrixCheck Checks whether the specified feature meets SQL Server 2012 RC0 upgrade Failed The specified edition upgrade is not supported. For information about In the Details.txt I found following:
(24) 2012-02-28 09:02:37 Slp: Initializing rule : SQL Server 2012 RC0 Feature Upgrade
(24) 2012-02-28 09:02:37 Slp: Rule is will be executed : True
(24) 2012-02-28 09:02:37 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.SkuUpgradeRule
(24) 2012-02-28 09:02:37 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' looking for previous version upgrade data for feature package 'sql_as_Cpu64'.
(24) 2012-02-28 09:02:37 Slp: -- SkuUpgradeRule : Found feature package 'sql_as_ctp6_Cpu64' with SkuValue=STANDARD (Standard) ProductVersion=10.51.2500.0
(24) 2012-02-28 09:02:37 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' found sourceVersion 10.0 and edition STANDARD for feature package 'sql_as_Cpu64'.
(24) 2012-02-28 09:02:37 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix checking sku matrix for sourceVersion=10.0 sourceEdition=STANDARD (Standard) sourceArchitecture=X64 targetEdition=EVAL (Evaluation) targetArchitecture=X64
(24) 2012-02-28 09:02:37 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix source and target architecture match.
(24) 2012-02-28 09:02:37 Slp: -- SkuPublicConfigObject : ValidateSkuMatrix did not find a match in sku matrix .
(24) 2012-02-28 09:02:37 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' feature package 'sql_as_Cpu64' is blocking upgrade.
(24) 2012-02-28 09:02:37 Slp: -- SkuUpgradeRule : Rule 'FeatureUpgradeMatrixCheck' detection result: IsValidFeatureUpgrade=False
(24) 2012-02-28 09:02:37 Slp: Evaluating rule : FeatureUpgradeMatrixCheck
(24) 2012-02-28 09:02:37 Slp: Rule running on machine: LOCALDEV
(24) 2012-02-28 09:02:37 Slp: Rule evaluation done : FailedOn the Books Online I found the following supported scenarios:
SQL Server 2008 R2 SP1 Standard
Microsoft SQL Server 2012 Release Candidate 0 (RC 0) Enterprise
Microsoft SQL Server 2012 Release Candidate 0 (RC 0) Business Intelligence
Microsoft SQL Server 2012 Release Candidate 0 (RC 0) Standard
http://msdn.microsoft.com/en-us/library/ms143393(v=sql.110).aspx
Has anybody an Idea how to solve this? In Connect I found the following post:
https://connect.microsoft.com/SQLServer/feedback/details/681070/rule-sql-server-denali-ctp3-feature-upgrade-failedHow can I get such an upgrade PID?
Thank you
Matthias
All Replies
-
Tuesday, February 28, 2012 9:09 AMUpgrading to SQL 2012 RC0 is currently not supported
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript -
Tuesday, February 28, 2012 9:18 AM
Hi,
if it is indeed unsupported, then the Books Online are wrong:
http://msdn.microsoft.com/en-us/library/ms143393(v=sql.110).aspx
Under this link it is specified as an supported Upgrade Path!
regards
Matthias
-
Tuesday, February 28, 2012 9:20 AM
Do do you have a licence key? Nope, so upgrading is not supported.
You also cannot upgrade a SQL Server instance to SQL Server 2012 RC0 Evaluation Edition.
Please read http://msdn.microsoft.com/en-us/library/ms143393(v=sql.110).aspx
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript- Edited by Mr. WhartyMicrosoft Community Contributor Tuesday, February 28, 2012 9:23 AM
- Marked As Answer by Matthias Back Tuesday, February 28, 2012 10:26 AM
-
Tuesday, February 28, 2012 10:26 AMThank you
-
Friday, March 09, 2012 4:40 PM
Is it the same scenario SQL 2008 R2 --> SQl 2012 RTM?
It always end up with the error "rule sql server 2012 feature upgrade failed"
//henrik
-
Wednesday, March 28, 2012 7:10 PMsame problem upgrading from SQL 2008 R2 Dev edition... FeatureUpgradeMatrixCheck failed
-
Thursday, March 29, 2012 12:45 AM
same problem upgrading from SQL 2008 R2 Dev edition... FeatureUpgradeMatrixCheck failed
That's because you can't upgrade to the Evaluation EditionWhen you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript -
Thursday, March 29, 2012 12:45 AM
Is it the same scenario SQL 2008 R2 --> SQl 2012 RTM?
It always end up with the error "rule sql server 2012 feature upgrade failed"
//henrik
That's because you can't upgrade to the Evaluation EditionWhen you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript -
Wednesday, April 11, 2012 11:43 PM
I am having a similar error
Rule
"SQL Server 2012 Feature Upgrade" failed.
The specified edition upgrade is not supported.Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
Does that mean - I can't upgrade SQL Server 2008 R2 (RTM) X64 Developer to SQL 2012 RTM X64 Developer ?
-
Wednesday, April 11, 2012 11:53 PMModerator
Please check this
http://msdn.microsoft.com/en-us/library/ms143393.aspx
Regards,
Ahmed Ibrahim
SQL Server Setup Team
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you.
This can be beneficial to other community members reading the thread. -
Thursday, April 12, 2012 12:36 AMI did check. My upgrade in supported upgrade scenarios. What can I do now ? Is there way to get more information about this error ?
-
Thursday, April 12, 2012 12:38 AMSQL Server 2012 RC0 is not the same as SQL Server 2012 RTM. You cannot upgrade an existing version of SQL Server to SQL Server 2012 RC0
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript -
Thursday, April 12, 2012 12:42 AMPerhaps, I should have started another thread. But I am talking about SQL Server 2012 RTM , and the question you answered previously in this thread also related to RTM ( that's why I navigated here from Google ).
-
Thursday, April 12, 2012 12:44 AM
The previous RTM reference was for the Evaluation Edition of 2012, not the Developer Edition.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCITP, MCDBA
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft Transcript -
Thursday, April 12, 2012 4:06 AMModeratorcan you try to bring SQL server 2008 R2 to SP1 level ?
Regards,
Ahmed Ibrahim
SQL Server Setup Team
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you.
This can be beneficial to other community members reading the thread. -
Thursday, April 12, 2012 5:24 AM
>can you try to bring SQL server 2008 R2 to SP1 level ?
I created a separate thread and actually do have a problem with SP1
http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/fda9a67b-3688-4f9c-b45f-a1d2e3c0c80b
- Edited by MSMit Thursday, April 12, 2012 5:24 AM

