Assign a Configuration Set to a project

In order for a project to know which configuration set is to be used, it is necessary to update the ACConfig.xml file. If there is a corresponding configuration set in the project, it is applied to the project automatically.

Note Any changes require a restart of the Server Scheduler and the Knowledge Base Learning Server. If you are using the Thin Clients, IIS must also be restarted.
  1. Copy the project folder to the system where it will run.
  2. Edit ACConfig.xml in a text editor.

    To locate the ACConfig.xml file and for general information on modifying it, see the Kofax Capture documentation.

  3. Add the <Transformation> section just above the closing </ACConfig> tag in the following format:
    <ACConfig>
           ...
           <Transformation>
                  <ConfigurationSet Name="ConfigurationSetName"/>
           </Transformation>
    </ACConfig>
    
  4. Change the Name attribute of <ConfigurationSet> so it matches the name of the configuration set as it appears in Project Builder.

    For example, if the name of the configuration set is production, the <Transformation> element would be as shown:

    <ACConfig>
           <Transformation>
                  <ConfigurationSet Name="production"/>
           </Transformation>
           ...
    </ACConfig>
    
  5. Save and close the file.

    The configuration set change is applied when the project is loaded automatically by a runtime module.

    Note If the configuration set file is not found, the default project settings are used. A warning is recorded in the log.