![]() | ![]() |
Home |
|
|
Troubleshooting and Error Messages Guide |
|
| Chapter 3 Error Message Writeups |
|
| System Procedure Errors |
|
| Error 17870 |
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 corrupted.
Contact Sybase Technical Support if systhresholds is missing from a database.
Have the following information ready when you call Technical Support:
Output of select @@version
Output of all error messages
Output of dbcc commands
Refer to "sp_addthreshold" in the Reference Manual for additional information.
All versions
|
|