Hey all,
I am having an issue where core AX is installed, SSRS & EP are installed, but when trying to install SSAS it errors out with the following:
2013-03-15 09:17:39Z === Starting execution phase ===
2013-03-15 09:17:39Z Executing 'Analysis Services configuration' this pass.
2013-03-15 09:17:39Z Analysis Services configuration
2013-03-15 09:17:39Z Queueing for installation: Components
2013-03-15 09:17:39Z Component installation task completed successfully.
2013-03-15 09:17:39Z === Setting up Components ===
2013-03-15 09:17:39Z Checking the following prerequisites:
2013-03-15 09:17:39Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2013-03-15 09:17:39Z Installation Path retrieved from registry. Value: 'C:\Program Files\Microsoft Dynamics AX\60'
2013-03-15 09:17:39Z Running Msiexec.exe with these parms: /i "\\server1\ax media\AX\AX 2012 R2\MSI\Components64\Components64.msi" /qb! /l*v "C:\Program Files\Microsoft Dynamics AX\60\Setup Logs\2013-03-15 09-15-48\Components64 Log.txt" DIRECTEXECUTE=1 /norestart INSTALLDIR="C:\Program Files\Microsoft Dynamics AX\60" INSTALLDIR32="E:\Program Files (x86)\Microsoft Dynamics AX\60" ADDLOCAL="AnalysisServicesExtensions,NetBusinessConnector,ReportingServicesExtensions,ModelManagement,ClientConfig"
2013-03-15 09:17:39Z Running synchronously.
2013-03-15 09:17:50Z Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2013-03-15 09:17:50Z Installation Path retrieved from registry. Value: 'C:\Program Files\Microsoft Dynamics AX\60'
2013-03-15 09:17:52Z Checking if Client SDK call to generate WCF configuration is required ...
2013-03-15 09:17:52Z Skipping call to client SDK API. WCF settings already present in the registry.
2013-03-15 09:17:52Z Client SDK Call done.
2013-03-15 09:17:52Z === Setting up Analysis Services configuration ===
2013-03-15 09:17:52Z Creating a record in the BIAnalysisServer table with ServerName = 'SQL01\AX01'.
2013-03-15 09:17:52Z Error executing command: USE [MicrosoftDynamicsAX];
2013-03-15 09:17:52Z DECLARE @tableName NVARCHAR(64);
2013-03-15 09:17:52Z DECLARE @tableId int;
2013-03-15 09:17:52Z DECLARE @utilElementTypeTable AS INT;
2013-03-15 09:17:52Z SELECT @tableName = N'BIAnalysisServer';
2013-03-15 09:17:52Z SELECT @utilElementTypeTable = 44;
2013-03-15 09:17:52Z SELECT @tableId = [AxId] FROM [ModelElement] WHERE [ElementType] = @utilElementTypeTable AND [Name] = @tableName;
2013-03-15 09:17:52Z SELECT @tableId;
2013-03-15 09:17:52Z Invalid object name 'ModelElement'.
2013-03-15 09:17:52Z Error executing command: USE [MicrosoftDynamicsAX]; EXEC [sp_AddBIAnalysisServer] @serverInstanceName = N'SQL01\AX01', @recId = 5637147955
2013-03-15 09:17:52Z Could not find stored procedure 'sp_AddBIAnalysisServer'.
2013-03-15 09:17:52Z Changed database context to 'MicrosoftDynamicsAX'.
2013-03-15 09:17:52Z Updating OLAP Data Source.
2013-03-15 09:17:52Z Adding the Microsoft Dynamics AX .NET Business Connector proxy to the SQL Server Analysis Services Administrator role.
2013-03-15 09:17:52Z The user Domain\AxProxy has been added successfully to the SQL Server Analysis Services Administrator role on SQL01\AX01.
2013-03-15 09:17:52Z Analysis Service Extension was not configured. An unknown issue occurred. Please contact your administrator.
2013-03-15 09:17:52Z Registering tracing manifest file "C:\Program Files\Microsoft Dynamics AX\60\Server\Common\TraceProviderCrimson.man".
2013-03-15 09:17:52Z WEvtUtil.exe install-manifest "C:\Users\axadmin\AppData\Local\Temp\3\tmpB5F1.tmp"
2013-03-15 09:17:52Z **** Warning: Publisher {8e410b1f-eb34-4417-be16-478a22c98916} is installed on
2013-03-15 09:17:52Z the system. Only new values would be added. If you want to update previous
2013-03-15 09:17:52Z settings, uninstall the manifest first.
2013-03-15 09:17:52Z
2013-03-15 09:17:52Z
2013-03-15 09:17:52Z Tracing manifest file has been registered successfully.
2013-03-15 09:17:52Z ******************************************************************************************************
2013-03-15 09:17:52Z Component installation task stopped due to an error.
This is AX 2012 R2 running on SQL server SP1 CU2 (11.0.3339).
The admin user running the installer clearly has installed the other components fine.
I've gone over technet.microsoft.com/.../gg731841.aspx a few times and don't think I missed anything. Has anyone else seen this?
I also have a few developer workstations (standalone) with the same error going on.
Error executing command: USE [MicrosoftDynamicsAX]
Error executing command: USE [MicrosoftDynamicsAX]; EXEC
Could not find stored procedure 'sp_AddBIAnalysisServer'.
Analysis Service Extension was not configured. An unknown issue occurred. Please contact your administrator.
Component installation task stopped due to an error.