Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
chriscammers
Partner - Specialist
Partner - Specialist

Query QVPR from Load Script to find running tasks

Does anybody know if it is possible to query the qvpr from a load script to figure out what tasks are running?

We built a rather complicated string of dependent tasks and we need to make sure that the process is not restarting while some of the downstream processes are still running.

Thanks

Chris

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Hmmm, I'm not sure if that would help. The QVPR contains the definitions of your reload processes. But to get hold of the actual instances (terminated, queued and running), I think you'ld better check the TaskResults and EDXResults status files in the DistributionService folder.

Not applicable

I think you should look for

TaskResult_****.xml

files, where **** - individual code for each task.

You can find them in DistributionService\TaskResults folder.