Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 12 database tables that receive data loads at random intervals every hour (i.e., the load time is not fixed). Corresponding to these, I have 12 QVW files (QVD Generators) — one per DB table — that need to reload and generate updated QVDs.
DB Table Freshness Check (Pre-Condition)
Sequential QVW Reload (Post Check)
Dashboard Refresh (Final Step)
Failure Handling & Mail Alert
I could imagine of going the following way:
If you have also a publisher-licence you could investigate if there are possibilities to chain a task to n tasks which would avoid the mentioned extra 13. qvw. Also if it's not necessary or possible to call n parallel queries against the data-base you may not need such extra check.