I am attempting to upgrade our system from UCMA 3 to UCMA 4. I have tried to achieve this on two separate new virtual machines (Windows 2008 R2) and (Windows 2012 R2). In both instances I encounter the same error when running the UCMA bootstrapper.
"Installing OcsCore.msi (Feature_LocalMgmtStore)...failure code 1638"
The sequence of events I have undertaken to perform the installation are as follows:
Visual Studio 2012
Visual Studio 2012 - Update 4 - patch
Run powershell scripts to install Lync prerequisites
Windows 2008 R2
Import-Module ServerManager
Add-WindowsFeature Web-Dyn-Compression,desktop-experience,RSAT-ADDS,Web-Server,
Web-Scripting-Tools,Web-Windows-Auth,Web-Asp-Net,Web-Log-Libraries,Web-Http-Tracing,
Web-Stat-Compression,Web-Default-Doc,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Errors,
Web-Http-Logging,Web-Net-Ext,Web-Client-Auth, Web-Filtering,Web-Mgmt-Console,
Msmq-Server,Msmq-Directory
Windows 2012 R2
Add-WindowsFeature RSAT-ADDS, Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors,
Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries,
Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth,
Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45,
Web-Mgmt-Tools, Web-Scripting-Tools, Web-Mgmt-Compat, Desktop-Experience, Windows-Identity-Foundation,
Telnet-Client, BITS -Source D:\sources\sxs
Installed UCMA 4 SDK
Attempted to run the Bootstrapper
Bootstrapper.exe /BootstrapLocalMgmt /minCache
at this point I get the error "Installing OcsCore.msi (Feature_LocalMgmtStore)...failure code 1638"
This has me stumped. In order to run the bootstrapper I need to install the UCMA 4 SDK (which includes OcsCore.msi) but the bootstrapper attempts to reinstall this (why?). If I uninstall the OcsCore.msi the bootstrapper is also uninstalled. I seem to be stuck in a 'chicken and egg' loop.
I am in the process of attempting to install Lync Server 2013 on these machines, but I do not understand why I need too, I didn't have to for UCMA 3.
Can someone please shed some light on this, I have spent a number of days going round in circles.
Many thanks,
Phil Riches