High severitydata source
Power BI Refresh Error:
UserErrorFailedToConnectOdbcSource
What does this error mean?
ADF failed to connect to the ODBC data source — the driver is not installed, the DSN is misconfigured, or connectivity is blocked.
Common causes
- 1The ODBC driver for the target database is not installed on the self-hosted integration runtime machine
- 2The DSN (Data Source Name) or connection string in the linked service is incorrect
- 3Network connectivity between the SHIR and the ODBC source is blocked by a firewall
- 4The ODBC user credentials are incorrect or expired
How to fix it
- 1Verify the ODBC driver is installed on the self-hosted IR machine using the ODBC Data Source Administrator (odbcad32.exe).
- 2Test the DSN connection using the ODBC Data Source Administrator on the IR machine.
- 3Confirm the connection string or DSN in the ADF linked service matches the installed ODBC driver name.
- 4Test network connectivity from the IR machine to the ODBC source host on the correct port.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-oracle