Open deanegan93 opened 5 years ago
Facing a similar issue with it not working with multiple nodes. Were you able to find a resolution?
I wan't able to find a solution with this tool but I created my own solution. I created a powershell script that listed all tasks and filter on Failed, then I spat that out into a .log file. I then created another powershell script that emailed people that list of failed tasks
Hi @NickAkincilar
I have the Task Failure email alerts working on my test environment. My email address is the custom property value of the SendAlertTo custom property. I attached the custom property value to a task, ran the task and it failed. I then manually ran the Windows Task that runs "C:\Program Files\QlikSenseEmailAlert\QlikSenseEmailAdmin.exe" -a I then get an email with the task fail log. My Test is a single node installation - so I installed the task notifier on the central node.
I done the same thing as above on the Production Central node (which is a proxy node). But running the Windows Task does nothing. I then installed the task email notifier on all nodes (the other proxy node, 4 engines and 2 schedulers) but again nothing happened.
Can you please help me try to understand why it would work on my single-node test environment but it doesn't work on my multi-node environment in production?