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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
TharunJoshi
Contributor III
Contributor III

tsendmail and Task Scheduler in Windows

Hi,

I have couple questions 

1.I am running a job using Task Scheduler once the scheduled job is processed I have to get a mail whether the job is successfully processed or failed.I know there is a component called tsendmail. 

2. If I process the job through Task Scheduler how will tsendmail know it that task scheduler has done its processing and response an answer.Actually I don't have any idea on this.

 

 

You can actually explain me or give a suggestion

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

What does your job design look like? Does it have any output file? If so, here is a tWaitForFile component which could Iterates on a directory and triggers the next component when the defined condition is met.

https://help.talend.com/reader/vn0o8XYVXXNgJkRtWjet9A/YoomBRF5~0bA6LoSfpV_eQ

Best regards

Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

What does your job design look like? Does it have any output file? If so, here is a tWaitForFile component which could Iterates on a directory and triggers the next component when the defined condition is met.

https://help.talend.com/reader/vn0o8XYVXXNgJkRtWjet9A/YoomBRF5~0bA6LoSfpV_eQ

Best regards

Sabrina

TharunJoshi
Contributor III
Contributor III
Author

Hey,
got solved actually I didn't give my login password which I didn't know
before to give it
Thank you