Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gavin_kite
Partner - Contributor III
Partner - Contributor III

Am I able to update a sequel server table with the date and time a QVW was last reloaded and show any failures?

I'd like to find out if anyone has managed to output to Sequel Server various info from the QMC such as QVW name, the last reload time and date, If it failed to load etc. We have a monitoring/alert dashboard (not Qlikview) that sits over this Sequel Server table that monitors other BI applications and we'd like to add Qlikview to it.

Thanks

2 Replies
marcus_malinow
Partner - Specialist III
Partner - Specialist III

You could use a stored procedure to do this, perhaps by feeding in the date of the reload start, and then when the reload has completed, the date of reload completion. Then, your failures will show up as those records without a reload completion.

In order to execute a stored proc use this syntax:

SQL EXEC StoredProcedureName $(VariableName);

You'll need to use an ODBC connection to execute a stored proc. I don't believe this is possible using OLE DB.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You can use the different logs generated by QlikView.

     Like the task logs, event logs, session logs

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!