Quantcast
Channel: Forum SQL Server Setup & Upgrade
Viewing all articles
Browse latest Browse all 7707

SQL Server 2012 SP3 : Script level upgrade for database 'master' failed because upgrade step 'SSIS hotfix install.sql' encountered error 15151, state 1, severity 16.

$
0
0

Hi there, we ran into the above issue over the weekend when installing SP3 on a instance and it seems like the work around is the steps below while you have the failure and master db is corrupt ... 

  1. Start SQL Server service with Trace Flag 902: 
    • >Net Start MSSQL$InstanceName /T902
  2. Open SQL Server Management Studio, go to Availability Group and remove SSISDB from the availability databases
  3. Open New Query, execute the SSIS_hotfix_install.sql script which can be found inInstall folder under \Program Files\Microsoft SQL Server\MSSQL11.MSSQL$InstanceName \MSSQL
  4. Stop SQL Server services:  
    • >Net Stop MSSQL$InstanceName
  5. Start SQL server service from SQL Server configuration manager
  6. Add SSISDB back to Availability Group

My question is will it also not work to remove SSISDB from Availability Group and detaching it, before you start installing SP3 ?

With this approach you wont have any issues during your SP3 install.



Viewing all articles
Browse latest Browse all 7707

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>