Configure the Agnostic ERP web.config entry

When the agnostic ERP Connector Web Service is installed, the web.config is updated with the information provided during installation. However, this information is not complete. You can update the web.config file by providing input and export paths so that it works for your system by following these steps.

  1. Navigate to the ERP Connector folder that was created during installation.

    By default, this path is <Program Files>\Kofax\APAgility\Web.

  2. Open the Web.config file for editing.
  3. Locate the connection name="Agnostic" type="Files"> entry or create an entirely new entry in the <connections> section.
  4. Edit the connection name to match your ERP connection.
  5. Edit the input_path so that it points to a folder on your system.

    For example, C:\Agnostic\Import.

    Create this folder if id does not already exist.

  6. Edit the output_path so that it points to a folder on your system.

    For example, C:\Agnostic\Export.

    Create this folder if it does not already exist.

  7. Optionally, if you want to apply an XSLT to your export, set the apply_xslt value to true and then specify the path to the XSLT file in the xslt_path value.

    Otherwise, your export files adhere to a specific XML format.

  8. Click Save.

    The import path, export path, and export behavior are saved.

  9. Optionally, add or edit another ERP connection in the <connections> section of the web.config file.