OLEDB Query Time Out Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-01-18 08:46 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-01-18 08:59 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-01-18 11:14 PM
I've tried various syntax and that does not seem to resolve the issue
