boluor commented on issue #2564: URL: https://github.com/apache/doris-website/issues/2564#issuecomment-4525906063
This is a Power BI / ODBC connectivity question rather than a doc bug. A few quick things to check: 1. Power BI's Doris connector requires the MySQL ODBC 8.0 (or later) driver installed locally — make sure that's present and the same bitness (32/64-bit) as Power BI. 2. SSL must be **disabled** explicitly in the connection string when your Doris cluster doesn't have SSL set up: \`SslMode=DISABLED;\` (or in the ODBC DSN, untick "Use SSL"). 3. Confirm you can reach the FE port (default \`9030\`) from the Power BI host with \`mysql -h <fe> -P 9030 -u <user>\` first — if MySQL CLI works but ODBC doesn't, the issue is the driver/DSN config, not Doris. For ongoing help, the Doris user mailing list and Slack (https://apache-doris.com/community) are the right channels. If you do find a specific section of the BI/PowerBI docs that's missing or wrong, please reopen with the exact line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
