The installation of this package failed – Error in SharePoint 2013 Hotfix Installation
During a planned quarterly maintenance window, I wanted to patch SharePoint 2013 servers with available hotfixes and cumulative updates (CU). As the first step, From the Microsoft site, https://docs.microsoft.com/en-us/officeupdates/sharepoint-updates requested hotfixes, received an E-mail with hotfix links, downloaded those hotfixes, and extracted them to individual folders as in the below screen.
When trying to patch SharePoint 2013 servers with those hotfixes, installation failed suddenly with an error “The installation of this package failed”.
Troubleshooting:
Navigated to “%Tmp%” location and tried catching the root cause of the failure from the log file generated “opatchinstall.txt”. Found these lines while scanning through the log file: “Getting the data from file <path location> UBERSRV_2.cab”
So, the catch here is, the Hotfix installer is looking for the “ubersrv_2.cab” file, which we extracted into a different folder, and fails since it couldn’t locate that file on the same folder it exists.
Solution:
The solution is simple! Just place all three extracted files together in the same folder and re-run the hotfix installation. It went through well after moving cab files into the same folder where the hotfix installer ubersrv.exe was placed.
Other cases:
- In case, You cancelled the installation during patching, there are chances of the SharePoint binaries get corrupted! Repair SharePoint to fix the problem and then Re-run the installer.
- Try download the patch again from Microsoft Technet site and try again. It could happen due to corrupted file
- Make sure you downloaded all the cab files along with the installer executable file (ubersrv_1.cab & ubersrv_2.cab) and placed all of them in a same directory!
- Try Extracting the Installer (E.g. Setup.exe /extract:c:\Installer\) and then start the installation.
wonderful…..thanks for sharing !!