Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

REST API error when reload from QMC

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!

1 Reply
felipedl
Partner - Specialist III
Partner - Specialist III

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.