Exchange 2010 SP3 RU15 Update Fails
Symptom:
Exchange 2010 SP3 RU15 Update Fails
Product: Microsoft Exchange Server - Update 'Update Rollup 15 for Exchange Server 2010 Service Pack 3 (KB3184728) 14.3.319.2' could not be installed. Error code 1603. Additional information is available in the log file c:\Rollup.log.
Use Exchange2010-KB3184728-x64-en /lxv c:\Rollup.Log to generate Log file
Below error is identified in the Log file
DEBUG: Error 2826: Control BottomLine on dialog FatalError extends beyond the boundaries of the dialog to the right by 5 pixels
The installer encountered an unexpected error while installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalError, BottomLine, to the right
Cause:
Netapp powershell was conflicting with windows powershell which is on 4.0 version. This can be moved out the netapp config file to another location so as to windows powershell version takes precedence to run the rollup update.
Resolution:
- Edit the PowerShell activation configuration file located in this path: "<C:\Program Files (x86)\Common Files\NetApp \powershell.exe.activation_config>".
- Change the configuration as below
====
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0.30319"/>
<supportedRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.0.3705"/>
</startup>
</configuration> - Rerun the setup
Comments
- Anonymous
January 19, 2017
We already have information here:http://viziblr.com/news/2012/5/16/the-easy-way-to-run-powershell-20-using-net-framework-40.html