0
Table '%1!' does not exist in database '%2!' -- cannot add thresholds.
systhresholds should exist in every database in Adaptive Server. Error 17870 occurs when the system table systhresholds does not exist in the current database, and sp_addthreshold or sp_modifythreshold was not able to add or modify the requested threshold.
Run dbcc checkalloc and dbcc checkdb to determine if the database is corrupt.
Contact Sybase Technical Support if systhresholds is missing from a database.
When you call Technical Support, have the information ready that is listed in “Reporting errors”, including the output of:
select @@version
dbcc commands
Refer to “sp_addthreshold” in the Reference Manual: Procedures for additional information.
All versions