Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Error 17737 [Table of Contents] Error 17871

Troubleshooting and Error Messages Guide

[-] Chapter 3 Error Message Writeups
[-] System Procedure Errors
[-] Error 17870

Error 17870

Severity

0

Error message text

Table '%1!' does not exist in database '%2!' -- cannot add thresholds.

Explanation

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.

Action

Run dbcc checkalloc and dbcc checkdb to determine if the database is corrupted.

Contact Sybase Technical Support if systhresholds is missing from a database.

Have the following information ready when you call Technical Support:

Additional information

Refer to "sp_addthreshold" in the Reference Manual for additional information.

Versions in which this error is raised

All versions


Error 17737 [Table of Contents] Error 17871