Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
jpjust
Specialist
Specialist

Qliksense reload failure alert

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

1 Solution

Accepted Solutions
Bastien_Laugiero

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.

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.

View solution in original post

7 Replies
Bastien_Laugiero

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! 

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.
Bastien_Laugiero

You may need to reach out to your account manager as you need a specific tag in your Qlik Sense license to enable it.

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.
jpjust
Specialist
Specialist
Author

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?

Bastien_Laugiero

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.

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.
jpjust
Specialist
Specialist
Author

Thanks Bastien.

jpjust
Specialist
Specialist
Author

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

Bastien_Laugiero

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!

Bastien Laugiero
If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.