I performed the installation of a base AX2012 R3 and applied the Microsoft Demodata, installed the Enterprise Portal and did deploy cubes. Some errors occurred during the deployment wizard.
I Performed the instalation of ax2012 R3 and I applyed Demodata Contoso, Analysis, Report and EP.
I need help with the EP, cubes are generating errors in EventViewer. Installed AX2012 R3 and added the Microsoft Demodata during the wizard to deploy cubes errors occurred and the process by SQL as well. The error below occurs, but General Ledger cube was processed. How can I solve this?
Querying Server: AX4BVENDAS, Database: Dynamics AX initial
Select {KPIValue('Inventory turnover'),KPIGoal('Inventory turnover'),KPIStatus('Inventory turnover'), KPITrend('Inventory turnover')} on Columns from [General ledger cube] where ([Company].[Company].&[BRMF],(STRTOMEMBER('[Transaction date - fiscal calendar].[Year quarter period month date].[Date].&[BRMF]&[' + vba!format(vba![date](), 'yyyy-MM-dd') + 'T00:00:00]')).Parent.Parent)
The General ledger cube cube either does not exist or has not been processed.
Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException
at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.IExecuteProvider.ExecuteMultidimensional(ICommandContentProvider contentProvider, AdomdPropertyCollection commandProperties, IDataParameterCollection parameters)
at Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteCellSet()
at Microsoft.Dynamics.Framework.Portal.UI.WebControls.WebParts.BusinessOverviewWebPart.CreateKPIRow(Indicator indicator, Int32 indicatorIndex, String company, String currencyCode, String currencySymbol, String cssClass, NumberFormatInfo numInfo)