Hi all. I've been tasked with writing a Python script that runs every 5 mins, downloading Surveys from the website to the local server. I have this working (took me a while...) but I continually get connection errors at certain times of day (2:40am), and they continue for several hours before righting themselves.
I've reproduced this on a separate server: both use Arcgis module (2.1.0.3).
Relevant parts..
..
Hey Jon,
How are you scheduling your python script? I have seen this issue come up from a user case before.
The resolution to this was scheduling the script from within ArcGIS Pro rather than scheduling it directly with Windows Task Scheduler.
Hopefully that fixes this for you as well,
David
Thanks David - it was actually easier than that. The times corresponded exactly with a Veeam backup of that server. I suspect the issue has always been there and we're only just now detecting it (as this is a new script). I've got my Systems Veeam people looking at what's happening there.
I wasn't aware that there was a scheduler within ArcGIS Pro - I'll certainly take a look there too. However I'm trying to get this place to move to a centralized scheduling location - right now things are scattered in all sorts of places, and introducing another place would be counter-productive to that proposal.
Thanks again for the attention and suggestion though.