We have been succesfully connecting with the Power BI Desktop to a SQLite database via a SQLite ODBC driver being locally installed on the workstation along with a System DSN defined pointing to a network share.
Now we're trying to leverage the on-prem gateway to auto-refresh the report data online with no luck. The error message in the gateway management online states...
"Scheduled refresh has been disabled due to at least one data source not having credentials provided. Please provide credentials for all data sources, and then turn scheduled refresh back on."
Is this failing because the SQLite ODBC connections don't require credentials to connect? Is there a way to fool it?
Further digging into the on-premise gateway diagnostic logs produced the following warning...
"[DataMovement.PipeLine.MashupCommon] Connection string <pi>DSR=encryptedconnectionstring</pi> is not a valid M connection string"
Is this related to the missing credentials?
Any thoughts?