Configuration files are loaded using the cmd4 config command. The file to load depends on where the Back4 configuration is defined.
Examples
This example loads the configuration from the Back4Config.xml file:
..\GN4\bin>\cmd4 config -in ..\config\Back4Config.xml -username xxxx -password -yyyy
where xxxx is the name of a GN4 user who can logon to system with sufficient permissions to perform this operation and yyyy is the password.
Note: the above connects to the default connection: should you want to specify the connection or server name, see cmd4 examples.
This example loads the configuration from the ServerConfig.xml file:
..\GN4\bin>\cmd4 config -in ..\config\ServerConfig.xml -username xxxx -password -yyyy
This example loads the configuration from the server specific, 'MainServer' Back4 configuration file:
..\GN4\bin>\cmd4 config -in ..\config\Back4Config_MainServer.xml -username xxxx -password -yyyy
IMPORTANT
After importing a new configuration it is necessary to restart the Back4 service.