[SQL Server] Internal Timeout Of SQL Queries
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-01-18 09:22 PM
We're working with a database that takes up to 2 minutes to respond with results. Blue Prism seem to throw a timeout exception after 30 seconds. I need to be able to override this behavior.
Anyone with any input on this very specific problem?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-01-18 03:57 PM
You might need to use a bespoke connection string that specifies a higher timeout value. On the Set Connection page of the SQL utility object you'll see Calculation stages where the connection string is constructed. Try experimenting with appending ;Connection Timeout=180
