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.
When opening a project created in Tungsten Transformation 7.0 or earlier, the encryption for the currently active configuration set is updated automatically.
If there are other configuration sets in a project it is necessary to update their encryption manually. To do this, open the Edit Configuration Sets window and set one of the inactive configuration sets to active and then save the project. Repeat this until all configuration sets in a project are updated and then select the original configuration set.
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.
- Copy the project folder to the system where it will run.
-
Edit
ACConfig.xml in a text editor.
To locate the ACConfig.xml file and for general information on modifying it, see the Tungsten Capture documentation.
-
Add the
<Transformation> section just above the closing
</ACConfig> tag in the following format:
<ACConfig> ... <Transformation> <ConfigurationSet Name="ConfigurationSetName"/> </Transformation> </ACConfig>
-
Change the Name attribute of
<ConfigurationSet> so it matches the name of the configuration set as it is displayed in
Project Builder.
For example, if the name of the configuration set is production, the <Transformation> element is as follows:
<ACConfig> <Transformation> <ConfigurationSet Name="production"/> </Transformation> ... </ACConfig>
-
Save and close the file.
The configuration set change is applied when the project is loaded automatically by a runtime module.
If the configuration set file is not found, the default project settings are used. A warning is recorded in the log.