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

TAC & TOS email notification

Hello, 

I am facing too many communication to too many persons from TOS & TAC.

 

To clarify, we connect to TAC & TOS with a group email adress (eg : my department@myorganisation.com) and 5 or 6 persons are behind this email adress. Only 1 person is managing Talend TAC & TOS, but in case of urgency or absence of this person, we prefer not to be dependant of this person.

 

I wish to notify the 5/6 persons only when a job scheduled in the TAC failed ... in other cases, I only want to notify 1 person. How can I manage from TAC & from TOS ?

 

thanks in advance for your help.

 

regards

Damien

 

 

 

Labels (4)
1 Solution

Accepted Solutions
5 Replies
Anonymous
Not applicable
Author

Hi
You can use tSendMail component to send the email notification in the job if the job fails, eg:
..components...
|onsubjoberror
tSendmail

//it allows you to send emails to several email address on one tSendMail. eg:
in the CC field: "email1;email2;email3"

Regards
Shong
Anonymous
Not applicable
Author

Hi,
thank you for your answer.
II already have a tsendMail filtering tLogCatcher in all my jobs ... I think it's good.
I was just wondering why a lot of persons are notified from the studio each time a job is failing ... in the development phase.
regards
Damien
Anonymous
Not applicable
Author

my issue was that the account to connect talend studio (TOS) and admin platform (TAC) is a generic email (department@mycompany.com) .
When you write to this email adress, 15 persons are notified ... it means, I have to change the account email to a more restricted one.
Anonymous
Not applicable
Author

From TAC, you can only send email notification to TAC users, the number of TAC users depends on your license subscription, so you can not add more TAC users as you want, you have to send the email notification in the job.