Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Timeout during Data Load Process

Hello,

In the Data Load Editor, I'm trying to load data from a table in our database, however it times-out at the 2 hour mark.

After 2 hours it has loaded approx 11M records, but the table has 16M records.

Is there a simple way I can increase the allowable load time, to say 3 or 4 hours?  And where would I include that code?

Thank you,

Jeff

1 Solution

Accepted Solutions
Anil_Babu_Samineni

May be try this in script?

Sleep 3600000*3;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

1 Reply
Anil_Babu_Samineni

May be try this in script?

Sleep 3600000*3;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful