cancel
Showing results for 
Search instead for 
Did you mean: 

OLEDB Query Time Out Error

TimothyLong
Level 2
I keep getting the below error when trying to execute an SQL query via OLEBD. The query is fully optimized. Has anyone else had this issue?   Could not execute code stage because exception thrown by code stage: [00000] [Native Code: 30149] [ASEOLEDB]The command has timed out.
2 REPLIES 2

John__Carter
Staff
Staff
Sounds like the default timeout may not be long enough and you need to specify a bespoke value via the connection string. You'll need to research the correct syntax but it will be something like Connect Timeout=60

TimothyLong
Level 2
I've tried various syntax and that does not seem to resolve the issue