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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ChrisCDCH
Contributor II
Contributor II

SOAP QMS API function GetTaskStatus on QlikView

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.

Labels (1)
  • API

2 Replies
David_Friend
Support
Support

@ChrisCDCH what version of QlikView?

Are your tasks running normally otherwise?

ChrisCDCH
Contributor II
Contributor II
Author

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".