Congratulations to all monthly winners of May 2013 !!! They have won INR 2900 cash and INR 27497 worth prize.
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 9801 |  Welcome, Guest!   Register  Login
 Home > Blogs > SQL Server > SQL Server installation error ...
Jvprabhusanthi

SQL Server installation error

 Blog author: Jvprabhusanthi | Posted on: 5/3/2012 | Category: SQL Server Blogs | Views: 1083 | Status: [Member] | Points: 75 | Alert Moderator   
Ads

MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code - SQL Server installation error


Got an issue while SQL Server installation. below content save me


Solving MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = '{8BDD006D-D5F0-4AAA-BA13-65995063EC44}'. Error code: 1608


SQL Server Setup has encountered the following error: 

MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = 
'{0826F9E4-787E-481D-83E0-BC6A57B056D5}'. Error code: 1605..
-------------------------------
********************************************************

From Detail_ComponentUpdate.txt -********************************************************2009-03-16 22:00:59 Slp: Inner exceptions are being indented
2009-03-16 22:00:59 Slp: 
2009-03-16 22:00:59 Slp: Exception type: System.InvalidOperationException


2009-03-16 22:00:59 Slp: Message: 
2009-03-16 22:00:59 Slp: MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = '{0826F9E4-787E-481D-83E0-BC6A57B056D5}'. Error code: 1608.
2009-03-16 22:00:59 Slp: Stack: 
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.SetFeatureInstallStateAction.FillInstallPropertyByProductCode(PackageInstallProperty pkg, String prodCode)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.SetFeatureInstallStateAction.FillInstallProperty(PackageInstallProperty pkg)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.SetFeatureInstallStateAction.ExecuteAction(String actionId)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)


2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)


********************************************************


Solution / Fix / Workaround

The above remark line show us the product code related with the error. First, is necessary to know that SQL Server 2008 has around of 30 products registered on the Registry. Each product has a Product code and an installation code as well (GUID). 

 this case the Product Code is the following:

{8BDD006D-7863-4D25-9806-08527E285EA4}



The Installation Code is build with the product code in reverse form:


D600DD8368752D460894AE582E72580


One time that you got the Installation Code look into the Windows Registry and delete all the entries found. 


Then try again the installation and the result must to be SUCCESSFULLY.
This article is taken from http://sqlpost.blogspot.in/2009/07/sql-server-sql-error-msigetproductinfo.html

Cheers,
Venkatesan Prabu .J 
Head, KaaShiv InfoTech.
http://www.kaashivinfotech.com/



Cheers,
Venkatesan Prabu .J
Head, KaaShiv InfoTech
http://kaashivinfotech.com/Ebooks.aspx
Found interesting? Add this to:


Experience:9 year(s)
Home page:http://www.dotnetfunda.com
Member since:Tuesday, May 01, 2012
Level:Starter
Status: [Member]
Biography:
>> Write Response - Respond to this post and get points

More Blogs

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 6/18/2013 10:12:29 PM