Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am currently using the GetTaskStatus
function to retrieve the status of a specific QlikView task from the QMC of my application.
However, I have noticed that the XML element <a:Status>
returns "Waiting" when I make the SOAP call, even though the QMC displays the status as "Queued."
Could anyone advise on how to correctly capture the "Queued" status using a SOAP QMS API call?
Thank you for your assistance.
@ChrisCDCH what version of QlikView?
Are your tasks running normally otherwise?
Edit : I use the release/QV12-90/12
I have no problem otherwise,
In a nutshell, I am using RHEL 8.0 to launch (using curl) some QLKV tasks (on my QMC), and I am retrieving the status every 10 seconds via the API to check if the tasks have completed.
So far, I have no issues capturing the statuses of Waiting, Failure, and Running.
However, I am encountering a problem with the Queued status => the XML element <a:Status>
returns "Waiting".