Configure ERP databases
It is necessary to configure the various CSV databases that are used by the ERP system.
You can configure the ERP web.config file to use your ERP databases by following these steps.
-
If it is not already open, 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 <appSettings> section.
-
For each of the following keys, update the path value so that it points to the relevant CSV file.
-
key="EmployeeDataPath"
-
key="UomConversionDataPath"
-
key="TaxCodeDataPath"
-
key="MiscChargeAccountDataPath"
-
-
If you are using
Kofax AP Agility
in an Azure environment, set the
IsMultitenantDeployment value to
true.
Otherwise, leave this entry with its default value of false.
-
Ensure that the
SdkServicesLocation path is correct.
This path is set during installation, so you need to edit it only if the path entered during installation was incorrect.
-
Save and then
Close the web.config file.
Your changes are saved and the file closes.