Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with loading tabular data set #647

Open
arnoldinho opened this issue May 4, 2023 · 4 comments · Fixed by #657
Open

problem with loading tabular data set #647

arnoldinho opened this issue May 4, 2023 · 4 comments · Fixed by #657
Labels
awaiting reply More information is needed bug Something isn't working

Comments

@arnoldinho
Copy link

Describe the problem

Error 10: A connection problem arises between the server and Bravo.
A connection cannot be made. Ensure that the server is running.

Bravo version

1.0.2 (1.0.8480.21768)

Tabular model

Power BI Desktop, import mode

Power BI

SQL Server 2019, SSAS 1500

Steps to reproduce the behavior

  1. Analyze model
  2. Click '+'
  3. Click one of datesets in "powerbi.com"
  4. error

Additional context

No response

Screenshots

image

Anything else ?

Trace Id: 00-f78c416ea6577671c745a3f6f175b16f-9cc5ea06ac5546cc-00

@arnoldinho arnoldinho added bug Something isn't working untriaged A new issue requiring triage labels May 4, 2023
@arnoldinho
Copy link
Author

image

@albertospelta
Copy link
Collaborator

Hi @arnoldinho, is the SQL Server Analysis Services instance on-premises or in the cloud on a virtual machine?
The error appears to indicate a network connection issue.

@albertospelta albertospelta added breaking-change Pull requests that might break client code for the current major version and removed untriaged A new issue requiring triage labels May 5, 2023
@arnoldinho
Copy link
Author

@albertospelta on - premises instance

@albertospelta albertospelta added awaiting reply More information is needed and removed breaking-change Pull requests that might break client code for the current major version labels May 7, 2023
@albertospelta
Copy link
Collaborator

albertospelta commented May 7, 2023

@arnoldinho, Bravo connects to the SSAS instance using the connection string configured for the gateway in the PowerBI service. Could it be that this connection string contains a hostname/endpoint in the Data Source parameter that is unreachable from the local network?

In the following example I'm using an Azure AS instance but the configuration should be similar to a connection to an on-prem SSAS instance.

Here my connection string is Provider=MSOLAP.5;Data Source=asazure://centralus.asazure.windows.net/bravosdev:rw;Initial Catalog=adventureworks;Cube=Model and my Data Source is asazure://centralus.asazure.windows.net/bravosdev:rw

Is the datasource in your connection string a valid hostname or IP address that you can use to connect to the SSAS instance via SQLServer Management Studio?

please blank out or obfuscate any sensitive strings in case you want to share any connection info/settings

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reply More information is needed bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants