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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to connect server

I have installed Talend openstudio, i would like to access file from unix server.
where do i configure the server details so that i can read file from unix.
Thanks,
Labels (2)
4 Replies
alevy
Specialist
Specialist

If you want to FTP it, use tFTPGet but if you want to read it direct I believe you have to share the folder on Unix and then map it to a drive letter on your machine that you can use the input component file path.
_AnonymousUser
Specialist III
Specialist III
Author

Hi alevy,
Can you please say, how do we establish a Unix connection form Talend open studio?. I need to run a unix script and get some values in return from the script.
Thanks,
Mahesh M
Anonymous
Not applicable

Hi alevy,
Can you please say, how do we establish a Unix connection form Talend open studio?. I need to run a unix script and get some values in return from the script.
Thanks,
Mahesh M

Hi
You can try tSSH component to establish a connection to your unix server via SSH and execute commands, store the output to global variable for later use if needed.
_AnonymousUser
Specialist III
Specialist III
Author

Hi Shong,
Thanks for you prompt response. Where do I specify the variable name to which the data should be saved.(after selecting the standard output option to global variable).
Thanks,
Mahesh M