I have a model that I'd like to run every day. I scheduled a task to do just that, but I'm worried about days when I won't be here and my computer is logged off. How can I ensure that the model will run?
We manage arcgis pro licensing through arcgis online, if that makes a difference.
Solved! Go to Solution.
Hi @Savannah2019 ,
Did you set up the model to run as documented here?
If so, you can open Windows Task Scheduler on the server, right-click the scheduled model > Properties and set to execute the task whether the user is logged in or not:
One option might be to convert the model to an ArcGIS Online notebook (this requires Python) and set up a scheduled task on there.
I say "might" because there could be some models that wouldn't work well as a notebook. For example if your model relies on reading a multiuser database on your network (e.g. SQL Server, Oracle), obviously a notebook hosted in ArcGIS Online wouldn't have access to that resource.
Hi @Savannah2019 ,
Did you set up the model to run as documented here?
If so, you can open Windows Task Scheduler on the server, right-click the scheduled model > Properties and set to execute the task whether the user is logged in or not: