Symptom
- The database has just been upgraded from version 12.5.4 to version 15.7 .
- The "dbcc upgrade_object (dbname)" command reports:
DBCC upgrade_object: Command found no compiled objects in database 'dbname'.
- However "sysobjects" shows there are hundreds of compiled objects such as stored procedures, views and defaults in that database.
- The "dbcc upgrade_object (dbname, objectname)" command for known compiled objects also cannot find them:
1> dbcc upgrade_object (dbname, objectname)
2> go
DBCC upgrade_object: Object objectname does not exist in database dbname
1> dbcc upgrade_object (dbname, objectname, force)
2> go
DBCC upgrade_object: Object objectname does not exist in database dbname
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) 15.7
Product
Keywords
permission, dbo, sa_role, grant , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , BC-DB-SYB , Business Suite on Adaptive Server Enterprise , Problem
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.
SAP Knowledge Base Article - Preview