Symptom
- Error 3701 is returned when dropping an object
- Example of two common scenarios:
- Using no fully qualified name, so without the owner prefix
drop table table1
go
Msg 3701, Level 11, State 1:
Server 'ASE', Line 1:
Cannot drop the table 'table1', because it doesn't exist in the system catalogs. - Using the fully qualified name including owner prefix (database.login.object_name) when object was created with alias
drop table db2.login1.table2
go
Msg 3701, Level 11, State 1:
Server 'ASE', Line 1:
Cannot drop the table 'db2.login1.table2', because it doesn't exist in the system catalogs.
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) all versions
Product
SAP Adaptive Server Enterprise 15.7 ; SAP Adaptive Server Enterprise 16.0
Keywords
drop table, procedure, view, trigger, constraint, default, 3701 , SQLCODE=3701 , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , Known Error
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