Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Getting data via SSH?

I need to log on to 50 UNIX servers via SSH, run a command on the server, grab the output of the command, parse it and load it into QV as a part of the load script. What is the best way to do this? Is there a third party tool designed for this that I can call from the load script?

Thanks in advance!

1 Reply
MichaelRobertshaw
Former Employee
Former Employee

It seems easiest to use the Unix scheduler (crontab -e) to invoke your command when needed, and create a file somewhere. QlikView script could Invoke SCP "EXECUTE scp.exe ..." to copy each datafile from Unix to the QlikView Publisher host where it is subsequently Loaded into QlikView.