Before starting the upgrade process, confirm that you have enough space for the upgrade to succeed.
1> create database sybsystemdb on default = '4M' 2> go 1> use sybsystemdb 2> go 1> sp_create_syscoordinations 2> go
SAP ASE uses this database for tracking transactions, and during recovery. It is also used by applications using two-phase commit and DTM.
1> alter database tempdb on master=X 2> go 1> alter database model on master=X 2> goX is the megabytes of space you are adding.
sp_configure "number of locks", 6000