Sybase 11.9.x-12.5 Manuale Utente

Pagina di 588
Server Error Messages 2100–2199 
856
 
Server Error Messages 2100–2199
Number
Severity
Text and Explanation
2103
16
 Cannot create a trigger on a view, name: %.*s
Explanation:
 Command failed due to invalid or illegal request. Check syntax, semantics, 
and permissions. Take any corrective action indicated by message.
2106
11
 Cannot create a trigger on table `%.*s', because this  table does not exist in database 
`%S_DBID'.
Explanation:
 Command failed. Check your database for the object not found and re-
enter the command with the correct name.
2108
16
 Cannot CREATE TRIGGER on table `%.*s',because you can only create a trigger on a 
table in the current database.
Explanation:
 Command failed due to invalid or illegal request. Check syntax, semantics, 
and permissions. Take any corrective action indicated by message.
2109
16
 Cannot CREATE TRIGGER on table `%.*s', that accesses `inserted' or `deleted' because 
the table was created with the no_log option
Explanation:
 Command failed due to invalid or illegal request. Check syntax, semantics, 
and permissions. Take any corrective action indicated by message.
2110
20
 The proccreate() function is trying to put too many lock requests in the lock_requests[] 
array.
Explanation:
 Adaptive Server encountered an internal error affecting the current 
process. Report the error to your System Administrator.
2111
16
 Create trigger aborted. User's cuwrite is not equal to the hurdle of table `%.*s'.
Explanation:
 Command failed due to invalid or illegal request. Check syntax, semantics, 
and permissions. Take any corrective action indicated by message.
2112
16
 Cannot CREATE TRIGGER on table `%.*s', because it is a system table. Triggers are not 
allowed on system tables.
Explanation:
 Triggers are not allowed on system tables. Check your query and working 
database context.