Sunday, October 26, 2014

MSP Error: 1260 - Applying Service pack on SQL Server 2005.

Error Details

Error Number              : 1260
Error Description         : MSP Error: 1260  Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator.

I too found missing file in below path as well.

C:\Program Files (x86)\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi

1.Go to the Add or Remove Programs section of Control Panel and remove the SQL Server Setup Support Files.

2.Extract service pack file
Ex: SQL Server 2005 SP4 packages to C:\SQLServer2005_SP4\SP4 as follows
SQLServer2005SP4-KB2463332-x86-ENU /x:C:\SQLServer2005_SP4\SP4

3.Install SQL Server Setup Support .msi file of SP4 from extracted path below.
C:\SQLServer2005_SP4\Sp4\hotfixsqlsupport\files.

4.Now apply service pack on SQL Server,It completes successfully.

13 comments:

  1. Thank you, very very very very very very Thank you ^^ Best Post!!

    ReplyDelete
  2. Muchisimas gracias Rajesh,

    Funcionó perfecto para mi en una actualización a SQL Server SP2 donde estaba teniendo el mismo error!!

    ReplyDelete
  3. Hi Rajesh, this was very helpful thank you, I got it working after battling for a long time.

    ReplyDelete
  4. Thanks Rajesh...saved my bacon.

    ReplyDelete
  5. Thanks. This helped me out as well!

    ReplyDelete
  6. Thanks a lot! Helped me installing SP4 for this old stuff (I usually install SQL Server 2012 or 2016...).

    ReplyDelete
  7. It Works now!! Thanks, this helped me!!

    ReplyDelete