18
Configuration Error: Cannot write out file '%s' due to system error '%s'.
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.
Adaptive Server:
Writes information to the configuration file when you change a parameter using sp_configure or other stored procedures such as sp_cacheconfig.
Writes information to the configuration file when you run sp_configure with the verify or read option and Adaptive Server needs to change the value for a configuration parameter because of rounding of the value.
Creates a new configuration file when you use sp_configure with the write and restore options.
Error 5854 occurs when Adaptive Server is unable to write information to the configuration file in the error message because of the system error in the error message. The system error is an error returned by the operating system such as permission denied or no such directory or file.
Refer to your operating system documentation for information about resolving the system error.
Resolve the problem that caused the system error and try your action again.
Refer to “Setting Configuration Parameters” in the System Administration Guide: Volume 1 for information about configuration commands and files.
All versions