Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Idea for a log script

Hello qlikers 🙂

I need your help. I want to create a script for a log. What does that mean?
For example I have 10 application in my Qlik Sense. Now I want to write a script that check the log file. 
My idea is, I have antother script that sends emails, better known as alerting. When the log file is failed it should send emails. Do you have antoher idea what I can do with the log file? 

Thank you in advance for your great support! I wish you a good day! 🙂

 

Labels (2)
3 Replies
Anil_Babu_Samineni

There are many ways can be possible

1) SMTP Server / Web services connector's - Link

2) Using Extensions

3) N-Printing etc.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
eduardo_dimperio
Specialist II
Specialist II

Hi Steven,

I don't have N'Print so what I did was to create a log file in csv with a date field and all apps that not worked. After that a php email sender that look the time in log to decide if was already send or not. 

bramkn
Partner - Specialist
Partner - Specialist

there are multiple options. We started to use the qlik sense alerting tool we found somewhere on the community. it is a standalone application free to use. it beeing standalone will make sure it will always send the emails and have no issues when Qlik has a hickup or the webconnector(notification connector) is down.

Can't remember the exact name but you should be able to find it fairly easily. the source code is also available if you know how to use C# you can modify it to fit your needs.