Can’t connect to Sqlite DB

The DB is stored on a different server than metabase, when we try to get access to the DB we get this error “java.sql.SQLException: opening db: ‘\swzq32.sii24…\C$\wamp64\www\kanboardpalm\data\db.sqlite’: Permission denied”

We think it’s because we need to authenticate for this server,but we havn’t found the possibility to enter the login and password.

Thanks a lot for your help

Tania

Hi @Tania
Metabase doesn’t have full access to the Windows file system layer, so connecting to a UNC path is not possible. You would need to setup a network drive, so Windows takes care of the authentication, and Metabase just connects to X:\db.sqlite