To mitigate "Did not get a response from the MID server" error

soham_dutta
Kilo Explorer

Our scheduled job runs daily to fetch records from another system. Recently, the data source is facing the issue of "Did not get a response from the MID server" or "Did not get a response from the MID server after 305 seconds", though the same midserver being used in other jobs/data sources are working fine. So we are planning to extend the 305 seconds limit by implementing the system properties 'glide.jdbcprobeloader.retry' and 'glide.jdbcprobeloader.retry_millis'.

It would be great to have some insight on the impacts of this on global scale, if anyone has implemented the same before. Many thanks.

2 REPLIES 2

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

Before doing this, did you check why it is not getting response in specified time. It should get response in this 305 seconds. Is there anything blocking from another system. Check that and then decide to increase this time.


Thanks,
Ashutosh

Hi Ashutosh, 

 

I am yet to determine the cause actually. While doing a low level validation, in the mid server logs, I can see that error has occurred while executing the sql query on the other system. So could it be that the midserver trying to fetch the records is working fine, but probably theres some issue with the system at the other end? Thanks.

 

Regards,

Soham