Hello All,
We are using Sybase ASE 15.7.0.42 on RHEL Linux. I am trying to configure the DB backups for the first time. After going through SAP Note 1588316 , I created the dump configurations for both the DB and the temp logs. The local filesystems are also in place. However when I try to set the parameter 'enable dump configuration' using sp_configure it gives me an error as below;
1> sp_configure "enable dump configuration" , 1
2> go
Msg 18124, Level 16, State 1:
Server 'ABC', Procedure 'sp_configure', Line 1586:
No matching configuration options. Here is a listing of groups:
--------------------------------------------------
Application Functionality
Backup/Recovery
Cache Manager
Component Integration Services
Configuration Options
DTM Administration
Diagnostics
Disk I/O
Error Log
Extended Stored Procedure
General Information
Java Services
Languages
Lock Manager
Memory Use
Meta-Data Caches
Monitoring
Network Communication
O/S Resources
Physical Memory
Physical Resources
Processors
Query Tuning
Rep Agent Thread Administration
SQL Server Administration
Security Related
Shared Disk Cluster
Unicode
User Environment
(1 row affected)
(return status = 1)
I was going through a few other links and found that there is another parameter 'enforce dump configuration' which should be set to 1 to enforce the dump configurations that I have created.
Request somebody to shed some light on this issue.
Thanks
Surajit