Skip to main content
Question

When trying to extract a big table using existing Google Big Query cloud connector its throwing below error:Error loading resource dim_order_line : [Simba][BigQueryJDBCDriver](100034) The job has timed out on the server.Try increasing the timeou

  • August 18, 2023
  • 3 replies
  • 8 views

biswajit.jena12
Level 5
Forum|alt.badge.img+10

When i am giving a very small-time filter (1-2 days) for the same table it works fine.

 

Anyone faced this before? [Simba][BigQueryJDBCDriver](100034)

3 replies

Forum|alt.badge.img+5
Could you please check our response sent through the support ticket?

biswajit.jena12
Level 5
Forum|alt.badge.img+10

I figured out a work around - the number of parallel extractions were by default set to 4.

I set it to 1.

It takes 4X amount of time now. But at least there is no error.


biswajit.jena12
Level 5
Forum|alt.badge.img+10

 

I have found the solution to the problem by going through the GCP help pages.

 

The solution is we must override the timeout in our Celonis connection as below:

In the connector there is a field called Additional Properties (Optional).

There we can set any additional request parameter.

As shown in the screenshot I have set it to 600 seconds.

I can extract all big files now. I have also increased the parallel connection from 1 to 4.

The timeout error is not coming anymore.

 

Screenshot 2023-08-22 112859