Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
mwallman
Creator III
Creator III

Which repository database table and field stores info about each Task status?

Hello,

I have to create a report which gives info on the status of each Task as shown in the Task page.

Which repository database table and field stores info about each Task status?

 

1 Reply
s_kabir_rab
Partner Ambassador
Partner Ambassador

Hi,
From top of my head you will need to join on few tables to get the result. Tables you need are :
ExecutionResult
ExecutionResultDeatailsExecutionResult
ExecutionResultDeatails
ReloadTasks
ReloadTasksOperational

Note: i am not on the server. This is from a note i made a while back. I use API now but the tables should still be the same.

Have you considered using the QRS API? Would give you all the tasks details as you see them on the QMC. Also you wouldn't need to worry about database chages from version to version. API for task is stable.

You can try looking at - get /reloadtask endpoint. Status is a code. There is a lookup for the code on - get /about/api/enum endpoint.
Ex filter: "UsageType" : "ExecutionResult.Status".
Kabir
Please do not forget to the mark the post if you find it useful or provides you the solutions 🙂