Configure Farm in Silent Mode using XML
- Last UpdatedOct 10, 2023
- 1 minute read
You can configure the Farm settings using the WWSKBPMConfig.xml configuration file.
For more information about the parameters in the WWSKBPMConfig.xml configuration file, see Configure in Silent Mode Using XML.
-
Open the WTLogger Console.
-
Navigate to the "Bin" folder, which is available in the path where the product is installed.
-
Open the WWSKBPMConfig.xml file.
-
In the XML file, pass the values for the following mandatory parameters.
-
ConfigurationType: Enter the value as FarmDatabase.
-
FarmDatabaseName: Enter the name of the Farm database.
-
DatabaseType: Enter the type of database. For example: SQLServer.
Note: Ensure that you enter the database type value without any space.
-
DatabaseAuthenticationType: Enter the type of authentication. For example: Windows or SQLServer
Note: Ensure that you enter the authentication type value without any space.
-
DatabaseUserName: Enter the name of the database user along with the domain name.
-
DatabasePassword: Enter the password for the database user.
-
AdvancedSettings: Enter the advanced settings for database. For example: Connection Timeout=20;
-
-
Save the XML file.
-
Run the AVEVAWorkTasksConfigurator.exe.
The configuration progress is displayed in the WTLogger Console.