I am trying to install a new AX 2013 R3 environment on a single Win 2012 R3 server using silent install. I want to include Reporting and Analysis extensions and all DIXF components but when I add the parts for those features, the install fails with the errors below. When I remove the parms for those features, the install succeeds and I am able to install the reporting, analysis, and DIXF features interactively w/o problems. I have tried running silent install twice, 1st to install the DB, AOS, & CLient, then to reporting, analysis, and DIXF but I get the same result. Installing all these features with one pass works fine using interactive install. Am I missing something or is there a bug in silent install?
--------------- parm file ---------------------------------------------------------------------
###Common Parms
HideUI=1
LogDir=C:\Users\svcspcaxadmin\Desktop\AXLogs
AcceptLicenseTerms=1
ConfigurePrerequisites=1
UseMicrosoftUpdate=1
#
###DB Parms
InstallDatabase=1
DbSqlServer=DC02SQLD020
DbSqlDatabaseName=AXD022
DbSqlModelStoreBaseline=AXD022Baseline
#
###AOS Parms
InstallAos=1
AosInstanceName=AXD022
AosAccount=rsacfamily\svcax
AosAccountPassword=*****
AosPort=2712
AosWsdlPort=8101
AosNetTcpPort=8201
#
###Client Parms
InstallClientUI=1
ClientConfig=1
ClientAosServer=DC02AXD022
CreateClientDesktopShortcut=1
#
###Management Utilities Parms
InstallManagementUtilities=1
#
###.NET Buisness Connector Parms
InstallNetBusinessConnector=1
BusinessConnectorProxyAccount=rsacfamily\svcaxpxyrsspap
BusinessConnectorProxyAccountPassword=*****
#
###Office Add-ins Parms
InstallOfficeAddins=1
#
##Debugger Parms
InstallDebugger=1
#
##Trace Parser Parms
InstallTraceParser=1
#
###Reporting Services extensions parms
InstallReportingServicesExtensions=1
ReportingServicesInstance=AXD022
#
###Analysis Services configuration parms
ConfigureAnalysisServices=1
AnalysisServicesOLAPAccounts=rsacfamily\svcaxas
---------------------- from DynamicsSetupLog.txt ------------------------------------------
2015-01-21 10:17:31Z *** ERROR ***
2015-01-21 10:17:31Z The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
2015-01-21 10:17:31Z The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
2015-01-21 10:17:31Z *** END ERROR ***
2015-01-21 10:17:31Z *** ERROR ***
2015-01-21 10:17:31Z An error occurred when attempting to fix SQL Server WMI objects registration according to http://go.microsoft.com/fwlink/?LinkId=207225
2015-01-21 10:17:31Z *** END ERROR ***
2015-01-21 10:17:31Z *** ERROR ***
2015-01-21 10:17:31Z An error occurred when attempting to fix SQL Server WMI objects registration according to http://go.microsoft.com/fwlink/?LinkId=207225
2015-01-21 10:17:31Z An error occurred when attempting to fix SQL Server WMI objects registration according to http://go.microsoft.com/fwlink/?LinkId=207225
2015-01-21 10:17:31Z *** END ERROR ***
2015-01-21 10:17:31Z Exception: Microsoft.Dynamics.Setup.PrereqAssembly.PrereqException
2015-01-21 10:17:31Z Message: An error occurred when attempting to fix SQL Server WMI objects registration according to http://go.microsoft.com/fwlink/?LinkId=207225
2015-01-21 10:17:31Z FullText: Microsoft.Dynamics.Setup.PrereqAssembly.PrereqException: An error occurred when attempting to fix SQL Server WMI objects registration according to http://go.microsoft.com/fwlink/?LinkId=207225 ---> Microsoft.Dynamics.Setup.PrereqAssembly.PrereqException: An error occurred when attempting to fix SQL Server WMI objects registration according to http://go.microsoft.com/fwlink/?LinkId=207225
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.PrereqAssembly.SpecialCheckItemsExternal.GetAllSSASInstanceNamesBody(String machine, Version minimumVersion, Prerequisite prereq)
2015-01-21 10:17:31Z --- End of inner exception stack trace ---
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.PrereqAssembly.SpecialCheckItemsExternal.GetAllSSASInstanceNamesBody(String machine, Version minimumVersion, Prerequisite prereq)
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.PrereqAssembly.SpecialCheckItemsExternal.GetAllSupportedSSASInstances(String machine)
2015-01-21 10:17:31Z at Microsoft.Dynamics.AnalysisServices.AnalysisSetupManager.GetAllSupportedSSASInstances(String machineName)
2015-01-21 10:17:31Z at Microsoft.Dynamics.AnalysisServices.AnalysisSetupManager.GetAnalysisServicesInstancesOnMachine(String machineName)
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.Components.AnalysisServicesExtensions.set_AnalysisServicesInstance(String value)
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.S579AnalysisServerInstance.SilentInstall()
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.Silent.ProcessCommandLineParameters()
2015-01-21 10:17:31Z at Microsoft.Dynamics.Setup.Driver.Main(String[] args)
2015-01-21 10:17:31Z ==== Setup encountered an unhandled exception and could not be completed. For details see the previous messages in the log. ===