Solved

HubSpot task

  • 19 October 2023
  • 1 reply
  • 40 views

Hi guys, 

I cannot get the companies and deals table to execute in the ODX phase. The error I get: 

Executing table [HubSpot].[Companies]:
failed with error:
System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
 

Has anyone else seen this before? 

icon

Best answer by Thomas Lind 23 October 2023, 11:05

View original

1 reply

Userlevel 6
Badge +5

Hi @mmaxell 

I will add the solution to this. Eventually we got the provider to give a different error than before.

This explained what the issue was and what the solution would be.

We added the DefaultColumnSize=8000 to the Other field and did a synchronize. This changed all string value field to be max instead of 2000 and that resolved it.

Reply