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: 
Anonymous
Not applicable

About - tSystem

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

Can any body help?
Labels (3)
10 Replies
_AnonymousUser
Specialist III
Specialist III

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.