Skip To Content

Event Editor install and deploy guide

Disponible avec la licence Location Referencing.

ArcGIS Event Editor supports Location Referencing services native to ArcGIS Server, which are supported in ArcGIS Pro and in services added by the Location Referencing installer for ArcMap.

To install and deploy the Event Editor and supporting dataset, use the following steps.

Remarque :

It is strongly recommended that you follow the steps in the order outlined.

  1. In the Windows Features dialog box on the web host machine, enable the Internet Information Server (IIS), .NET, and ASP.NET features.

    The following is an example of the Windows Features dialog box and features, which can look different based on your operating system. The highlighted features must be enabled on your machine.

    Windows features enabled

  2. If Event Editor has not been installed:
    1. Sign in as a user with Windows administrative privileges.
    2. Sign in to My Esri.
    3. Click the My Organizations tab.
    4. Click the Downloads tab.

      The Products page appears.

    5. Click View Downloads in the ArcGIS Enterprise (Windows) row.

      The Download Components tab appears. The downloadable components are organized by node.

    6. Locate the ArcGIS Location Referencing Event Editor Web App row in the Apps node, and click Download.
      Remarque :

      Expand the Apps node, if necessary.

      The Event Editor download begins. You have the option to start the installation after the files have been extracted. To manually launch the setup program at a later time, note the download location and file name for later use.

  3. Browse to and copy the contents of <Installation location>\Server\Web\EventEditor into the web folder of the web server.

    For example, in IIS, the default location of the web folder is C:\inetpub\wwwroot\EventEditor.

    Remarque :

    The actual location of the IIS wwwroot directory could differ on your server machine. Use the IIS Management Console to obtain the location of the IIS wwwroot directory.

  4. Create a map with the appropriate routes, event layers, and (optionally) a redline layer.

    You can include the redline layer in the same map or you can create a different map just for redline. Ensure the redline feature class has its m- and z-values disabled.

    Learn more about deploying redline routes

    Remarque :

    The map data must be from an géodatabase d’entreprise for the LRS service to work in Event Editor. If the data source for the layers is a file geodatabase, then the LRS isn't copied to the server during publishing and all the layers are seen as non-LRS layers in the service.

    Remarque :

    Event Editor supports viewing relationships if they are available through the map service. To publish a relationship in the maps service, have both Origin table or feature class and Destination table or feature class in your map. Simple relationship classes with one-to-one (1:1), one-to-many (1:M) are supported.

  5. Publish the map using ArcGIS Enterprise with the linear referencing capability enabled.

    Assign the map service an appropriate name. This name is displayed in the Event Editor table of contents.

  6. If you chose to create a different redline map in step 2, publish the map and enable feature access.
  7. Author a web map that includes the map services created in the previous steps and the appropriate basemaps.
  8. Open the configuration (config.json) file in the EventEditor web folder and modify it to use the web map and geoprocessing services created from previous steps. Optionally, you can choose to change some default administrative settings such as user authentication, map selection symbology, and attribute sets while modifying the configuration file. Use the following guides to deploy: Producing attribute sets and Deploying redline routes.
  9. Configure Portal for ArcGIS or ArcGIS Online with Event Editor to secure your web services.

Uninstalling Event Editor silently

The following msiexec command uninstalls all the features associated with Event Editor:

ReleaseCommand

10.9.1

msiexec /x {F0AE1A05-8523-4D3A-8799-E90BD8CF4E42} /qb

10.9

msiexec /x {603EAB87-95BB-4266-A510-1479777639C6} /qb

The /qb switch indicates that the command will show a basic user interface with a progress bar.