ODBC: ERROR [08004] [ODBC Firebird Driver]Unable to connect to data source - powerbi

I have one machine where PowerBI Desktop is installed and it's used for development.
This machine has an ODBC configured to connect to Firebird DB. PowerBI Desktop is working well and I am able to connect to the DB. When I try to connect with PBI Service and update the DB I get the following error:
Falha ao atualizar as credenciais da fonte de dados: ODBC: ERROR [08004] [ODBC Firebird Driver]Unable to connect to data source: library 'C:\Program Files (x86)\Firebird\Firebird_2_5\bin\fbclient.dll' failed to loadOcultar detalhes
ID da atividade: 1ffa7f12-441a-43e4-85f1-e1199ca04014
Solicitar ID: f5caf86d-e14a-399c-09db-3ecd1d00fda1
Código de status: 400
Hora: Fri Nov 11 2022 14:54:14 GMT-0300 (Horário Padrão de Brasília)
Versão do serviço: 13.0.19403.8
Versão do Cliente: 2210.5.1i 0743-train
Cluster URI: https://wabi-brazil-south-b-primary-redirect.analysis.windows.net/
The computer is running a 64bits, but Firebird, Power BI and office run a 32bits. I was getting this issue when I tried to use a 64bits Power BI, but I solved id changing to 32bits.
Does someone know how to solve it?

The Power BI Gateway only supports 64bit drivers.

Related

Error when extracting data from Microsoft 365 CRM to Power BI

I am using dataverse to extract data from CRM into Power BI Power Query. For the past few weeks, there hasn't been any issues with establishing a connection and getting the data. However, just earlier this week, I have been unable to retrieve any sort of data; instead, I encounter the following error -
DataSource.Error: Microsoft SQL: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The wait operation timed out.)
Details:
DataSourceKind=CommonDataService
DataSourcePath=organization CRM web portal here
Message=A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The wait operation timed out.)
ErrorCode=-2146232060
Number=258
Class=20
As far as I know, there has not been any changes to my user privileges, or any changes to our servers. Furthermore, by using my personal mobile hotspot, I was able to successfully retrieve all the data from CRM. However, when I swapped back to my office's WiFi, the error occurred again. Is there any way to troubleshoot or check what is the cause of the problem (which is likely my office's WiFi/Network)?

Power BI Direct Query : Couldn't load the data for this visual

I am learning power BI , now i have connected the query in direct mode , in power BI desktop i can connect and can see the data . But, after publishing report the data is not visible.
I am getting Couldn't load the data for this visual error message.
Activity ID: f1fc0347-000a-4595-a075-8e02e6xxxa0c
Request ID: ff9b350a-60c8-d33b-0498-0axxxce86f9b1
Correlation ID: 8438fd94-3d45-e13b-a316-xxx84c70d6a
Time: Tue Jan 11 2022 19:18:50 GMT+0530 (India Standard Time)
Service version: 23.0.17407.45
Client version: 2112.4.09339-train
Cluster URI: https://abc-north-dd-l-q-redirect.analysis.windows.net/
If you are connecting to an on premise database, you need a Gateway. See https://learn.microsoft.com/en-us/power-bi/connect-data/service-gateway-onprem

Error occurs during connection Snowflake to Power BI

When I'm trying to connect Snowflake to Power BI I get an error:
"ODBC: ERROR [HY000] [Microsoft][Snowflake] (4)
REST request for URL https://eda87722.snowflakecomputing.com:443/session/v1/login-request?requestId=9eb99320-1fc6-49ee-859b-0fca3e70638b&request_guid=5f7d40b7-7025-410c-8905-da5b7e7e78cd&warehouse=COMPUTE_WH failed: CURLerror (curl_easy_perform() failed) - code=5 msg='Couldn't resolve proxy name' osCode=9 osMsg='Bad file descriptor'."
Interesting that I'm able to establish the connection on another machine with no issues. But I can't find the reason for such issue.
What I've tried:
Established the connection with vpn on and vpn off - no difference
Checked environmental variables http_proxy and https_proxy (http://proxyserver.internal) - they exist
Checked my access to data in Snowflake - I have access
Reinstalled Power BI
Tried to install Snowflake ODBC driver, but it is not visible in the list of my drivers
Tried to connect to different warehouses in Snowflake - same issue
'Auto resume' option for my warehouse in on
Could you, please, advise what else can I do?
Thank you.

ODBC: ERROR [HY000] [Microsoft][DriverSupport] (1170)

Getting this error when connecting Power BI with Azure Databricks through spark build in connector:-
Details: "ODBC: ERROR [HY000] [Microsoft][DriverSupport] (1170)
Unexpected response received from server. Please ensure the server
host and port specified for the connection are correct."
I have checked many times host and port of the databrick cluster , and also tried after restarting of cluster .
Guide for the connection:-
https://docs.azuredatabricks.net/user-guide/bi/power-bi.html
Got the same problem today. I followed these instructions and it worked.
The user was not able to import SQL data Power BI and getting this error, while testing connection in ODBC was successful.
It turned out that he has old credentials stored in PowerBI, and that caused identification issues. Purging cached data sources (Power BI: Home >Edit Queries > Data source settings" resolved the issue.

Simple query takes minutes to execute on a killed/inactive session

I'm trying to add simple failover functionality to my application that talks to Oracle 8 11 database. To test that my session is up I issue a simple query (select 1 from dual).
Now when I try to simulate a network outage by killing my Oracle session by doing "alter system kill session 'sid,serial';" and execute this test query it takes up to 5 minutes for the application to process it and return error from Execute method (I'm using OCI API, C++):
Tue Feb 21 21:22:47 HKT 2012: Checking connection with test query...
Tue Feb 21 21:28:13 HKT 2012: Warning - OCI_SUCCESS_WITH_INFO: 3113: ORA-03113: end-of-file on communication channel
Tue Feb 21 21:28:13 HKT 2012: Test connection has failed, attempting to re-establish connection...
If I kill session with the 'immediate' keyword at the end of the query, then the test query returns error instantly.
Question 1: why it takes 5 minutes to execute my query? Are there any Oracle/PMON logs that can shed some light on what is happening during this delay?
Question 2: is it a good choice to use 'alter system kill session ' to simulate network failure? How close the outcomes of this query to a real-world network failure between application and Oracle DB?
Update:
Oracle version:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
There is a good chance that the program is waiting for rollback to complete.