Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Status of the task using Macro - Urgent!

Hi All,

How to check status of the task reloading in QEMC using Macro?

Any suggestions are highly appreciated!

Thanks & Regards,

Neha Rangari

5 Replies
Not applicable
Author

Last time I checked, this would be a feature (safe harbor statement) that could be present on version 12.

There will be (safe harbor again) a api to check and control servers.

Not applicable
Author

Thanks for the response.

I am currently using QV10 and would get some solution for the same.

BR,

Neha Rangari

Anonymous
Not applicable
Author

You can access this using the QMS Api (check out the Power Tools by searching the community - there's a client that lets you run commands using the API).

1. Get a service key

2. Get the current services to get the ID of the QDS you want to look at

3. Get the task list for the QDS using the ID

4. Look up the task status using the ID of the task on the specified QDS

Not applicable
Author

Hi Johannes,

Thanks for the inputs.... But how can I link all this data to existing macro of a report?

BR,

Neha

Anonymous
Not applicable
Author

If you want to be able to trigger a Publisher Task from a macro (not sure why), try looking at EDX (search the community, should be plenty of hits)