Skip To Content

Configure a server for hosting web tools

Available with Data Interoperability license.

The ArcGIS Data Interoperability server extension allows you to share Spatial ETL (extract, transform, load) tools as web tools to ArcGIS Server.

Note:

The ArcGIS Data Interoperability must be installed on each machine in your ArcGIS Server site that will host web tools, and you must sign in to each machine using the ArcGIS Server account.

Before sharing a Spatial ETL tool, it's important that you identify the FME packages and web connections used by the tool. You will need to install the packages on and import the connections to each ArcGIS Server machine that will host the tool using the Workbench application.

Workbench

Workbench is the primary data interoperability desktop application used to build translation and transformation workflows. The application is included with every installation of the ArcGIS Data Interoperability server extension and can be found in the directory where you installed the extension: <ArcGIS Data Interoperability server extension installation directory>\Data Interoperability\Data Interoperability AO11\fmeworkbench.exe.

FME packages

FME packages used by a Spatial ETL tool contain FME Engine components—transformers, readers, writers, and web connections—that are needed for the tool to work. FME packages used by a Spatial ETL tool must be installed on each ArcGIS Server machine that will host the tool.

To install an FME package, complete the following steps:

  1. Sign in to the ArcGIS Server machine that will host the tool using the ArcGIS Server account.
  2. Download the package from FME Hub.
  3. Start the Workbench application.
  4. Drag the package onto the workspace canvas to install it.

Web connections

Web connections used by a Spatial ETL tool must be exported as an .xml file from the machine used to author the tool and imported to each ArcGIS Server machine that will host the tool.

Export a web connection

To export a web connection, complete the following steps:

  1. Start the Workbench application on the machine used to author the tool.
  2. Click Tools > FME Options > Web Connections and locate the web connection.
  3. Right-click the connection and choose Export.
  4. Check the Include Credentials option and click OK to export the connection.

Import a web connection

To import a web connection, complete the following steps:

  1. Sign in to the ArcGIS Server machine that will host the tool using the ArcGIS Server account.
  2. Copy the exported .xml connection file to the machine.
  3. Start the Workbench application and click Tools > FME Options > Web Connections.
  4. Right-click and choose Import.
  5. Click the Options button (...) and browse to and choose the .xml file.
  6. Click OK to import the connection.