How to increase MID Server response time while using Data Source?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2015 07:26 AM
Hi All,
We have used data source to pull data from external data bases(Oracle). When we hit to pull only 10 or 20 records, data source is working fine but when we hit all records to pull, it gives an error "MID Server did n't response". The default response timings for mid server is "300" seconds
How can we increase that?
--
Cheers,
AR
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2015 07:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2015 02:28 AM
Hi Mike,
Already tried that but not working. Still it is showing 300
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2015 03:13 AM
Connection timeout can be set to 0
Query timeout does not seem to have the same option, but I can change it to be a large number here, however, my queries run so I cannot confirm easily if it is able to wait for more than 300 seconds.
I would first look at running the same query via whatever Admin / Query tool you can and see how long it takes (for me, I installed the MSSQL tools locally and use those)
you may need to split the query down into more manageable chunks if it takes too long and increasing the timeout does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2017 11:55 PM
Hi,
Did you ever figured out how to increase the timeout for mid-server from 300 to more ?
Thanks
Ishan