Refresh Azure Analysis Services using Data Factory Error

PyThor 1 Reputation point
2022-03-17T15:34:31.42+00:00

Hello, I am following the next resource in order to refresh automatically a model from within Azure Analysis Services with the help of Data Factory:

"https://github.com/NandanHegde15/Azure-DataFactory-Generic-Pipelines/tree/main/Azure%20Analysis%20Service/ProcessAzureAS"

The error I get is the following one:

" The credentials provided cannot be used for the SQL source. (Source at example.database.windows.net;exampledb.). The exception was raised by the IDbCommand interface. "

Service principal used is already added as an Admin into Azure Analysis Services

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
437 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,534 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 29,886 Reputation points MVP
    2022-03-21T05:18:37.93+00:00

    Hey @PyThor ,
    Based on the error message , my assumption is the credential provided to access Azure SQL DB from AAS is not correct.

    Can you please confirm what authentication you are using to access for that?
    And parallelly can you please try refreshing the cube manually once and confirm whether it is a success?