Publish services

A list of property owners or occupants can be generated on desktop computers with the Public Notification application. Select a deployment method using ArcGIS Online, ArcGIS for Server or ArcGIS Enterprise and follow the steps below to publish the services required for the Public Notification application.

To publish Public Notification services, complete the following steps:

  1. Publish GeneralPurpose.mxd and ImageryReferenceOverlay.mxd as cached map services using ArcGIS for Server or ArcGIS Enterprise or as tiled services using ArcGIS Online. When publishing, make the following changes in the Service Editor:
    • Choose the Best for the Anti-Aliasing parameter in the Parameters tab.
    • Choose Force for the Text Anti-Aliasing parameter in the Parameters tab.
    • Disable KML in the Capabilities tab if publishing the service using ArcGIS for Server or ArcGIS Enterprise.
    • Import the MIXED90CacheSettings.xml cache tiling scheme from your zip file Application folder and extend the Levels of Detail slider across all levels of detail in the Caching tab.
  2. Publish the TaxParcelQuery.mxd, RoadCenterlineQuery.mxd and AdministrativeAreas.mxd as a hosted feature layer using ArcGIS Online or as a map service using ArcGIS for Server or ArcGIS Enterprise.
  3. Download and install ReportLab 3.0 for Python 2.7 32-bit (reportlab-3.0.win32-py2.7.exe) on your ArcGIS for Desktop machine and ReportLab 3.0 for Python 2.7 64-bit (reportlab-3.0.win-amd64-py2.7.exe) on your ArcGIS for Server or ArcGIS Enterprise machine.
  4. Open ArcMap and in the Catalog window, browse to the Local Government toolbox, then open the GenerateCSVMailingList tool.
  5. Accept all default values and click OK, then verify the tool has completed successfully by opening the Results window from the Geoprocessing menu.
  6. In the Local Government toolbox, open the GenerateAveryLabels tool.
  7. Accept all default values and click OK, then verify the tool has completed successfully by opening the Results window from the Geoprocessing menu.
  8. Right-click the successful result of the GenerateCSVMailingList tool and click Share As > Geoprocessing Service.
  9. Choose Publish a Service and click Next. Name the service PublicNotification and click Next.
  10. In the Service Editor dialog box, choose Add Result.
  11. Select the successful result of the GenerateAveryLabels tool and click OK, then click Publish.
  12. Share the services with everyone.
  13. Choose a geometry service. If you are using ArcGIS for Server or ArcGIS Enterprise and the geometry service has not been started, start the geometry service. If you are using ArcGIS Online, you can use the geometry service provided by Esri or a geometry service from another ArcGIS for Server machine.
  14. Open the ArcGIS Services Directory and record the REST endpoints (full URL paths) of each service.
Top