Hi all,
I am trying to carry out Bulk insert to SQL Table , but I keep getting a "timeout expired" error message.
Here are some details about my setup:
I am running this procedure on a Board cloud server which also has SQL database connection set-up. I'm using Microsoft SQL Server. I got the error as shown below in SQL Logs:
ERROR [HYT00] [DataDirect][ODBC Hybrid driver]Timeout expired.
And "Action failed to execute: Bulk insert operation failed. Please refer to the SQL Log for the details." in Procedure logs in 10 iterations out of total 15 iterations when this procedure was ran.
I have already tried the following troubleshooting steps:
On the "Data pipeline" portal I changed the following options:
- Login Timeout changed from 600 to 100000
- Query Timeout changed from 30 to -1
- Enable Bulk Load was turned on
Despite these efforts, I am still experiencing the timeout expired error. Can anyone suggest additional troubleshooting steps I can try or offer any insight into what may be causing this issue?
Thanks in advance for your help