cancel
Showing results for 
Search instead for 
Did you mean: 

DBA Cockpit error DB13

Former Member
0 Kudos

Hi Friends, Enviorment is SAP ERP 6.0 EHP 6. Occurring error while doing Clean-up in  DBA Cockpit Calendar (DB13). please find attached screen shot. Thanks in advance.

regards,

Akshay

Accepted Solutions (1)

Accepted Solutions (1)

Johan_sapbasis
Active Contributor
0 Kudos

Hi,

I am speaking under correction but I recall this being correct when I had access to an ASE customer system. Which version and patch level of sybase and SAPKB are you running?

Kind Regards,

Former Member
0 Kudos

Thanks problem solved using sybase parameter .

Johan_sapbasis
Active Contributor
0 Kudos

Hi,

Please add your solution here and close the thread for benefit for others.

Would be interesting to note a parameter effect on the db calender cleanup

Regards,

J

Former Member
0 Kudos

Hello,

I use below parameter for sybase DB.

sp_configure 'max memory', 0, '24G'

go

sp_configure 'procedure cache size', 0, '4G'

go

sp_configure 'number of sort buffers', 2000

go

sp_configure 'max online engine', 20

go

sp_configure 'number of user connections', 1000

go

sp_configure 'number of locks', 15000000

go

sp_cacheconfig 'default data cache', 'cache partition=16'

go

sp_configure 'statement cache size', 0, '500M'

go

sp_configure 'number of sort buffers', 2000

go

sp_configure 'max online engine', 20

go

WR,

Akshay

Answers (0)