Symptom
- The ASE is a 1 Terabyte database:
- The conversion of the user tables takes between 3 and 4 hours to get the error:
Msg 3151, Level 16, State 2:
Server '<servername>', Line 1:
Adaptive Server cannot load this database because the database that was dumped
was not quiescent when the dump was performed. Run sp_flushstats before DUMP
DATABASE and ensure that the database is not updated during the dump. - It is frustrating to find out after this that the transaction log prevents a cross platform dump load.
- The conversion of the user tables takes between 3 and 4 hours to get the error:
- Currently LOAD DATABASE executes tasks in this order:
- Load pages from file.
- Convert byte order of system tables, user table and transactions.
- Check the transaction log for invalid entries that cause a failure.
- It could be very helpful to work in a different order if possible:
- Load the pages from file.
- Convert byte order of transaction log.
- Check the transaction log for invalid entries that cause a failure.
- Convert byte order of system tables and user tables.
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) 16.0
Product
SAP Adaptive Server Enterprise 16.0
Keywords
cross, platform, OS, dump, load, cross-platform, dump/load, different , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , Product Enhancement
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.