16
Configuration Error: Configuration file '%s' has an unknown format on line %d.
You can set or change the value of Adaptive Server configuration parameters in one of two ways:
By executing the system procedure sp_configure with the appropriate parameters and values.
By directly editing your configuration file and then invoking sp_configure with the configuration file option.
By starting Adaptive Server with the -c option to specify a configuration file.
For some parameters in the configuration file, the keyword “default” must be in capital letters (for example, for wash size).
The syntax for parameters in the configuration file is:
<parameter_name>={<value> | DEFAULT}
where:
parameter_name – the name of the parameter you want to specify.
value – the numeric value to which you want to set parameter_name.
DEFAULT – specifies that you want to use the default value for parameter_name. If you specify DEFAULT, do not include value.
Error 5851 occurs during start-up or when you run sp_configure with the verify or read option when Adaptive Server detects a syntax error in a line in the configuration file. Adaptive Server ignores the line with the syntax error.
Edit your configuration file. Using the configuration file name and line number specified in the error message, remove or correct the incorrect entry.
Refer to “Setting Configuration Parameters” in the System Administration Guide: Volume 1 for information about configuration parameters and files.
All versions