Hi, I am trying to execute command using "tSystem" component.I am using only one componet. In properties I have typed "echo Talend is a good tool". When I execute this, I am getting following error.
connecting to socket on port 4068 connected Exception in thread "main" java.lang.Error: Unresolved compilation problem: disconnected Invalid character constant
Hi,
IM trying to use tsystem component to fire this command "cmd /c date | mail -s 'subject' abc@hiki.com".
It throw's error "mail is not recognized as a command".I'm unable to use tsendmail component since smtp host and port is not enabled.Kindly help me with how can i use the mail command in tsystem or anyother way to send mail.