23-12-21 05:10 PM
Hello Everyone,
I have a blueprism code which I downloaded from Internet, This code imports CSV to SQL Table,
It works great, But when I am trying to insert more than 500k rows of data, it gives me execution timeout error.
It works well for any query which is within approx 45 seconds. Please check the exception message I am getting below, I also extended the Query execution limit from SQL Server but still getting this error.
I am also attaching the Code, ScreenShot of my VBO, and I have 4 data items which I am mentioning their names and current values .
Please help me out in the code to increase the Execution time limit. Thank you
Execution Started
Connection Opened
Execution Started
Data Loaded to Collection : Total Records 519200
Connection Closed
SQL Execution Started
SQL Connection Opened
SQL Insertion Started
SQL Exception : Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
SQL Connection Closed
Answered! Go to Answer.
23-12-21 05:23 PM
23-12-21 05:23 PM
23-12-21 06:07 PM