CHAPTER 10 Database Error Messages
779
Database upgrade not possible; user tables have table ids in sytem
table range
Item Value
SQLCODE -827
Constant SQLE_USER_TABLES_IN_SYSTEM_RANGE
SQLSTATE 08W58
Sybase error code 13833
ODBC 2 State 08004
ODBC 3 State 08004
An attempt to upgrade a database failed. The RowGenerator table is not
owned by user dbo.
db_init has not been called or the call to db_init failed
Item Value
SQLCODE -739
Constant SQLE_DB_INIT_NOT_CALLED
SQLSTATE 55W07
Sybase error code 13752
ODBC 2 State ERROR
ODBC 3 State ERROR
The SQLCA passed to a dblib entry point has not been initialized by a call to
db_init or the call to db_init failed.
Probable cause
Probable cause