Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to run the below Linux command through tsystem component. But always i am getting no such file or directory error. I checked the file in /home/talend path and the file is available with the required privilege.
"ftp -n -s:/home/talend/ftpfile.txt FTP_Server"
Could you help me how to run this command through tsystem component connecting Linux server?
Thanks,
Arunachalam. S
Can we see your error response in console please ?
And your component configuration.
Hi,
Thanks for your reply. The error is "No such file or directory"
I followed the step mentioned in the below link. But I have got the same error
What is your objective ?
Get a file from a FTP ?
Hi,
The objective is to extract the CDC data generated in AS400. The below command should execute through ftp utility. So placed all these commands in file and passed the file to ftp command as a argument.
user
username
Password
cd cdc
quote rcmd "cdc/RUNCDC FILE(schema/table) LIBOUT(app) MODE(*DETACHED) MBROPT(*ADD)"
quit
Try to use tSSH component.
Put your password between "" like "password"
Put one command by line (see sreenshot)
Don't forget to escape the " caracter if needed like I do in the screenshot. ( \" )
Hi
This might solve my problem
Thanks for your reply.
No problem , if it works don't hesitate to validate the answer in order to put this response to the top of the post.