UpdateNormalizationSettings
Data set normalization settings are stored in the Normalization.xml file. To modify the standard normalization settings, the user must download the settings file, make the necessary changes, and then upload the new settings using the appropriate FCAdminTools commands.
Running the UpdateNormalizationSettings file uploads your new normalization settings from the specified file to the Normalization.xml file. To download the file containing the normalization settings to a local folder, use the DownloadNormalizationSettings command.
Important! Once you have modified the Normalization.xml file, update the relevant data set. For more information, see Updating data sets.
Parameters
/DataSet | Required | The name of the data set for which you want to download the normalization settings file. |
/Project | Optional |
Specifies a project.
If no project is specified, the command will process all the projects on the server. |
/Server | Optional | The server where the project is hosted. |
/Tenant | Optional | Tenant name. |
/U | Optional |
User name. If no user name is specified, Windows authentication will be used. |
/P | Optional | Password. |
/Cert | Optional | Certificate thumbprint used for mutual SSL authentication. This key is used to pass an encoded certificate hash for a server with Mutual SSL installed as a string. |
/DocumentDefinition | Optional | The name of the Document Definition where the search for the data set will be carried out. |
/SourceFile | Required | The path to the file containing the data set normalization settings that need to be uploaded. |
Example of use:
/UpdateNormalizationSettings /Project=https://localhost/3/APITestProject /DocumentDefinition=APITestDocDef /DataSet=DataSetTest /SourceFile=C:\archive\normdst\DebugNorm.xml.
12.04.2024 18:16:01