Hi All qlikview experts,
If any task goes fail Is it possible to attach log file with alert mail ?
If yes the please let me know how configure this setting.
Regards,
Rohit Gupta
any one?
AFAIK this feature didn't exists. In general it would be possible to build this within a parallel task-line which might check the filetime() or evaluate the task-logs or something similar - but I think it will need some efforts to implement a stable solution ...
- Marcus
Hello,
i dont know if that is possible. if you have Publisher you can the following to get a better Email Notification:
Go to QMC -> System -> Setup -> Distribution Service -> Email-Templates
Replace Alert (HTML) with
The task "[TaskName]" failed. Part of the log file follows:<br/>
<br/>
[Log]
<br/>
[TaskLogHyperlink]
<br/>
[DocumentLogHyperlink]
<br/>
[DocumentLog]
Replace Alert plain with
The task "[TaskName]" failed. Part of the log file follows:
[Log]
[TaskLogHyperlink]
[DocumentLogHyperlink]
[DocumentLog]
This will help you identifying why the Job failed.
hope this helps.
please mark this answer as correct if you dont have another requirement.
regards
tim