Configure contributor model

The Contributor Model allows authoritative data producers to update the Community Parcel layer directly. Contributors can update the community parcel layer using the Community Parcel tools provided in the solution. The tools can be executed from ArcMap or ArcCatalog, or Windows Task Scheduler on a defined schedule.

To configure parcel updates, complete the following steps:

Configure contributor tool

In this video, you'll learn how to configure the Community Parcel Contributor tool to update the community parcel layer on a regular schedule. Typically, this tool is run by authoritative data producers whom are responsible for the ongoing maintenance and publication of parcel data.

Schedule parcel updates

The Community Parcel Contributor script tool (CommunityContributor.py) can be used with Windows Task Scheduler to update parcel layers on a regular interval. Scheduled updates will ensure users have access to current information to support more dynamic decision-making.

To update parcel data on a schedule, complete the following steps:

  1. Open Windows Task Scheduler.
  2. Select Action > Create Task and name your task.
  3. Select the Actions tab and click New.
  4. Set Action to Start a Program.
  5. Browse to the location of your Python installation (for example, <default directory>\Python27\ArcGIS10.2\python.exe).
  6. In the Add Arguments text box, type the name of the script (CommunityContributor.py) followed by the pathname of the configuration file in double quotes.
  7. In the Start in text box, type the pathname of the folder hosting your script and click OK.
  8. On the Trigger tab, set a schedule for your task and click OK.
Top