Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
binsurancemarketgr
Contributor
Contributor

Big Query Connection Error

I have encountered some problems when trying to reload data for some apps. The following error is presented:

(Connector error: ERROR [HY000] [Qlik][BigQuery] (310) Storage API Error: request failed: internal error)
 
When setting a row limit (50,000) the query and connection seems to run just fine. However, for 60,000 or more rows we get the aforementioned error message.

This error seems to have appeared out of nowhere since all the apps loaded until recently with a count of rows above 1,000,000.
 
Thank you.
2 Solutions

Accepted Solutions
Chip_Matejowsky
Support
Support

Have a look at Qlik KB article Data load from Google BigQuery fails with "Google Storage API authentication error"

With applying LIMIT to the load statement the load is successful to certain extent.
For example, reload may be successful with LIMIT 10,000, while it fails with LIMIT 100,000 or higher. 

The error message refers to authentication error:

Processing error: ERROR [HY000] [Microsoft][BigQuery] (131) Unable to authenticate with Google BigQuery Storage API. Check your account permissions.

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

Frank_S
Support
Support

Also check this

https://community.qlik.com/t5/Official-Support-Articles/Qlik-Google-BigQuery-Connector-How-to-setup-...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
hudam
Contributor II
Contributor II

I am getting a similar error

(Connector error: ERROR [HY000] [Qlik][BigQuery] (310) Storage API Error: Error: { code: INTERNAL, message: RECEIVED RST_STREAM with error code 2 })


did you find any answers?

Chip_Matejowsky
Support
Support

Have a look at Qlik KB article Data load from Google BigQuery fails with "Google Storage API authentication error"

With applying LIMIT to the load statement the load is successful to certain extent.
For example, reload may be successful with LIMIT 10,000, while it fails with LIMIT 100,000 or higher. 

The error message refers to authentication error:

Processing error: ERROR [HY000] [Microsoft][BigQuery] (131) Unable to authenticate with Google BigQuery Storage API. Check your account permissions.

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
Frank_S
Support
Support

Also check this

https://community.qlik.com/t5/Official-Support-Articles/Qlik-Google-BigQuery-Connector-How-to-setup-...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!