Installing Scheduler for ArcGIS
Scheduler for ArcGIS is only installed on-premise; there is no SaaS version available. This means users have complete control over where their copy of Scheduler is installed, as well as any information from their ArcGIS Organization it may touch. Scheduler can be run on any machine that can access your ArcGIS Organization and can run as a service or on localhost*.
*Unless you are using webhooks. In that case, Scheduler must be installed on a server with a fully qualified domain name and a valid certificate from an outside certifying authority (i.e. not self-signed). If a user wishes to run Scheduler on localhost and leverage webhooks, they can do so as long as they use a URL rewrite to create a fully qualified domain name for localhost.
Scheduler for ArcGIS relies on MongoDB® (included in the ZIP file) to operate. You will also need to install it on any machine Scheduler (or Scheduler Satellite) is installed on. We also recommend installing MongoDB Compass as part of the installation process. Compass is a GUI interface for interacting with the database, and will help if you ever need to access any of that information.
...
Scheduler Satellite is an additional, optional application that can be used to access local files that cannot be accessed remotely. It will be included as a zip file in the main Scheduler build and can be installed on multiple other machines. The Satellite application communicates directly with the main Scheduler for ArcGIS to enable you to perform actions from the Scheduler interface where access would not have been previously possible.
To Install Scheduler Satellite
Unzip the Scheduler Satellite build to the proper location. This can be under C:\SchedulerSatellite or any location you wish. You will need to add this location as an application in IIS. Be sure to include your license file, SCHED-geojobe.license.txt, in the main directory of Scheduler Satellite.
Install scheduler/installs/MongoDB-windows-*.exe. If you don’t already have MongoDB installed on your server, you can find the installation file, SchedulerSatellite/installs folder that was unzipped in step a. Follow MongoDB's installation wizard to install (default options are fine). Follow MongoDB's installation wizard to install (default options are fine).
Install and Start the Windows Service. Run as administrator the SchedulerSatellite/installs/install_server.bat file
Click the three dots next to the Path setting. Navigate one directory up to the main Scheduler folder. Then select the satellite.exe file and click the open button.
Click the Install Service button.
Run the services application on Windows and make sure that “Scheduler Satellite” is running. If not, start the service.
See Section I: Scheduler Satellite for more information on how to configure Satellite in the Scheduler for ArcGIS application.
Anchor | ||||
---|---|---|---|---|
|
Stop the current Scheduler for ArcGIS/Scheduler Satellite service.
...