I am trying connect to SQL Analysis Services with SharePoint 2010 Dashboard Designer. I have no problem connecting to my BI site from the designer, I can build dashboards and scorecards, and KPIs. I can connect to Excel Sources and SQL, however when I try to connect to Analysis Services (which is installed) I get this error in the event log. I DO have my Unattended User Account set up and my Secure Store Service as well. This is the only thing that gives me issue. I am out of ideas.
Thanks
The Unattended Service Account "BULLSEYE\sp_perfpoint" does not have access to the following data source server.
Data source location: http://intranet.XXXXXXXX.com/sites/BI/Data Connections for PerformancePoint/11_.000
Data source name: New Data Source
Server name: \\sql2012cluster
Exception details:
System.ArgumentException: The connection string is not valid.
at Microsoft.AnalysisServices.AdomdClient.ConnectionInfo.ExtractDataSourceParts(String dataSource)
at Microsoft.AnalysisServices.AdomdClient.ConnectionInfo.SetConnectionString(String cs)
at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection.IXmlaClientProviderEx.set_ConnectionString(String value)
at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.set_ConnectionString(String value)
at Microsoft.PerformancePoint.Scorecards.DataSourceProviders.AdomdConnectionPool`1.<>c__DisplayClass2.<GetConnection>b__0()