Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to check status of the task reloading in QEMC using Macro?
Any suggestions are highly appreciated!
Thanks & Regards,
Neha Rangari
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.
Thanks for the response.
I am currently using QV10 and would get some solution for the same.
BR,
Neha Rangari
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
Hi Johannes,
Thanks for the inputs.... But how can I link all this data to existing macro of a report?
BR,
Neha
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)