Forum Discussion
SQLite connection refresh not working
- 2 years ago
Unlike other databases SQLite is entirely stored in a single file on disk. You need to make sure that the user account running the gateway (by default PBIEGWService) has read access to that file. Otherwise your ODBC connection won't be able to read the data.
Hi,
I don't understand what you mean... Can you please describe in more details?
I don't find anything in the On-premises data gateway app when it's open and ready.
I setup everything under the Data gateway connections and it shows it's online.
I don't know what else I could configure...
Unlike other databases SQLite is entirely stored in a single file on disk. You need to make sure that the user account running the gateway (by default PBIEGWService) has read access to that file. Otherwise your ODBC connection won't be able to read the data.
- Anonymous2 years agoNot applicable
Many many thanks. 😍
I had to add NT SERVICE\PBIEgwService account to the folder's Security settings and it solved the refresh issue.