Analysis Services reads data from a data source, but gives connection error while processing multidimensional analysis

Goglio, Gianluigi [NMS Group] 20 Reputation points
2024-07-24T09:58:05.98+00:00

 

I have built an Analysis Services Multidimensional project using Microsoft Visual Studio Professional 2022 with the SQL Server Analysis Services 16.0 extension connected to Analysis Services on a remote SQL Server 2019 instance.

The Visual Studio project is able to read the Data Source with an OracleClient Data Provider and load data, but 

In other words, Analysis Services 2019 is able to read data from the data source in the views, but not while performing a multidimensional analysis.

 1

2

3

It’s important to note that a similar project connected to a SQL Server 2005 Analysis Services instance is perfectly able to read data and process a multidimensional analysis.

4

May anyone help me to understand why Analysis Services is able to read data in the views and not while processing a multidimensional analysis?

Thanks

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,278 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Greg Low 1,760 Reputation points Microsoft Regional Director
    2024-08-15T10:46:59.4933333+00:00

    It looks like a different identity is being used interactively to test the views, and then programmatically during processing.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.