Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I was working on a Qlikview project that pulls data from Jira through REST API. The connection works fine from my desktop, but I am getting “QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 504 (Gateway Timeout):” error when reloading from the QMC server. Looking for suggestions to where to start debugging!
Thanks in advance!
HI Wanyu,
This seems to happen due to the response of the API which is not able to process further data from the API. Say the request you made would have 50.000 records and the API can only deliver 30.000 due to some connection to the API, this error is returned for this case.
I've encountered this problem and simply reloading would resolve.
What I would advise would be section your data by some criteria (date, number of records and so on), so you can see which ones are giving you the problem.
Felipe.