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.
-
Navigate to the ERP Connector folder that was created during installation.
By default, this path is <Program Files>\Kofax\APAgility\Web.
- Open the Web.config file for editing.
- Locate the connection name="Agnostic" type="Files"> entry or create an entirely new entry in the <connections> section.
- Edit the connection name to match your ERP connection.
-
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.
-
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.
-
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.
-
Click
Save.
The import path, export path, and export behavior are saved.
- Optionally, add or edit another ERP connection in the <connections> section of the web.config file.