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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
AnalyticsDev
Contributor III
Contributor III

Qliksense & Linux Log files - "Invalid path"

Hi.

I have an SFTP residing on a linux server that I have been granted access to.  I need to pull log files off of it with Qlik.  I'm able to connect with Qlik's SFTP connector, I can see the folder structure and drill down to /var/log .  When I see the log file I want to pull in and click 'Select', Qliksense immediately returns 'Invalid path'.  

Via Putty, I've verified that this is the correct location within linux for these log files, but Qlik doesn't agree.

What does this mean and any suggestions to get around this?

Thanks,

Labels (1)
1 Solution

Accepted Solutions
Frank_S
Support
Support

It's similar for the built in sftp connector.

Same public host key. user, password for test.rebex.net.

 

Insert the connection to your load script and select 'pub>example' and load the readme.txt file

 

Kind regards...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

4 Replies
David_Friend
Support
Support

any special characters in the file name perhaps?

also check your deploy.config file: https://community.qlik.com/t5/Official-Support-Articles/Qlik-WebConnector-for-FTP-SFTP-error-Access-...

Frank_S
Support
Support

Try connecting from Qlik Sense to a public server like test.rebex.net port 22 from your sftp client. (This server also appears to be linux)

https://www.sftp.net/public-online-sftp-servers

 

  • Use the default RSA algorithm in the Qlik SFTP connector.
  • Capture the public host key for the rebex server (this should be provided when you connect from your sftp client software like filezilla.
  • copy into Qlik Sense sftp connector host public key field
  • user: demo
  • password: password
  • /Pub is the directory to connect to

It works with test done in our demo environment as shown in the image below.

If the linux server path you are trying to connect to is not working for you then you may need to speak to your sftp server linux admin as to why its not working for you. (Just keep in mind that linux is case sensitive so the path needs to be perfectly accurate. Hopefully the method above may solve it for you.).

Kind regards...

 

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
AnalyticsDev
Contributor III
Contributor III
Author

Hi, Im using the built-in Qliksense SFTP connector, not Qlik Web Connectors.  The article you posted seems to talk about qlik web connectors and updating a file etc, but thats not what im using at the moment.

Frank_S
Support
Support

It's similar for the built in sftp connector.

Same public host key. user, password for test.rebex.net.

 

Insert the connection to your load script and select 'pub>example' and load the readme.txt file

 

Kind regards...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!