Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All,
Qlikview has default alerting capability when reload fails.
What is the similar option in qliksense? I see various posts related to that where there are certain config required such as using Qlik webconnector etc.,
What is the best robust option available for qliksense to generate such alerts?
Thanks
Hi,
Yes this is a product that has been directly embedded into Qlik Sense recently but yes you will need the specific tag to enable it. (It is already available in Qlik Sense Feb 2021)
Regarding any price information I would suggest reach out to your account manager directly because I do not have much details on that.
Hello,
The best solution for that is Qlik Alerting.
https://help.qlik.com/en-US/alerting/February2021/Content/QlikAlerting/system-alerts.htm
hope this helps!
You may need to reach out to your account manager as you need a specific tag in your Qlik Sense license to enable it.
Thanks Bastien. Sounds perfect option.
Is this some thing added recently? My version is qliksense February 2021 - 14.5.4
I don't see this option - Click Alertsfrom the top menu bar, probably require the specific tag?
Do you know the cost?
Hi,
Yes this is a product that has been directly embedded into Qlik Sense recently but yes you will need the specific tag to enable it. (It is already available in Qlik Sense Feb 2021)
Regarding any price information I would suggest reach out to your account manager directly because I do not have much details on that.
Thanks Bastien.
Hi Bastien - do you perhaps know the exact place (QRS database?)where I can look for the reload failure for an given app if I want to write my own extension or using 3'rd party monitoring tool to monitor the exact field for failures?
Thanks
Hello!
If you would like to create your own tool/script I would suggest to use the QRS API to get the status of your reload tasks.
Here are a few link that could help you getting started:
Note that the status will be displayed as a number. Here is the state that correspond to each number:
"0: NeverStarted",
"1: Triggered",
"2: Started",
"3: Queued",
"4: AbortInitiated",
"5: Aborting",
"6: Aborted",
"7: FinishedSuccess",
"8: FinishedFail",
"9: Skipped",
"10: Retry",
"11: Error",
"12: Reset"
Hope this helps!