PSSqlUpdater icon indicating copy to clipboard operation
PSSqlUpdater copied to clipboard

Install-SqlServerServicePack : Could not find installer for service pack [3] for version [2012]

Open csdunaway opened this issue 6 years ago • 0 comments

Install-SqlServerServicePack : Could not find installer for service pack [3] for version [2012] At C:\scripts\PowerShell\SQL Servers\PSSqlUpdater-master\SqlUpdater.ps1:1015 char:4

  •         Install-SqlServerServicePack @spParams
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SqlServerServicePack

This is the error I get when I tried to patch my test SQL Server. I am not sure what this error is stating. It is calling the SQLServer2012-SP3.exe file.

csdunaway avatar May 23 '18 12:05 csdunaway