Troubleshooting¶
How should I increase the default timeout value?¶
Error:
“[Simba][BigQueryJDBCDriver](100034) The job (SQL Query) has timed out on the server. Try increasing the timeout value.”
Solution:
Navigate to the General Settings page of your data source or open Compose for this data source. Edit the JDBC URL and add
TimeOut=<SECONDS>;
to the end of the URL. Example:TimeOut=60;
What do I do if I get Response too large to return for Legacy SQL?¶
Error:
“Response too large to return for Legacy SQL”
Solution:
If Legacy SQL is used for Compose, add:
AllowLargeResults=1;
to the Compose URI to resolve this issue.