16
Configuration Error: Configuration file '%s' does not exist or you do not have the required read/write permission for the file.
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.
Error 5847 occurs when Adaptive Server cannot find the configuration file you specified in an sp_configure command or the user who started Adaptive Server does not have the required operating system-level read or write permission for the file.
Check the name of the configuration file you specified in the sp_configure command. If the name was wrong, enter the command again with a valid file name.
If the file name was not the problem, check the permissions on the configuration file you specified in the sp_configure command. If the user who started Adaptive Server does not have the required operating system-level read or write permission for the file, ask your System Administrator to change the protection on the file. Or have a different user, who has the appropriate access to the configuration file, start Adaptive Server.
Refer to “Setting Configuration Parameters” in the System Administration Guide: Volume 1 for information about configuration parameters and files.
Refer to the Reference Manual: Procedures for information about sp_configure.
All versions