Hi All, We have below recommendation from SAP. Recommendation: One or more database options are not set correctly. We strongly recommend that you set the following database options for the SAP ASE database. The current settings can be checked using the stored procedure sp_helpdb 'GTT'. The following important database options should be set for a SAP ASE database . 1. ddl in tran 2. allow nulls by default 3. allow wide dol rows 4. enforce dump tran sequence 5. full logging for all 6. deallocate first text page 7. abort tran on log full (this is recommended but not a requirement) 8. page compression The following important database options should be set for a SAP ASE database . 1. ddl in tran 2. allow nulls by default 3. allow wide dol rows I checked using sp_helpdb and below is the status. 1> use master 2> go 1> sp_helpdb 2> go name db_size owner dbid created durability lobcomplvl inrowlen status -------------------------------------------------------- ---------------------------------------------------- -------------------- -------------------- ------------------------------------------------ -------------------------------------------- ---------------------------------------- -------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- GTT 412672.0 MB sapsa 4 Mar 01, 2015 full 100 2000 trunc log on chkpt, ddl in tran, allow nulls by default, abort tran on log full, allow wide dol rows, deferred table allocation, page compress ion, allow incremental dumps, deallocate first text page,full logging f or all master 248.0 MB sa 1 Feb 28, 2015 full 0 NULL mixed log and data model 24.0 MB sa 3 Feb 28, 2015 full 0 NULL mixed log and data saptempdb 8192.0 MB sa 6 May 09, 2015 no_recovery 0 NULL select into/bulkcopy/pllsort, trunc log on chkpt, ddl in tran, allow nu lls by default, abort tran on log full, mixed log and data, user create d temp db, allow wide dol rows saptools 5324.0 MB sapsa 5 Mar 01, 2015 full 100 2000 trunc log on chkpt, ddl in tran, allow nulls by default, abort tran on log full, allow wide dol rows, allow incremental dumps,full logging for all sybmgmtdb 148.0 MB sa 31515 Mar 01, 2015 full 0 NULL select into/bulkcopy/pllsort, trunc log on chkpt, mixed log and data sybsecurity 224.0 MB sa 31516 Mar 01, 2015 full 0 NULL select into/bulkcopy/pllsort, trunc log on chkpt, ddl in tran sybsystemdb 48.0 MB sa 31513 Feb 28, 2015 full 0 NULL trunc log on chkpt, mixed log and data sybsystemprocs 200.0 MB sa 31514 Feb 28, 2015 full 0 NULL trunc log on chkpt, mixed log and data tempdb 10264.0 MB sa 2 May 09, 2015 no_recovery 0 NULL select into/bulkcopy/pllsort, trunc log on chkpt, ddl in tran, allow nu lls by default, abort tran on log full, mixed log and data, allow wide dol rows (1 row affected) (return status = 0) 1> Do we still need to enable the parameters. Please advice. Regards, Karthik
↧