Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Check sqlite database connection

Hello,
I want to create a new sqlite database connection or check an existing connection. After the input of the filename i try to check the connection with the button "Check". I got the message: "The file ... is invalid or doesn' exist." But the file exists and works. Also the jobs that use the connection works fine. Why the check button doesn't work?
Thanks in advance.
Marcus
Labels (2)
11 Replies
Anonymous
Not applicable
Author

Hi Sabrina,
I find the problem : the name of the file includes space.
Actually I establish the connexion but when I try to retrieve Table schema : talend doesn't find any tables, while when I use a SQLite Client I can see my six tables.
Have you any ideas?
Thanks
Anonymous
Not applicable
Author

Hi Sabrina,
I find the problem : the name of the file includes space.
Actually I establish the connexion but when I try to retrieve Table schema : talend doesn't find any tables, while when I use a SQLite Client I can see my six tables.
Have you any ideas?
Thanks

Hi DjefelMERIEM, 
have you resolved this problem?