DatabaseProcApplicationCreatedLinks
sybsystemprocssp_inst15015msg_all_us_mesgs  31 Aug 14Defects Dependencies

1     
2     /*
3     ** SP_INST15015MSG_ALL_US_MESGS
4     **
5     ** Description:
6     **
7     */
8     create procedure sp_inst15015msg_all_us_mesgs
9     as
10        begin -- {
11    
12            exec sp_inst15015msg_us_mesg 180, 15, "There are too many parameters in this CREATE PROCEDURE statement.  The maximum number is %d."
13    
14            exec sp_inst15015msg_us_mesg 217, 16, "Maximum stored procedure nesting level exceeded (limit %d)."
15    
16            exec sp_inst15015msg_us_mesg 280, 16, "Only TEXT, IMAGE and UNITEXT datatypes are valid with the TEXTPTR function."
17    
18            exec sp_inst15015msg_us_mesg 540, 16, "Schema for table '%.*s' has changed since compilation of this query.  Please re-execute query."
19    
20            exec sp_inst15015msg_us_mesg 713, 10, "Sort failed because there is insufficient procedure cache for the configured number of sort buffers. Please retry the query after configuring lesser number of sort buffers."
21    
22            exec sp_inst15015msg_us_mesg 863, 20, "Buffer resources in cache %s, id %d are unavailable. Please re-run this query or ask the system administrator to re-configure buffer cache memory."
23    
24            exec sp_inst15015msg_us_mesg 872, 20, "Process %d is trying to get a %s latch on buffer 0x%x (dbid: %d, pageno: %d) while already holding a %s latch on the buffer."
25    
26            exec sp_inst15015msg_us_mesg 913, 11, "Could not find row in sysdatabases with database id %d and name '%.*s' accessed through stored procedure '%.*s'. Run DBCC CHECKTABLE on sysdatabases."
27    
28            exec sp_inst15015msg_us_mesg 942, 20, "Database cannot be opened because a system descriptor cannot be installed."
29    
30            exec sp_inst15015msg_us_mesg 952, 20, "Database '%.*s' cannot be opened because a system index descriptor cannot be installed."
31    
32            exec sp_inst15015msg_us_mesg 1031, 16, "The optimizer will to complete the compilation of this query; the query will be executed normally."
33    
34            exec sp_inst15015msg_us_mesg 1043, 16, "To experiment with the optimizer behavior, this AP can be modified and then passed to the optimizer using the PLAN clause: SELECT/INSERT/DELETE/UPDATE ... PLAN '( ... )"
35    
36            exec sp_inst15015msg_us_mesg 1265, 20, "A lock manager routine expected a lock record as an argument but was passed something else. lr=0x%p, lrmagic=%c."
37    
38            exec sp_inst15015msg_us_mesg 1548, 10, "The Create Index is done using %s"
39    
40            exec sp_inst15015msg_us_mesg 1805, 10, "CREATE DATABASE: allocating %ld logical pages (%d.%d megabytes) on disk '%.*s' (%ld logical pages requested)."
41    
42            exec sp_inst15015msg_us_mesg 1945, 16, "Cannot create unique index '%.*s' on table '%.*s'. The table partition condition and the specified index keys make it impossible to enforce index uniqueness across partitions."
43    
44            exec sp_inst15015msg_us_mesg 2235, 16, "QUIESCE DATABASE Error: Database %.*s is already specified earlier in this command."
45    
46            exec sp_inst15015msg_us_mesg 2525, 16, "Table Corrupt: Object id wrong; tables: alloc page %ld  extent id=%ld  l page#=%ld objid in ext=%ld (name = %S_OBJID) objid in page=%ld (name = %S_OBJID) objid in sysindexes=%ld (name = %S_OBJID)"
47    
48            exec sp_inst15015msg_us_mesg 2592, 10, "%s index successfully restored for object '%.*s' in '%.*s' database."
49    
50            exec sp_inst15015msg_us_mesg 2805, 20, "Bad pointer 0x%lx encountered while remapping stored procedure '%.*s'.  Must re-create procedure."
51    
52            exec sp_inst15015msg_us_mesg 2811, 18, "Cannot create procedure dbid %d, objid %ld, with a group number of %d."
53    
54            exec sp_inst15015msg_us_mesg 2813, 20, "Procedure %.*s in procedure buffer 0x%lx not properly linked with procedure header 0x%lx."
55    
56            exec sp_inst15015msg_us_mesg 2814, 20, "Procedure %.*s in procedure buffer 0x%lx does not contain the same object id as procedure header 0x%lx."
57    
58            exec sp_inst15015msg_us_mesg 2815, 20, "Procedure %.*s in procedure buffer 0x%lx contains page address 0x%lx which is not aligned on a 2K boundary."
59    
60            exec sp_inst15015msg_us_mesg 2816, 20, "Procedure %.*s in procedure buffer 0x%lx contains page address 0x%lx which is not within any memory map."
61    
62            exec sp_inst15015msg_us_mesg 2817, 20, "Procedure %.*s in procedure buffer 0x%lx contains page address 0x%lx which should be allocated."
63    
64            exec sp_inst15015msg_us_mesg 2823, 20, "Process %d tried to remove a PROC_BUF 0x%lx named '%.*s' that it does not hold in the hold procedure linked list."
65    
66            exec sp_inst15015msg_us_mesg 2824, 19, "Process %d cannot hold PROC_BUF 0x%lx named '%.*s' because it holds another PROC_BUF 0x%lx named '%.*s'.  A process can only hold one view, rule, or default at a time."
67    
68            exec sp_inst15015msg_us_mesg 2825, 20, "Process %d tried to remove a PROC_BUF 0x%lx named '%.*s' that it does not hold."
69    
70            exec sp_inst15015msg_us_mesg 2826, 20, "Process %d has held the PROC_BUF 0x%lx named '%.*s' in the hold procedure linked list already; Check your procedure cache."
71    
72            exec sp_inst15015msg_us_mesg 2827, 20, "Procedure '%.*s' in procedure buffer 0x%lx is not properly hashed."
73    
74            exec sp_inst15015msg_us_mesg 3019, 10, "Unable to write statistics for object %ld in database %ld. Please run update statistics on this table after loading this database or prior to accessing the table in the loaded database."
75    
76            exec sp_inst15015msg_us_mesg 3020, 10, "Unable to write statistics for index %ld of object %ld in database %ld. Please run update statistics on this index after loading this database or prior to using this index in the loaded database."
77    
78            exec sp_inst15015msg_us_mesg 3021, 10, "Unable to write statistics for all indexes of object %ld in database %ld. Please run update statistics on all indexes after loading this database or prior to using the indexes in the loaded database."
79    
80            exec sp_inst15015msg_us_mesg 3121, 16, "Index %s.%s (objid=%ld, indid=%d) may be invalid. It uses CHAR or VARCHAR columns in its key and was created under a different sort order ID (%d) or charset ID (%d) than the ones on this server (SortOrd=%d, CharSet=%d)."
81    
82            exec sp_inst15015msg_us_mesg 3123, 16, "The dump header contains an invalid dump type code: %ld.  This is not a valid transaction log dump or database dump."
83    
84            exec sp_inst15015msg_us_mesg 3124, 10, "This is a %S_MSG dump of database ID %d, name '%.*s', from %S_DATE. ASE version: %.*s. Backup Server version: %.*s. Database page size is %ld."
85    
86            exec sp_inst15015msg_us_mesg 3125, 10, "Database contains %ld pages; checkpoint RID=(%S_RID); next object ID=%ld; sort order ID=%d, status=%d; charset ID=%d."
87    
88            exec sp_inst15015msg_us_mesg 3127, 10, "All dumped pages have been loaded. ASE is now clearing pages above page %ld, which were not present in the database just loaded."
89    
90            exec sp_inst15015msg_us_mesg 3136, 10, "Database log version=%d; database upgrade version=%ld."
91    
92            exec sp_inst15015msg_us_mesg 3146, 16, "Adaptive Server cannot load this database dump because the version in the dump is not compatible with the version in the database. Database: log version=%d, upgrade version=%d. Dump: log version=%d, upgrade version=%d."
93    
94            exec sp_inst15015msg_us_mesg 3165, 16, "LOAD DATABASE across platform is not supported for this database dump version of ASE. Upgrade version of this dump is %ld."
95    
96            exec sp_inst15015msg_us_mesg 3166, 10, "segmap: 0x%08lx lstart=%d vstart=[vpgdevno=%d vpvpn=%d] lsize=%d unrsvd=%d"
97    
98            exec sp_inst15015msg_us_mesg 3214, 21, "%s: virtual page %ld does not belong to any valid disk device."
99    
100           exec sp_inst15015msg_us_mesg 3216, 10, "Backup Server session id is:  %ld.  Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server."
101   
102           exec sp_inst15015msg_us_mesg 3221, 20, "Could not install a function required to create a %s; returned error code is %ld."
103   
104           exec sp_inst15015msg_us_mesg 3222, 20, "Attempt to write a %S_MSG failed; returned error code is %ld."
105   
106           exec sp_inst15015msg_us_mesg 3223, 20, "Attempt to read a %S_MSG failed; returned error code is %ld."
107   
108           exec sp_inst15015msg_us_mesg 3225, 21, "I/O failed while attempting to clear pages starting at page %ld of disk number %ld."
109   
110           exec sp_inst15015msg_us_mesg 3227, 10, "No large buffers were available, so pages are being cleared by writing each page separately. Please be patient; %ld pages are being written, which may take a substantial amount of time. (Rough estimate: %ld minutes.)"
111   
112           exec sp_inst15015msg_us_mesg 3237, 20, "%s failed to find disk status entry for virtual page '%ld'."
113   
114           exec sp_inst15015msg_us_mesg 3238, 20, "Internal I/O error on %S_MSG pysical device on virtual page number '%ld' while %s was remirroring loaded database."
115   
116           exec sp_inst15015msg_us_mesg 3244, 20, "%s failed for database '%S_DBID' with an internal transaction logging system failure; returned error code is %ld."
117   
118           exec sp_inst15015msg_us_mesg 3248, 16, "LOAD DATABASE / TRANSACTION failed because of page size incompatibility. The current page size is %ld, and the page size in the dump is %ld."
119   
120           exec sp_inst15015msg_us_mesg 3250, 16, "The devices,'%s' and '%s', specified in the command should be different."
121   
122           exec sp_inst15015msg_us_mesg 3305, 21, "Page %ld in database '%.*s' read in during LOAD TRANSACTION recovery was uninitialized."
123   
124           exec sp_inst15015msg_us_mesg 3306, 21, "Process %d was expected to hold logical lock on page %ld instead of process %d."
125   
126           exec sp_inst15015msg_us_mesg 3307, 21, "Process %d was expected to hold logical lock on page %ld in database %S_DBID for object %S_OBJID, index number %d."
127   
128           exec sp_inst15015msg_us_mesg 3308, 21, "Page %ld was expected to have %s lock on it."
129   
130           exec sp_inst15015msg_us_mesg 3309, 21, "While in backout, process %d was chosen as deadlock victim while waiting for a resource lock on page %ld."
131   
132           exec sp_inst15015msg_us_mesg 3310, 21, "Cannot find log record with RID: (%ld, %d)."
133   
134           exec sp_inst15015msg_us_mesg 3311, 22, "Space left (%d bytes) on page %ld is insufficient to move data of %d length."
135   
136           exec sp_inst15015msg_us_mesg 3312, 22, "Free offset %d is invalid on page %ld. It must be within %d and %d."
137   
138           exec sp_inst15015msg_us_mesg 3318, 21, "Failed to start a scan on syslogs, Error number %ld"
139   
140           exec sp_inst15015msg_us_mesg 3403, 22, "During recovery initialization, page %ld was encountered. This page belongs to object %ld, not the log."
141   
142           exec sp_inst15015msg_us_mesg 3412, 21, "Database %d, table %ld. Attempt to mark table as suspect.  Getnext SCAN_CLUST on sysobjects.objid failed."
143   
144           exec sp_inst15015msg_us_mesg 3413, 21, "Database %d. Attempt to mark database as suspect failed.  Getnext NC scan on sysdatabases.dbid failed."
145   
146           exec sp_inst15015msg_us_mesg 3424, 21, "No more room in transaction table for transaction (%ld, %d)."
147   
148           exec sp_inst15015msg_us_mesg 3425, 21, "Transaction (%ld, %d) not found in transaction table."
149   
150           exec sp_inst15015msg_us_mesg 3474, 21, "During redo the page timestamp value is less than old timestamp from log. Page #=%ld, object id = %ld, page timestamp=%04x %08lx. Log old timestamp=%04x %08lx. Log record marker = (%ld, %d)."
151   
152           exec sp_inst15015msg_us_mesg 3478, 21, "During undo the page timestamp value is less than new timestamp from log. Page #=%ld, object id = %ld, page timestamp=%04x %08lx. Log new timestamp=%04x %08lx. Log record marker = (%ld, %d)."
153   
154           exec sp_inst15015msg_us_mesg 3508, 10, "Attempt to set '%.*s' database to single user mode failed because the usage count is %ld. Make sure that no other users are currently using this database and rerun CHECKPOINT."
155   
156           exec sp_inst15015msg_us_mesg 3513, 10, "Cannot set database '%.*s' in read-only mode because it has %ld active transaction(s). Verify that no transaction is using this database, then retry the command."
157   
158           exec sp_inst15015msg_us_mesg 3612, 10, "Execution Time %ld."
159   
160           exec sp_inst15015msg_us_mesg 3613, 10, "Parse and Compile Time %ld."
161   
162           exec sp_inst15015msg_us_mesg 3614, 10, "Total writes for this command: %ld"
163   
164           exec sp_inst15015msg_us_mesg 3615, 10, "Table: %.*s scan count %ld, logical reads: (regular=%ld apf=%ld total=%ld), physical reads: (regular=%ld apf=%ld total=%ld), apf IOs used=%ld"
165   
166           exec sp_inst15015msg_us_mesg 3616, 22, "Non-leaf page %ld in table %ld, index %d is empty - please rebuild the index."
167   
168           exec sp_inst15015msg_us_mesg 3625, 10, "Table: %.*s scan count %lu, logical reads: %lu, physical reads: %lu, estimated I/O cost: %lu."
169   
170           exec sp_inst15015msg_us_mesg 3630, 10, "Total estimated I/O cost for statement %u (at line %u): %ld."
171   
172           exec sp_inst15015msg_us_mesg 3650, 0, "Large buffers: configured %ld, maximum possible %ld, requested %ld, used %ld."
173   
174           exec sp_inst15015msg_us_mesg 3663, 16, "Multiple tracing from the same session is not allowed."
175   
176           exec sp_inst15015msg_us_mesg 3703, 11, "Cannot drop the %S_MSG with object-id %ld in database %d, because it doesn't exist in the system catalogs."
177   
178           exec sp_inst15015msg_us_mesg 3741, 16, "Cannot drop object '%.*s' because it is tagged as partitioned (# of slices=%ld) although it shouldn't."
179   
180           exec sp_inst15015msg_us_mesg 3904, 21, "Can't unsplit logical page %ld in %S_PTNINFO - both pages together contain more data than will fit on one page."
181   
182           exec sp_inst15015msg_us_mesg 3905, 21, "Can't unsplit logical page %ld in %S_PTNINFO - row number %d is used on both pages."
183   
184           exec sp_inst15015msg_us_mesg 3931, 16, "Transaction Manager API '%.*s' failed. It was invoked with a wrong transaction type '%ld'."
185   
186           exec sp_inst15015msg_us_mesg 3941, 10, "The MSDTC Interface %s failed with error 0x%lx -- %s."
187   
188           exec sp_inst15015msg_us_mesg 4205, 16, "Syslogs does not exist in its own segment in database '%S_DBID' with segmap '%ld' with logical start page number of '%ld'. You cannot use DUMP TRANSACTION in this case, use DUMP DATABASE instead."
189   
190           exec sp_inst15015msg_us_mesg 4211, 23, "Couldn't complete DUMP TRANsaction WITH NO_TRUNCATE on database '%.*s', because the log pointer in sysdatabases (page number %ld) is not accurate."
191   
192           exec sp_inst15015msg_us_mesg 4212, 16, "Page %ld in database '%.*s' cannot be used as a truncation page because the page belongs to object ID %ld and not to the log.  Choose another page."
193   
194           exec sp_inst15015msg_us_mesg 4213, 16, "Page %ld in database '%.*s' cannot be used as a truncation page because the page is not allocated.  Choose another page."
195   
196           exec sp_inst15015msg_us_mesg 4214, 16, "Cannot use page %ld in database '%.*s' as the trunc page because the LTM trunc state is not set to TRUNC_VALID.  Set LTM trunc state to TRUNC_VALID with DBCC SETTRUNC."
197   
198           exec sp_inst15015msg_us_mesg 4215, 21, "%s failed in database %.*s:  %ld not first log page in serially allocated log extent or allocation page.  Should be:  %ld.  Previous log record in  scan:  %ld."
199   
200           exec sp_inst15015msg_us_mesg 4216, 21, "%s failed in database %.*s:  unexpected end of log encountered on page %ld while scanning for page %ld."
201   
202           exec sp_inst15015msg_us_mesg 4218, 21, "Failure during DUMP of database '%.*s':  serial log page allocation rules  broken.  Current page: %ld;  next page: %ld;  piece end: %ld;   end-of-scan: %ld."
203   
204           exec sp_inst15015msg_us_mesg 4219, 21, "DUMP TRANsaction encountered an unexpected end to the log page chain. Last page in log as scanned:  %ld."
205   
206           exec sp_inst15015msg_us_mesg 4222, 16, "DUMP TRANSACTION for database '%S_DBID' failed: log page (%ld) is on a data-only segment. This is probably due to an incomplete move of the log to a device separate from the data. Complete the log migration or contact the System Administrator."
207   
208           exec sp_inst15015msg_us_mesg 4234, 21, "%s failed on database %.*s: Unable to get the secondary truncation page %ld."
209   
210           exec sp_inst15015msg_us_mesg 4313, 20, "Recreate index failed for table %ld, index %d. The table has been left in an inconsistent state, and the index is missing, so LOAD TRANSACTION errors may result. Run DBCC CHECKTABLE on the table if LOAD TRANSACTION succeeds."
211   
212           exec sp_inst15015msg_us_mesg 4314, 20, "Cannot find table %ld to recreate index %d."
213   
214           exec sp_inst15015msg_us_mesg 4317, 21, "Could not read log page %ld for database '%*s'; the DBINFO structure for this database is invalid, or the page chain is corrupt.  Cannot proceed with LOAD TRANSACTION."
215   
216           exec sp_inst15015msg_us_mesg 4318, 21, "Last log page 'next free byte' value is out of range: %ld; should be no greater than %ld."
217   
218           exec sp_inst15015msg_us_mesg 4321, 16, "ASE can not load this transaction log dump because version information in the dump does not match information in the database. Database: log version=%d, upgrade version=%ld. Dump: log version=%d, upgrade version=%ld."
219   
220           exec sp_inst15015msg_us_mesg 4322, 16, "ASE cannot load a dump of the master database that was dumped from an older version of ASE. The current master database upgrade version is %ld, the dump master database upgrade version is %ld."
221   
222           exec sp_inst15015msg_us_mesg 4408, 19, "The query and the views in it exceed the limit of %d tables."
223   
224           exec sp_inst15015msg_us_mesg 4430, 19, "The number of tables including the derived tables in the query exceeded the limit of %ld tables."
225   
226           exec sp_inst15015msg_us_mesg 4905, 21, "ALTER TABLE failed because page %ld of the system catalog sysindexes in database '%.*s' is not in the cache."
227   
228           exec sp_inst15015msg_us_mesg 4916, 16, "Cannot add new identity field to '%.*s' via alter table because the number of existing rows (%ld) exceeds the maximum value for the specified precision (%d)."
229   
230           exec sp_inst15015msg_us_mesg 4942, 16, "ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' which has a default bound to it. Unbind the default (object id '%ld') before dropping this column."
231   
232           exec sp_inst15015msg_us_mesg 4943, 16, "Dropping a column which is a primary key is not allowed. Drop the constraint (object id '%ld') before dropping this column."
233   
234           exec sp_inst15015msg_us_mesg 4944, 16, "Dropping a column which is a foreign key is not allowed. Drop the constraint (object id '%ld') before dropping this column."
235   
236           exec sp_inst15015msg_us_mesg 4946, 16, "Dropping a column from a table which has a constraint associated with it is not allowed. Drop the constraint (object id '%ld') before dropping this column."
237   
238           exec sp_inst15015msg_us_mesg 4974, 21, "Process %d was expected to hold logical lock on object %ld."
239   
240           exec sp_inst15015msg_us_mesg 5005, 10, "Extending database by %ld pages (%d.%d megabytes) on disk %.*s"
241   
242           exec sp_inst15015msg_us_mesg 5115, 16, "I/O error during disk initialization. PHYSNAME '%.*s' may be incorrect or %ld (VSTART + SIZE) may exceed the size of the device. Please consult the ASE error log for more details."
243   
244           exec sp_inst15015msg_us_mesg 5120, 10, "Bad segment map (%d) in sysusages for row with Dbid = %d, Logical Start = 0x%lx, Virtual Start = 0x%lx, and Size = 0x%lx.  Recommend you patch this value with correct information after Disk Refit completes."
245   
246           exec sp_inst15015msg_us_mesg 5135, 10, "Starting Dynamic Mirroring of %ld pages for logical device '%.*s'."
247   
248           exec sp_inst15015msg_us_mesg 5143, 10, "The remaining %ld pages are currently unallocated and will be mirrored as they are allocated."
249   
250           exec sp_inst15015msg_us_mesg 5146, 16, "The VDEVNO of %ld is out of range.  The maximum VDEVNO allowed is %ld."
251   
252           exec sp_inst15015msg_us_mesg 5147, 10, "Device size set to %ld blocks."
253   
254           exec sp_inst15015msg_us_mesg 5164, 10, "Initializing %ld pages only; insufficient disk space."
255   
256           exec sp_inst15015msg_us_mesg 5839, 16, "The value of 'max network packet size', '%ld', must be greater than or equal to the value of the 'default network packet size', '%ld'."
257   
258           exec sp_inst15015msg_us_mesg 5840, 16, "Illegal value (%ld) specified for the number of large extents."
259   
260           exec sp_inst15015msg_us_mesg 5843, 16, "Invalid Configuration: Cache alignment '%ld' is invalid.  Alignment must be a power of 2 greater than or equal to 2048.  Retry the command with a legal value."
261   
262           exec sp_inst15015msg_us_mesg 5846, 16, "Illegal value '%ld' specified for configuration option '%s'. The legal values are between '%ld' and '%ld'."
263   
264           exec sp_inst15015msg_us_mesg 5848, 16, "Warning: Unknown parameter '%s' found on line '%ld' of configuration file '%s'. This parameter is ignored. Edit the configuration file to remove or correct this parameter."
265   
266           exec sp_inst15015msg_us_mesg 5853, 16, "'%s' has been modified from '%ld' to '%ld' by the verification routine."
267   
268           exec sp_inst15015msg_us_mesg 5858, 10, "The configuration option '%s' has been changed by '%s' from '%ld' to '%ld'."
269   
270           exec sp_inst15015msg_us_mesg 5861, 16, "The current 'max memory' value '%ld', is not sufficient to change the parameter '%s' to '%ld'. 'max memory' should be greater than 'total logical memory' '%ld' required for the configuration."
271   
272           exec sp_inst15015msg_us_mesg 5881, 16, "The value of 'default network packet size', '%ld', must be less than or equal to the value of the 'max network packet size', '%ld'."
273   
274           exec sp_inst15015msg_us_mesg 5883, 0, "The value of 'number of locks', '%ld', is not enough to configure 'user connections' to '%ld'. 'number of locks' should be at least twice the value of 'user connections'."
275   
276           exec sp_inst15015msg_us_mesg 5887, 16, "Configuration Error: Duplicate Named Cache '%s' found around line '%ld' in the configuration file."
277   
278           exec sp_inst15015msg_us_mesg 5899, 16, "The value of the 'max memory' parameter (%ld) defined in the configuration file is not high enough to set the other parameter values specified in the configuration file."
279   
280           exec sp_inst15015msg_us_mesg 6008, 10, "Unable to write statistics for object %ld in database %ld. Please run update statistics on this table after boot-up or prior to accessing the table next time."
281   
282           exec sp_inst15015msg_us_mesg 6009, 10, "Unable to write statistics for all objects in database %ld. Please run update statistics on all objects in this database after boot-up or after loading this database."
283   
284           exec sp_inst15015msg_us_mesg 6010, 10, "Unable to write statistics for index %ld of object %ld in database %ld. Please run update statistics on this index after boot-up or prior to using this index."
285   
286           exec sp_inst15015msg_us_mesg 6011, 10, "Unable to write statistics for all indexes of object %ld in database %ld. Please run update statistics on all indexes after boot-up or prior to using the indexes next."
287   
288           exec sp_inst15015msg_us_mesg 6229, 10, "Cursor name '%.*s' is declared at nesting level '%ld'."
289   
290           exec sp_inst15015msg_us_mesg 6234, 10, "There have been %ld rows read, %ld rows updated and %ld rows deleted through this cursor."
291   
292           exec sp_inst15015msg_us_mesg 6239, 10, "The number of rows returned for each FETCH is %ld."
293   
294           exec sp_inst15015msg_us_mesg 6253, 10, "This cursor is declared on a stored procedure. It is using %ld bytes of memory.  The procedure's plan (%ld bytes) will be returned to the procedure cache when the cursor is closed."
295   
296           exec sp_inst15015msg_us_mesg 6254, 10, "This cursor is using %ld bytes of memory."
297   
298           exec sp_inst15015msg_us_mesg 6255, 10, "The cursor id is %ld."
299   
300           exec sp_inst15015msg_us_mesg 6271, 10, "The cursor was compiled at isolation level %ld."
301   
302           exec sp_inst15015msg_us_mesg 6701, 16, "Could not open dbid %d, object %ld."
303   
304           exec sp_inst15015msg_us_mesg 6702, 20, "Protection hash chain corrupt: element of type UNUSED found in hash chain (dbid %d, object %ld, protection type %d, protection status %d, column map %ld)"
305   
306           exec sp_inst15015msg_us_mesg 6902, 21, "Page timestamp value falls between the old and new timestamps from log. Page #=%ld, object id = %ld, page timestamp=%04x %08lx. Log: old timestamp=%04x %08lx, new timestamp=%04x %08lx. Log record marker = (%ld, %d)."
307   
308           exec sp_inst15015msg_us_mesg 6908, 21, "During redo the page timestamp value is less than old timestamp from log. Page #=%ld, object id = %ld, page timestamp=%04x %08lx. Log old timestamp=%04x %08lx."
309   
310           exec sp_inst15015msg_us_mesg 7112, 16, "Deadlock occurred while trying to lock page %ld, which is held by process %d."
311   
312           exec sp_inst15015msg_us_mesg 7114, 22, "Page %ld is not a valid text page."
313   
314           exec sp_inst15015msg_us_mesg 7120, 22, "Log record %ld:%d was not found in the LOG."
315   
316           exec sp_inst15015msg_us_mesg 7121, 22, "Free offset %d is invalid on page %ld."
317   
318           exec sp_inst15015msg_us_mesg 7123, 16, "Invalid text pointer value %s."
319   
320           exec sp_inst15015msg_us_mesg 7124, 16, "The offset and length specified in the READTEXT command is greater than the actual data length of %ld."
321   
322           exec sp_inst15015msg_us_mesg 7125, 16, "Text pointer value %s conflicts with the column name specified."
323   
324           exec sp_inst15015msg_us_mesg 7126, 16, "Text pointer value %s references a data page with an invalid text status."
325   
326           exec sp_inst15015msg_us_mesg 7127, 16, "Text pointer value %s references a data page with an invalid time stamp."
327   
328           exec sp_inst15015msg_us_mesg 7128, 16, "Text pointer value %s references a data page which is no longer allocated."
329   
330           exec sp_inst15015msg_us_mesg 7134, 16, "The text table and the table referenced by the text pointer value %s disagree."
331   
332           exec sp_inst15015msg_us_mesg 7137, 20, "Textptr Write Failed: An error occured while attempting to write TEXT/IMAGE/UNITEXT replication information for database %.*s, table %.*s, column %.*s. Please contact Sybase Technical Support for assistance. ( page %ld, datapage %ld, datarow %d )"
333   
334           exec sp_inst15015msg_us_mesg 7155, 22, "The st-node page linkage appears to be broken or corrupt. The command 'dbcc rebuild_text (%ld, %d, %ld)' can be executed to repair the st-node. (objid=%ld, colid=%d, FTP=%ld)."
335   
336           exec sp_inst15015msg_us_mesg 7156, 16, "Cannot read text value starting on page %ld because it has a different character set than is currently installed. This row needs to be re-inserted to convert it to the current character set. (CSID from tipsa %d, current CSID %d)."
337   
338           exec sp_inst15015msg_us_mesg 7164, 16, "Text/Image Replication Failure: An index for replication is missing for column ID = %d, table %s, in database %s. Run DBCC REINDEX to fix this error."
339   
340           exec sp_inst15015msg_us_mesg 7165, 16, "Text/Image Replication Failure: Table %s, column ID = %d, datarow for textpointer %s is missing. Run DBCC REINDEX to fix this error."
341   
342           exec sp_inst15015msg_us_mesg 7401, 10, "Could not allocate memory for the threshold task's argument list; threshold task cannot be spawned for database %d, segment %d, free space %ld."
343   
344           exec sp_inst15015msg_us_mesg 7402, 10, "Could not spawn the threshold handler procedure for database %d, segment %d, when only %ld free pages were left in the segment."
345   
346           exec sp_inst15015msg_us_mesg 7403, 10, "Threshold task could not use database %d, and so cannot execute the threshold procedure for segment %d, free space %ld."
347   
348           exec sp_inst15015msg_us_mesg 7404, 10, "Could not find row in systhresholds for database %.*s describing segment %d, free space %ld."
349   
350           exec sp_inst15015msg_us_mesg 7405, 10, "Threshold procedure name is missing from the systhresholds row in database %.*s for segment %d, free space %ld."
351   
352           exec sp_inst15015msg_us_mesg 7407, 10, "Failed to execute the threshold procedure for database %d, segment %d, free space %ld."
353   
354           exec sp_inst15015msg_us_mesg 7414, 10, "Threshold procedure '%.*s' returned an error indication (@status=%d) when called for database '%.*s', segment '%.*s', free_space %ld."
355   
356           exec sp_inst15015msg_us_mesg 7717, 20, "Attempted to drop temporary table with object id %ld, which is not in the temporary object lists for this task."
357   
358           exec sp_inst15015msg_us_mesg 7735, 16, "The specfied row count '%ld' for the cursor '%.*s' is invalid. The rowcount should always be greater than zero."
359   
360           exec sp_inst15015msg_us_mesg 7736, 20, "Unable to find lock request for tabid %ld dbid %d.  This is an internal error."
361   
362           exec sp_inst15015msg_us_mesg 7743, 16, "An explicit value for the identity field in table '%.*s' can only be specified in an insert statement when a field list is used."
363   
364           exec sp_inst15015msg_us_mesg 7757, 16, "The order-by position number '%ld' is out of range of the number of items in the select-list."
365   
366           exec sp_inst15015msg_us_mesg 7777, 16, "Changing certification state of object %S_OBJID, database %S_DBID to SUSPECT because of change in state of dependent object %.*s (previous object id %ld), database %S_DBID."
367   
368           exec sp_inst15015msg_us_mesg 7783, 10, "Internal error -- server failed to do garbage collection on this procedure, id = %ld.  Please save the query tree and procedure text and inform the technical support.  This is not a critical error, so server continues processing."
369   
370           exec sp_inst15015msg_us_mesg 7791, 16, "Unable to remap lockid for table %.*s in database %S_DBID. Printing diagnostic information: tobjp: 0x%lx, lkr: 0x%lx, rgtabid: %ld."
371   
372           exec sp_inst15015msg_us_mesg 7905, 10, "The number of rows in sysindexes for this table was %ld.  It has been corrected to %ld."
373   
374           exec sp_inst15015msg_us_mesg 7906, 10, "The number of data pages in sysindexes for this table was %ld.  It has been corrected to %ld."
375   
376           exec sp_inst15015msg_us_mesg 7907, 16, "The status in the first page (%ld) of the no_log table %.*s and the status in the sysobjects row, do not match."
377   
378           exec sp_inst15015msg_us_mesg 7910, 16, "Page %ld allocated 	(Alloc page: %ld Extent ID: %ld Alloc mask: 0x%x)"
379   
380           exec sp_inst15015msg_us_mesg 7911, 16, "Page %ld deallocated 	(Alloc page: %ld Extent ID: %ld Alloc mask: 0x%x)"
381   
382           exec sp_inst15015msg_us_mesg 7912, 16, "EXTID:%ld (Alloc page: %ld) is initialized.  Extent follows:"
383   
384           exec sp_inst15015msg_us_mesg 7913, 16, "PTNID=%d SPARE=%d OBJID=%ld RESERVE=0x%x FORWARD=0x%x ALLOC=0x%x DEALLOC=0x%x INDID=%d STATUS=0x%x"
385   
386           exec sp_inst15015msg_us_mesg 7914, 10, "Allocation page %ld extid %ld is not referenced, but there are referenced pages within this extent.  Contact Technical Support for assistance on object %ld."
387   
388           exec sp_inst15015msg_us_mesg 7915, 10, "Allocation page %ld extid %ld is referenced, but there are no referenced pages within this extent.  Contact Technical Support for assistnace on object %ld."
389   
390           exec sp_inst15015msg_us_mesg 7916, 10, "Total (# alloc pages = %ld, # of alloc pages modified = %ld)."
391   
392           exec sp_inst15015msg_us_mesg 7917, 16, "Total (# pages allocated=%ld pages deallocated=%ld extents deleted=%ld)."
393   
394           exec sp_inst15015msg_us_mesg 7918, 16, "Alloc page %ld (pgs allocated=%ld pgs deallocated=%ld extents deleted=%ld)."
395   
396           exec sp_inst15015msg_us_mesg 7920, 16, "Processed %ld entries in the sysindexes for dbid %d."
397   
398           exec sp_inst15015msg_us_mesg 7921, 16, "Found %ld bad entries in the sysindexes."
399   
400           exec sp_inst15015msg_us_mesg 7923, 16, "TABLE: %.*s		OBJID = %ld"
401   
402           exec sp_inst15015msg_us_mesg 7924, 16, "PARTITION ID=%ld FIRST=%ld ROOT=%ld SORT=%d"
403   
404           exec sp_inst15015msg_us_mesg 7925, 16, "Indid : %d, partition : %d. %ld Index pages allocated and %ld Extents allocated."
405   
406           exec sp_inst15015msg_us_mesg 7926, 16, "Data level: indid %d, partition %d. %ld Data pages allocated and %ld Extents allocated."
407   
408           exec sp_inst15015msg_us_mesg 7927, 16, "TOTAL # of extents = %ld"
409   
410           exec sp_inst15015msg_us_mesg 7928, 16, "Index %.*s is not consistent; found %d leaf rows but %ld data rows. Drop and recreate the index."
411   
412           exec sp_inst15015msg_us_mesg 7938, 16, "Table Corrupt: The oam entry for object %ld, indid %ld, alloc pg %ld, has a used count of %d and an unused count of %d.  The used count should be %d and the unused count should be %d."
413   
414           exec sp_inst15015msg_us_mesg 7939, 16, "Table Corrupt: The entry is missing from the OAM for object id %ld indid %d partition %ld for allocation page %ld."
415   
416           exec sp_inst15015msg_us_mesg 7948, 16, "Page %ld, object %ld, partition %ld, index %d, level %d, was found with fixed-row status improperly set. That status has been cleared by DBCC."
417   
418           exec sp_inst15015msg_us_mesg 7949, 16, "The number of pages used and unused for object %ld index %d partition %ld on allocation page %ld do not match the counts in the OAM entry. Actual used/unsed counts: [%d, %d]. Used/unused counts in OAM entry: [%d, %d]."
419   
420           exec sp_inst15015msg_us_mesg 7953, 10, "Unable to acquire an exclusive lock on text page %ld. This text value has not been recalculated.  In order to recalculate those TEXT pages you must release the lock and reissue the DBCC FIX_TEXT command."
421   
422           exec sp_inst15015msg_us_mesg 7967, 20, "Allocation page %ld in database %d does not hold the address lock required for initializing the diagnostic bitmaps or correcting its allocation errors."
423   
424           exec sp_inst15015msg_us_mesg 7969, 10, "Allocation reports cannot be generated for object %ld in database %d."
425   
426           exec sp_inst15015msg_us_mesg 7972, 10, "The oam counts for objid %ld indid %d are corrected."
427   
428           exec sp_inst15015msg_us_mesg 7977, 16, "First page %ld and Root page %ld are not same."
429   
430           exec sp_inst15015msg_us_mesg 7978, 20, "One or more text chain(s) for object %ld in database %ld is corrupt."
431   
432           exec sp_inst15015msg_us_mesg 7979, 16, "Text chain linkage corrupted for Page %ld of Object %ld."
433   
434           exec sp_inst15015msg_us_mesg 7980, 16, "Unreferenced text chain found for page %ld, nextpage %ld, prevpage %ld."
435   
436           exec sp_inst15015msg_us_mesg 7989, 16, "The serial allocation flag was found to be improperly set in allocation unit %ld, at extent ID %ld, with alloc map = %d and objid = %ld.  This flag has been cleared by DBCC."
437   
438           exec sp_inst15015msg_us_mesg 8005, 15, "Received a procedure name length of %ld. The TDS datastream is incorrect."
439   
440           exec sp_inst15015msg_us_mesg 8015, 10, "Adaptive Server has truncated parameter number %d passesd to rpc '%.*s' on server '%.*s'. The remote server does not support character or binary data wider than 255 bytes."
441   
442           exec sp_inst15015msg_us_mesg 8201, 26, "Keep count of descriptor (objid=%ld, dbid=%d) was expected to be %d. Instead %d was found."
443   
444           exec sp_inst15015msg_us_mesg 8211, 26, "Mismatch found between the name and id descriptor hash table for table '%.*s', objid = %ld. Descriptor hashed by name = 0x%0x and hashed by id = 0x%0x."
445   
446           exec sp_inst15015msg_us_mesg 8215, 14, "An attempt was made to drop the DES of object %ld, which is not a user-defined object."
447   
448           exec sp_inst15015msg_us_mesg 8401, 21, "Object with id of %ld was not found in database number %d."
449   
450           exec sp_inst15015msg_us_mesg 8402, 21, "Index row for object %ld (index id %d) was not found in database %d."
451   
452           exec sp_inst15015msg_us_mesg 8415, 21, "Unexpected value '%d' returned from lock manager after waiting for lock on page %ld, dbid %d."
453   
454           exec sp_inst15015msg_us_mesg 8438, 21, "Updating wrong indexrow in dbid %d. Objid for actual row updated is %ld, objid for intended row was %ld. Index id for intended row was %d. Index page is %ld, field updated is %d. Index row address is %0x, row number is %d."
455   
456           exec sp_inst15015msg_us_mesg 8608, 18, "pss=0x%lx has been marked sick. pss->p3stat=0x%lx pss->pspid=%d pss->pkspid=%d pss->pmasterxact=0x%lx. There might be open xdes/sdes associated with the pss. Please report this problem to Sybase Tech. Support."
457   
458           exec sp_inst15015msg_us_mesg 8701, 26, "Sitebuf has invalid state or keepcount. sitebuf=0x%lx, state=%d, keepcount=%ld."
459   
460           exec sp_inst15015msg_us_mesg 8702, 26, "Sitebuf has invalid state. sitebuf=0x%lx, state=%d."
461   
462           exec sp_inst15015msg_us_mesg 8703, 26, "Invalid keep count in sitebuf. sitebuf=0x%lx, keepcount=%ld."
463   
464           exec sp_inst15015msg_us_mesg 8704, 26, "Could not get the address lock. address=0x%lx, status=%d."
465   
466           exec sp_inst15015msg_us_mesg 8706, 26, "Invalid keep count in sitebuf. sitebuf=0x%lx, keepcount=%ld, lcfreed=%d."
467   
468           exec sp_inst15015msg_us_mesg 8801, 26, "Logconn has invalid state or keepcount. logconn=0x%lx, state=%d, keepcount=%d."
469   
470           exec sp_inst15015msg_us_mesg 8802, 26, "Logconn has invalid state. logconn=0x%lx, state=%d."
471   
472           exec sp_inst15015msg_us_mesg 8806, 26, "Corrupted pre-read data list in lc__flush. logconn=0x%lx, dtbeg=0x%lx, dtend=0x%lx."
473   
474           exec sp_inst15015msg_us_mesg 8901, 26, "Databuf has invalid state. databuf=0x%lx, state=%ld."
475   
476           exec sp_inst15015msg_us_mesg 8902, 26, "Logconn has invalid state or keepcount. logconn=0x%lx, state=%d, keepcount=%d."
477   
478           exec sp_inst15015msg_us_mesg 8903, 26, "Invalid state in logconn. logconn=0x%lx, state=%d."
479   
480           exec sp_inst15015msg_us_mesg 8904, 26, "Invalid state in databuf or corrupted databuf chain.  databuf=0x%lx, state=%ld, dnext=0x%lx."
481   
482           exec sp_inst15015msg_us_mesg 9004, 20, "I/O error detected on disk buffer 0x%X for page request %ld, dbid %d."
483   
484           exec sp_inst15015msg_us_mesg 9142, 16, "Usage: DBCC REPLICATE_TXTCOL (objid, colid, { always_replicate | replicate_if_changed | do_not_replicate } )"
485   
486           exec sp_inst15015msg_us_mesg 9147, 16, "Replication Not Enabled: Replication on table %.*s in database %.*s, has not been enabled yet. Run sp_setreplicate or sp_setrepcol before calling DBCC REPLICATE_TXTCOL, the DBCC REPLICATE_TXTCOL command is not executed. (objid %ld)"
487   
488           exec sp_inst15015msg_us_mesg 9211, 20, "%S_REPAGNT: Received the following error message from the Replication Server: Msg %ld. %.*s."
489   
490           exec sp_inst15015msg_us_mesg 9283, 20, "%S_REPAGNT: Aborting because a cross database stored procedure execution was detected. This event needs to be manually applied, and skipped before restarting the RepAgent. (sproc dbid %d, sproc objid %ld, current marker (%d, %d))"
491   
492           exec sp_inst15015msg_us_mesg 9513, 18, "The builtin function 'syb_sendmsg' failed to send the message '%.*s' to the destination address '%.*s' due to a failure to bind the socket to a local port number %ld provided by using dbcc tune. Please report this error to your Systems Administrator."
493   
494           exec sp_inst15015msg_us_mesg 9817, 16, "Invalid object ID %ld. Valid user object ID is a positive integer."
495   
496           exec sp_inst15015msg_us_mesg 9819, 11, "Object ID %ld does not exist in database `%.*s'."
497   
498           exec sp_inst15015msg_us_mesg 9820, 11, "Partition number %d for object ID %ld in database `%.*s' does not exist."
499   
500           exec sp_inst15015msg_us_mesg 9904, 10, "Total (# of text chains = %ld  text pages = %ld) in this table."
501   
502           exec sp_inst15015msg_us_mesg 9905, 10, "Processed %ld tables. Found %ld good text entries, %ld bad text entries in this database"
503   
504           exec sp_inst15015msg_us_mesg 9911, 10, "Object %ld has one row in Syspartitions"
505   
506           exec sp_inst15015msg_us_mesg 9912, 10, "Object %ld has partition %ld instead of %ld in Syspartitions"
507   
508           exec sp_inst15015msg_us_mesg 9922, 16, "The first page %ld in sysindexes for table '%.*s' does not match with first page %ld for the table's first partition in Syspartitions."
509   
510           exec sp_inst15015msg_us_mesg 9923, 16, "The first page %ld in syspartitions for partition %ld of table '%.*s' has previous page # %ld in its page header. The previous page # should be NULL."
511   
512           exec sp_inst15015msg_us_mesg 9924, 16, "The last page %ld in syspartitions for partition %ld of table '%.*s' has next page # %ld in its page header. The next page # should be NULL."
513   
514           exec sp_inst15015msg_us_mesg 9931, 22, "The %S_MSG page (%ld) found in the page chain does not match with the %S_MSG page (%ld) found in the slice control page (%ld), for table '%.*s', on slice %ld. The table may be corrupt."
515   
516           exec sp_inst15015msg_us_mesg 9935, 10, "ASE will not refresh index descriptor as the object descriptor for objid %ld in dbid %d is not installed in cache."
517   
518           exec sp_inst15015msg_us_mesg 9936, 20, "Error while trying to refresh sysindexes row within index descriptor with indid %d objid %ld and dbid %d."
519   
520           exec sp_inst15015msg_us_mesg 9996, 16, "Keys of index id %d for table '%.*s' in %S_MSG not in proper order. Drop and recreate the index. (index page %ld)"
521   
522           exec sp_inst15015msg_us_mesg 9997, 16, "Root page %ld in index id %ld of object id %ld does not have BT_ROOT bit set"
523   
524           exec sp_inst15015msg_us_mesg 9998, 16, "Index page %ld has object id %ld which is different from object id %ld"
525   
526           exec sp_inst15015msg_us_mesg 9999, 16, "Rids not in ascending order in index page %ld for row %ld at offset %ld (indid %ld, object %ld). Drop and recreate the index."
527   
528           exec sp_inst15015msg_us_mesg 10218, 10, "        Executed in parallel by coordinating process and %ld worker processes."
529   
530           exec sp_inst15015msg_us_mesg 10219, 10, "        Executed in parallel by %ld worker processes."
531   
532           exec sp_inst15015msg_us_mesg 10220, 10, "%s  Executed in parallel with a %ld-way partition scan."
533   
534           exec sp_inst15015msg_us_mesg 10221, 10, "    Executed in parallel by coordinating process and %ld worker processes."
535   
536           exec sp_inst15015msg_us_mesg 10225, 10, "Auxiliary scan descriptors required: %ld"
537   
538           exec sp_inst15015msg_us_mesg 10231, 10, "The current batch id '%lu' does not match the specified batch id '%ld'. Specify just the spid value to obtain the current batch id."
539   
540           exec sp_inst15015msg_us_mesg 10232, 10, "The current context id '%ld' does not match the specified context id '%ld'. Specify just the spid value to obtain the current context id."
541   
542           exec sp_inst15015msg_us_mesg 10236, 10, "        Executed by %ld worker processes."
543   
544           exec sp_inst15015msg_us_mesg 10237, 10, "%s  Executed in parallel with a %ld-way hash scan."
545   
546           exec sp_inst15015msg_us_mesg 10257, 10, "        Executing a newly cached statement."
547   
548           exec sp_inst15015msg_us_mesg 10258, 10, "        Executing a previously cached statement."
549   
550           exec sp_inst15015msg_us_mesg 10355, 16, "Changing certification state of object %S_OBJID, database %S_DBID to SUSPECT because of change in state of dependent object %.*s (previous object id %ld), database %S_DBID."
551   
552           exec sp_inst15015msg_us_mesg 10472, 10, "systemwide password expiration is the number of days that passwords remain in effect after they are changed. The default is 0 (passwords do not expire)."
553   
554           exec sp_inst15015msg_us_mesg 10697, 10, "maximum failed logins is the number of _consecutive_ failed login attempts permitted before the targeted login is locked. It is set to zero after every successful login."
555   
556           exec sp_inst15015msg_us_mesg 10698, 10, "minimum password length is the minimum number of characters a password must have to be accepted for any new logins. Logins that were set up using the previously set minimum password length can continue having fewer characters for their passwords."
557           exec sp_inst15015msg_us_mesg 10762, 16, "Cannot initialize the Java Virtual Machine because the Java class library ($SYBASE/$SYBASE_ASE/lib/runtime.zip) is either missing, corrupted, or incompatible with the current server release. Contact your System Administrator for help."
558   
559           exec sp_inst15015msg_us_mesg 10818, 10, "Warning: the value provided for 'parallel_degree' ('%ld') was less than the value of 'scan_parallel_degree' ('%ld'). The value of 'scan_parallel_degree' has been adjusted to '%ld'."
560   
561           exec sp_inst15015msg_us_mesg 10819, 10, "The value of 'scan_parallel_degree' ('%ld') cannot be larger than the value of 'scan_parallel_degree' set by a calling procedure. The value '%ld' is used."
562   
563           exec sp_inst15015msg_us_mesg 10823, 16, "The specified memory, '%ldK', is not big enough to configure the configuration parameter, '%s', to a valid value."
564   
565           exec sp_inst15015msg_us_mesg 10824, 16, "Illegal value '%s' specified for configuration option '%s'. The legal values are between '%ld' and '%ld'."
566   
567           exec sp_inst15015msg_us_mesg 10825, 16, "Configuration parameter, '%s', will consume more than %ld bytes of memory if configured at %ld."
568   
569           exec sp_inst15015msg_us_mesg 10826, 16, "The value of the 'max memory' parameter '%ld' is not high enough to set the other parameter values for the current ASE configuration."
570   
571           exec sp_inst15015msg_us_mesg 10841, 16, "The value of parameter 'max memory' '%ld' cannot be less than the 'total logical memory' size '%ld'. Please reconfigure 'max memory' to be greater than or equal to the total logical memory required."
572   
573           exec sp_inst15015msg_us_mesg 10846, 16, "Overflow error: 'total logical memory' '%d' (2k pages) exceeds the maximum size of memory available on a '%d' bit platform: '%lu' bytes. Please reduce the configuration values that are consuming large amounts of memory."
574   
575           exec sp_inst15015msg_us_mesg 10864, 16, "Unable to create cache (%.*s) online. There is insufficient heap memory to allocate %ld bytes. To create a cache online, increase configuration parameter 'heap memory per user' or try the command when there is less activity on the system."
576   
577           exec sp_inst15015msg_us_mesg 10879, 16, "The current 'max memory' value '%ld', is not sufficient to change the size of cache '%.*s' to '%.*s' (%d KB). 'max memory' should be greater than 'total logical memory' '%ld' required for the configuration."
578   
579           exec sp_inst15015msg_us_mesg 11001, 10, "Row count exceeded limit of %ld."
580   
581           exec sp_inst15015msg_us_mesg 11002, 10, "Estimated IO cost exceeded limit of %ld."
582   
583           exec sp_inst15015msg_us_mesg 11003, 10, "Actual IO cost exceeded limit of %ld."
584   
585           exec sp_inst15015msg_us_mesg 11004, 10, "Query batch running time exceeded limit of %ld."
586   
587           exec sp_inst15015msg_us_mesg 11005, 10, "Transaction's running time exceeded limit of %ld."
588   
589           exec sp_inst15015msg_us_mesg 11031, 16, "Execution of %S_MSG %.*s failed because of errors parsing the source text in syscomments during upgrade. Please drop and recreate %.*s."
590   
591           exec sp_inst15015msg_us_mesg 11056, 16, "Exceeded tempdb space limit of %ld pages."
592   
593           exec sp_inst15015msg_us_mesg 11080, 16, "The definition tree (object id: %ld) of computed column '%.*s' is missing."
594   
595           exec sp_inst15015msg_us_mesg 11236, 16, "Update or 'complex INSERT' of non-NULL TEXT/IMAGE data is unsupported by server '%.*s'. Use WRITETEXT instead."
596   
597           exec sp_inst15015msg_us_mesg 11238, 16, "Complex INSERT of TEXT/IMAGE data is not supported. Use WRITETEXT instead."
598   
599           exec sp_inst15015msg_us_mesg 11249, 10, "....... Executing Partial Query Remotely"
600   
601           exec sp_inst15015msg_us_mesg 11250, 10, "....... EXISTS TABLE: Executing Query Remotely"
602   
603           exec sp_inst15015msg_us_mesg 11265, 10, "....... Executing Query Remotely"
604   
605           exec sp_inst15015msg_us_mesg 11284, 16, "The target of a 'select into existing table' statement must be a proxy table."
606   
607           exec sp_inst15015msg_us_mesg 11294, 16, "The remote server ('%.*s') class %d is not supported by UPDATE STATISTICS in import mode."
608   
609           exec sp_inst15015msg_us_mesg 11718, 16, "%ld is not a valid partition number. Partition number must be greater than 0."
610   
611           exec sp_inst15015msg_us_mesg 11719, 16, "Error converting %ld to IDENTITY_START value."
612   
613           exec sp_inst15015msg_us_mesg 12034, 17, "Collection of monitoring data for table '%.*s' failed due to insufficient memory. Retry when there is less load, or fewer users, on the server. %lu rows were not returned because %lu bytes of memory could not be allocated."
614   
615           exec sp_inst15015msg_us_mesg 12203, 18, "Lock cache entry not found for spid %d, lock 0x%lx, type %d, suff class %d. Please notify your system administrator."
616   
617           exec sp_inst15015msg_us_mesg 12205, 17, "Could not acquire a lock within the specified wait period. %s level wait period=%d seconds, spid=%d, lock type=%s, dbid=%d, objid=%ld, pageno=%ld, rowno=%ld. Aborting the transaction."
618   
619           exec sp_inst15015msg_us_mesg 12207, 10, "Could not acquire a lock within the specified wait period. %s level wait period=%d seconds, spid=%d, lock type=%s, dbid=%d, objid=%ld, pageno=%ld, rowno=%ld."
620   
621           exec sp_inst15015msg_us_mesg 12307, 26, "Row %d of Page %ld in table '%.*s' (id = %ld) in dbid %d is not locked."
622   
623           exec sp_inst15015msg_us_mesg 12308, 21, "Internal error : Invalid row id (Row %d, Page %ld) encountered in the table '%.*s' in the database '%.*s'."
624   
625           exec sp_inst15015msg_us_mesg 12309, 21, "Expanding update on object '%.*s' in database '%.*s' cannot succeed on page %ld, because the contiguous_free_bytes of %d is less than the difference of %d between new rowlen and old rowlen. This is an internal error."
626   
627           exec sp_inst15015msg_us_mesg 12310, 21, "Internal error: split or shrink propagation failed to commit after changing the page %ld of index id %d of table '%S_OBJID' (id = %ld) in database '%S_DBID'. Xactid is (%ld,%d). Drop and re-create the index."
628   
629           exec sp_inst15015msg_us_mesg 12311, 20, "Internal error: address lock request on page %ld of index id %d of table '%S_OBJID' (id = %ld) in database '%S_DBID' failed with status %d. No need to drop the index."
630   
631           exec sp_inst15015msg_us_mesg 12312, 20, "Index with id %d of table '%S_OBJID' (id = %ld) in database '%S_DBID' is already at the maximum allowed height. It cannot grow any further. Try dropping and recreating the index."
632   
633           exec sp_inst15015msg_us_mesg 12313, 21, "Internal error: Insert into page id %ld of index id %d of table '%S_OBJID' (id = %ld) in database '%S_DBID' tried to replace undeleted RID (%ld,%d) at slot %d and ridposn %d. Try dropping and recreating the index."
634   
635           exec sp_inst15015msg_us_mesg 12314, 21, "Bad child page pointer found on page %ld of index with id %d of table '%.*s' in database '%.*s'. Expected child page pointer to be %ld but found %ld. Check if the index is consistant using DBCC."
636   
637           exec sp_inst15015msg_us_mesg 12315, 21, "Corrupt page, Internal error: Mismatch between tail timestamp '%04x' and the low two bytes of timestamp in the page header '%04x' while accessing page '%ld' of object '%ld' in database '%d'. Please contact Sybase Technical Support."
638   
639           exec sp_inst15015msg_us_mesg 12317, 20, "Internal error: Insert of a key of size %ld into page %ld of index id %d of table '%S_OBJID' (id = %ld) in database '%S_DBID' failed because page has freespace of size %ld. Try again or drop and recreate the index."
640   
641           exec sp_inst15015msg_us_mesg 12318, 20, "Fatal internal error ecountered during scan on the index with id %d on table '%.*s' in database '%.*s'. Isolation level is %d. Scan status is %ld. Current index scan page is %ld. Please contact Sybase Technical Support."
642   
643           exec sp_inst15015msg_us_mesg 12321, 20, "Internal error: No split point found for page %ld of index %d of object %ld. Old page : %d entries, free space = %d. Split point information : <(%d), (%d), (%d, %d, %d)>."
644   
645           exec sp_inst15015msg_us_mesg 12323, 20, "Internal error occured during rebuild of index id %d of table '%S_OBJID' (id = %ld) in database '%S_DBID' while processing page %ld. Run dbcc checktable to see if the index is consistent."
646   
647           exec sp_inst15015msg_us_mesg 12326, 21, "Table Corrupt: Free offset in page header is not reasonable; free offset should be >= %d and <= %d; check this page and offset (page#=%ld freeoffset on the page header=%ld)."
648   
649           exec sp_inst15015msg_us_mesg 12327, 16, "Could not find index partition for index '%d' associated with data partition '%d' of object '%ld' in database dbid '%d'."
650   
651           exec sp_inst15015msg_us_mesg 12328, 21, "The calculated row offset '%d' of an index key on page '%ld' for object '%ld' in database '%d' is out of bounds (table offset on page = '%d', page status = '%d', local offset table address = 0x%lx)."
652   
653           exec sp_inst15015msg_us_mesg 12332, 16, "Table id %ld contains suspect partitions. This table is only available for read-only purposes until the REORG REBUILD or Repartition (ALTER TABLE PARTITION BY) command has been run on the indicated table to repair the partitions."
654   
655           exec sp_inst15015msg_us_mesg 12334, 21, "Attempts to read logical page '%ld', virtpage '%ld' from virtual device '%d' for %S_PTNINFO failed due to read failure in prefetch. Please contact Sybase Technical Support."
656   
657           exec sp_inst15015msg_us_mesg 12504, 10, "Timestamp mismatch error was not generated on page because page is marked for deallocation. Page #=%ld, object id = %ld, page timestamp=%04x %08lx. Log old timestamp=%04x %08lx."
658   
659           exec sp_inst15015msg_us_mesg 12505, 18, "could not open table '%ld' in database '%d' by id"
660   
661           exec sp_inst15015msg_us_mesg 12506, 18, "sysstatistics upgrade error in table '%.*s' index '%.*s' distribution page %ld - bad page format - run update statistics on this table after upgrade"
662   
663           exec sp_inst15015msg_us_mesg 12507, 18, "sysstatistics upgrade error in table '%.*s' index '%.*s' distribution page %ld - nulls not a beginning of page - run update statistics on this table after upgrade"
664   
665           exec sp_inst15015msg_us_mesg 12508, 18, "sysstatistics upgrade error in table '%.*s' index '%.*s' distribution page %ld - values not in ascending order - run update statistics on this table after upgrade"
666   
667           exec sp_inst15015msg_us_mesg 12519, 18, "sysstatistics upgrade error in table '%.*s' index '%.*s' distribution page %ld - exception occurred - run update statistics on this table after upgrade"
668   
669           exec sp_inst15015msg_us_mesg 12531, 16, "Cannot recover from log record %s at %S_RID affecting page %ld in '%S_DBID'. Reapply the log records using an earlier (pre-12.0) version of Adaptive Server, or contact Sybase Technical Support for assistance."
670   
671           exec sp_inst15015msg_us_mesg 12540, 10, "Modified timestamp on page %ld of (%d, %d) which falls between log old ts (%d, %d) and log new ts (%d, %d) during recovery of database id %d."
672   
673           exec sp_inst15015msg_us_mesg 12541, 10, "Modified timestamp on page %ld of (%d,%d) which is older than log old ts (%d, %d) during recovery of database id %d."
674   
675           exec sp_inst15015msg_us_mesg 12546, 18, "During undo the timestamp to be assigned to a page is less than the current page timestamp. Page = %ld, object id = %ld, page timestamp = (%04x %08lx), new page timestamp = (%04x %08lx)."
676   
677           exec sp_inst15015msg_us_mesg 12586, 10, "Database '%.*s', checkpoint=(%ld, %d), first=(%ld, %d), last=(%ld, %d)."
678   
679           exec sp_inst15015msg_us_mesg 12717, 10, "Suspect data encountered: Database '%.*s', object '%.*s', index ID '%ld', page ID '%ld'."
680   
681           exec sp_inst15015msg_us_mesg 12718, 10, "Suspect data encountered: Database: '%.*s', Page: '%ld' (object information not available)."
682   
683           exec sp_inst15015msg_us_mesg 12721, 10, "Suspect Granularity: Page '%ld' of database '%.*s' was made accessible to all users from previous state '%.*s'."
684   
685           exec sp_inst15015msg_us_mesg 12722, 10, "Suspect Granularity: The access state of page '%ld' of database '%.*s' was changed from '%.*s' to '%.*s'."
686   
687           exec sp_inst15015msg_us_mesg 12723, 10, "Suspect Granularity: Object '%ld' with index '%ld' of database '%.*s' was made accessible to all users from previous state '%.*s'."
688   
689           exec sp_inst15015msg_us_mesg 12724, 10, "Suspect Granularity: The access state of object '%ld' with index '%d' of database '%.*s' was changed from '%.*s' to '%.*s'."
690   
691           exec sp_inst15015msg_us_mesg 12732, 18, "Recovery (Suspect Granularity): Unable to mark suspect object '%ld'.Inform your System Administrator."
692   
693           exec sp_inst15015msg_us_mesg 12736, 10, "Recovery (Suspect Granularity): Allocation page %ld is corrupted."
694   
695           exec sp_inst15015msg_us_mesg 12747, 10, "Recovery (Suspect Granularity): Suspect page encountered: database '%.*s', page '%ld', session (%ld, %d), log row ID (%ld, %d)."
696   
697           exec sp_inst15015msg_us_mesg 12748, 10, "Recovery (Suspect Granularity): Suspect object in database '%.*s', object '%.*s', index '%ld'."
698   
699           exec sp_inst15015msg_us_mesg 12761, 10, "Recovery (Suspect Granularity): Page '%ld' of database '%.*s' is removed from suspect page list because it was unallocated at end of recovery due to page/extent deallocation. This page is clean and no action is required."
700   
701           exec sp_inst15015msg_us_mesg 12767, 10, "Suspect data encountered:  Database: '%.*s', Object: '%ld'"
702   
703           exec sp_inst15015msg_us_mesg 12768, 10, "Suspect Granularity: (for Testing only) Simulated error to create suspect pages. Objid: '%ld', Indid: '%ld', Errtype: '%d', Logtype: '%d', Pagetype: '%d', PageNo: '%ld', Simulation Type: '%.*s'."
704   
705           exec sp_inst15015msg_us_mesg 12770, 10, "Suspect index encountered: database '%.*s', object '%.*s', index '%ld'."
706   
707           exec sp_inst15015msg_us_mesg 12802, 16, "Invalid partition number %ld. Valid partition number is a positive integer."
708   
709           exec sp_inst15015msg_us_mesg 12827, 16, "Warning: command 'addcert' adds certificate path %s with its common name field different from server name or from the common name set in the directory service entry."
710   
711           exec sp_inst15015msg_us_mesg 12829, 16, "Warning: command 'addcert' adds certificate path '%s' that is not yet valid. Error '%s'."
712   
713           exec sp_inst15015msg_us_mesg 12830, 16, "Warning: command 'addcert' adds certificate path '%s' that has expired. Error %s."
714   
715           exec sp_inst15015msg_us_mesg 12844, 10, "The value of 'repartition_degree' (`%ld') cannot be larger than the value of configuration parameter 'max repartition degree' (`%ld'). The value '%ld' is used for 'repartition_degree'."
716   
717           exec sp_inst15015msg_us_mesg 12845, 10, "The value of 'resource_granularity' (`%ld') cannot be larger than the value of configuration parameter 'max resource granularity' (`%ld'). The value '%ld' is used for 'resource_granularity'."
718   
719           exec sp_inst15015msg_us_mesg 12856, 16, "Incorrect UPDATE STATISTICS calibration percentage '%ld' requested. Enter a value between '0' and '100'."
720   
721           exec sp_inst15015msg_us_mesg 12905, 16, "Index %ld of object %ld corrupt; key values in child page %ld inconsistent for parent page %ld. Drop and recreate the index."
722   
723           exec sp_inst15015msg_us_mesg 12906, 16, "Index %ld of object %ld has wrong level %d for page %ld, parent %ld is at level %d"
724   
725           exec sp_inst15015msg_us_mesg 12908, 16, "Index %ld of object %ld has orphan leaf page %ld. Drop and recreate the index."
726   
727           exec sp_inst15015msg_us_mesg 12909, 16, "Table with object id=%ld (name = %S_OBJID) inconsistent after Large Scale Allocation. %ld pages in extent %ld were found reserved."
728   
729           exec sp_inst15015msg_us_mesg 12910, 16, "Page %ld in extent %ld in Table with object id %ld (name = %S_OBJID) and index %ld is in the process of being allocated. To verify if the page is indeed allocated, run TABLEALLOC with the FIX option when there are no active transactions."
730   
731           exec sp_inst15015msg_us_mesg 12931, 10, "The total number of empty pages (with all deleted rows) in this table is %ld."
732   
733           exec sp_inst15015msg_us_mesg 12932, 10, "The total number of pages which could be garbage collected to free up some space is %ld."
734   
735           exec sp_inst15015msg_us_mesg 12934, 16, "Page %ld of object %ld, indid %ld undergoing change. Some pages of indid %ld may not be checked, retry the command later."
736   
737           exec sp_inst15015msg_us_mesg 12936, 10, "Failed to (re)build the st-node. Please issue the command 'dbcc rebuild_text (%ld, %d, %ld)' to (re)build the st-node. (objid=%ld, colid=%d, FTP=%ld)."
738   
739           exec sp_inst15015msg_us_mesg 12946, 10, "%ld allocation pages have been corrected to match database ID %d."
740   
741           exec sp_inst15015msg_us_mesg 12947, 16, "Syslogs free space is currently %ld pages but DBCC counted %ld pages. This descrepancy may be spurious if this count was done in multi-user mode. Please run DBCC TABLEALLOC(syslogs, full, fix) to correct it."
742   
743           exec sp_inst15015msg_us_mesg 12948, 10, "Syslogs free space count has been successfully recalculated. It has been corrected to %ld pages."
744   
745           exec sp_inst15015msg_us_mesg 12956, 10, "The reserved status was found to be improperly set in %ld pages. That status has been cleared by DBCC."
746   
747           exec sp_inst15015msg_us_mesg 12959, 10, "The segmap field was found to be improperly set in %ld allocation page(s) and it has been fixed by DBCC."
748   
749           exec sp_inst15015msg_us_mesg 12974, 16, "engine %d has outstanding ct-lib/java/messaging connections and cannot be offlined"
750   
751           exec sp_inst15015msg_us_mesg 12981, 16, "Error while trying to refresh syspartitions row within partition descriptor with dbid %d objid %ld indid %d and partition id %ld."
752   
753           exec sp_inst15015msg_us_mesg 12999, 16, "Partition id '%ld' is not found in dbid '%d'."
754   
755           exec sp_inst15015msg_us_mesg 13152, 10, "--Adaptive Server has expanded all '*' elements in the following statement"
756   
757           exec sp_inst15015msg_us_mesg 13900, 10, "Warning: a default (object id %ld) is defined on column '%.*s' being modified. Check the validity of the default value after this ALTER TABLE operation."
758   
759           exec sp_inst15015msg_us_mesg 14123, 21, "Updating wrong ptnrow in dbid %d. Objid for actual row updated is %ld, objid for intended row was %ld. Partition id for intended row was %d. Partition page is %ld, field updated is %d. Partition row address is %0x, row number is %d."
760   
761           exec sp_inst15015msg_us_mesg 14124, 20, "The to be installed PDES existed already. Dbid %d, objid %ld, partition id %ld, state %d."
762   
763           exec sp_inst15015msg_us_mesg 14216, 16, "Function '%.*s' not found. If this is a SQLJ function, use sp_help to check whether the object exists (sp_help may produce a large amount of output)."
764   
765           exec sp_inst15015msg_us_mesg 14313, 21, "Partition condition for object %ld, indid %d, ptncondid %ld was not found in database %d."
766   
767           exec sp_inst15015msg_us_mesg 14505, 16, "ASE cannot mount these databases. The version in the manifest file is newer than the version in the Server. Server: log version =%d upgdvers =%ld, Manifest File: log vers =%d upgd vers =%ld."
768   
769           exec sp_inst15015msg_us_mesg 14506, 16, "Mount database failed due to page size incompatibility. The current page size is %ld, and the manifest file shows that the databases you are trying to mount are of page size %ld."
770   
771           exec sp_inst15015msg_us_mesg 14523, 16, "UNMOUNT DATABASE: Database '%.*s' does not exist."
772   
773           exec sp_inst15015msg_us_mesg 14534, 20, "Unable to put process %ld to sleep. Aborting UNMOUNT DATABASE command."
774   
775           exec sp_inst15015msg_us_mesg 14545, 16, "Cannot locate the logical page %ld for database '%.*s', dbid=%d, on the device '%.*s'. The page on the device is logical page %ld for dbid %d."
776   
777           exec sp_inst15015msg_us_mesg 14560, 20, "Attempt to write the manifest file failed; error code is %ld."
778   
779           exec sp_inst15015msg_us_mesg 14561, 20, "Attempt to read the manifest file failed; error code is %ld."
780   
781           exec sp_inst15015msg_us_mesg 14600, 16, "Failed to read page '%ld' from sysanchors."
782   
783           exec sp_inst15015msg_us_mesg 14603, 16, "The end-of-file marker for sysanchors is missing. Last page '%ld'."
784   
785           exec sp_inst15015msg_us_mesg 14605, 21, "The object id to which logical page 24 belongs to is set incorrectly as '%ld'. The expected object id is '%d'."
786   
787           exec sp_inst15015msg_us_mesg 15007, 16, "Table Corrupt: Object '%.*s' is not a user table but it has trigger (id %ld) bound to it."
788   
789           exec sp_inst15015msg_us_mesg 15009, 16, "Table Corrupt: Trigger (id %ld) for table '%.*s' was not found in sysobjects."
790   
791           exec sp_inst15015msg_us_mesg 15010, 16, "Table Corrupt: Target user table (id %ld) for trigger '%.*s' was not found in sysobjects."
792   
793           exec sp_inst15015msg_us_mesg 15012, 16, "Table Corrupt: Trigger '%.*s' has a target table '%ld' which does not match one of the triggers on the target table. Target table '%.*s' has a insert trigger '%ld', update trigger '%ld' and delete trigger '%ld'."
794   
795           exec sp_inst15015msg_us_mesg 15018, 16, "Table Corrupt: The %.*s entry for object ID '%ld', index ID '%d', does not have a matching entry in %.*s."
796   
797           exec sp_inst15015msg_us_mesg 15019, 16, "Table Corrupt: The %.*s for object ID '%ld', index ID '%d', does not match between %.*s and %.*s."
798   
799           exec sp_inst15015msg_us_mesg 15056, 16, "The root page %ld of index ID %d for empty table '%.*s can have at most one entry pointing to the first page %ld. However, it has either an incorrect entry, or more than one entries."
800   
801           exec sp_inst15015msg_us_mesg 15071, 16, "Table Corrupt: The %.*s entry for object ID '%ld', index ID '%d', partition ID '%d', does not have a matching entry in %.*s."
802   
803           exec sp_inst15015msg_us_mesg 15077, 10, "Warning: Definition time object ID %ld (object name = %.*s) has been detected. This may have been left behind due to an improper rollback. Drop the object and re-run the command."
804   
805           exec sp_inst15015msg_us_mesg 15078, 16, "The root page %ld of index ID %d for empty sliced table %.*s has too many entries, or one or more child entries pointing to incorrect or deallocated pages."
806   
807           exec sp_inst15015msg_us_mesg 15080, 16, "The root page %ld of index id %d for table '%.*s' has inconsistent rootkeys information. Drop and recreate the index. Use DBCC REINDEX to rebuild indexes on system catalogs with this form of inconsistency."
808   
809           exec sp_inst15015msg_us_mesg 15101, 17, "There is insufficient memory to allocate %ld bytes. Please increase configuration parameter 'messaging memory', or try again when there is less activity on the server."
810   
811           exec sp_inst15015msg_us_mesg 15150, 16, "Cannot retrieve SYBASE_JRE environment variable."
812   
813           exec sp_inst15015msg_us_mesg 15400, 16, "Adaptive Server is unable to reset the system encryption password because the old password was either incorrectly specified or missing."
814   
815           exec sp_inst15015msg_us_mesg 15405, 18, "Adaptive Server failed to %s the system encryption password. This is an internal error."
816   
817           exec sp_inst15015msg_us_mesg 15421, 11, "The '%.*s' command cannot be executed because the encryption password does not exist in database '%S_DBID'."
818   
819           exec sp_inst15015msg_us_mesg 15424, 16, "Adaptive Server cannot access the encryption key with object id '%ld' in database '%.*s'."
820   
821           return
822   
823       end -- }
824   

DEFECTS
 MNER 3 No Error Check should check return value of exec 12
 MNER 3 No Error Check should check return value of exec 14
 MNER 3 No Error Check should check return value of exec 16
 MNER 3 No Error Check should check return value of exec 18
 MNER 3 No Error Check should check return value of exec 20
 MNER 3 No Error Check should check return value of exec 22
 MNER 3 No Error Check should check return value of exec 24
 MNER 3 No Error Check should check return value of exec 26
 MNER 3 No Error Check should check return value of exec 28
 MNER 3 No Error Check should check return value of exec 30
 MNER 3 No Error Check should check return value of exec 32
 MNER 3 No Error Check should check return value of exec 34
 MNER 3 No Error Check should check return value of exec 36
 MNER 3 No Error Check should check return value of exec 38
 MNER 3 No Error Check should check return value of exec 40
 MNER 3 No Error Check should check return value of exec 42
 MNER 3 No Error Check should check return value of exec 44
 MNER 3 No Error Check should check return value of exec 46
 MNER 3 No Error Check should check return value of exec 48
 MNER 3 No Error Check should check return value of exec 50
 MNER 3 No Error Check should check return value of exec 52
 MNER 3 No Error Check should check return value of exec 54
 MNER 3 No Error Check should check return value of exec 56
 MNER 3 No Error Check should check return value of exec 58
 MNER 3 No Error Check should check return value of exec 60
 MNER 3 No Error Check should check return value of exec 62
 MNER 3 No Error Check should check return value of exec 64
 MNER 3 No Error Check should check return value of exec 66
 MNER 3 No Error Check should check return value of exec 68
 MNER 3 No Error Check should check return value of exec 70
 MNER 3 No Error Check should check return value of exec 72
 MNER 3 No Error Check should check return value of exec 74
 MNER 3 No Error Check should check return value of exec 76
 MNER 3 No Error Check should check return value of exec 78
 MNER 3 No Error Check should check return value of exec 80
 MNER 3 No Error Check should check return value of exec 82
 MNER 3 No Error Check should check return value of exec 84
 MNER 3 No Error Check should check return value of exec 86
 MNER 3 No Error Check should check return value of exec 88
 MNER 3 No Error Check should check return value of exec 90
 MNER 3 No Error Check should check return value of exec 92
 MNER 3 No Error Check should check return value of exec 94
 MNER 3 No Error Check should check return value of exec 96
 MNER 3 No Error Check should check return value of exec 98
 MNER 3 No Error Check should check return value of exec 100
 MNER 3 No Error Check should check return value of exec 102
 MNER 3 No Error Check should check return value of exec 104
 MNER 3 No Error Check should check return value of exec 106
 MNER 3 No Error Check should check return value of exec 108
 MNER 3 No Error Check should check return value of exec 110
 MNER 3 No Error Check should check return value of exec 112
 MNER 3 No Error Check should check return value of exec 114
 MNER 3 No Error Check should check return value of exec 116
 MNER 3 No Error Check should check return value of exec 118
 MNER 3 No Error Check should check return value of exec 120
 MNER 3 No Error Check should check return value of exec 122
 MNER 3 No Error Check should check return value of exec 124
 MNER 3 No Error Check should check return value of exec 126
 MNER 3 No Error Check should check return value of exec 128
 MNER 3 No Error Check should check return value of exec 130
 MNER 3 No Error Check should check return value of exec 132
 MNER 3 No Error Check should check return value of exec 134
 MNER 3 No Error Check should check return value of exec 136
 MNER 3 No Error Check should check return value of exec 138
 MNER 3 No Error Check should check return value of exec 140
 MNER 3 No Error Check should check return value of exec 142
 MNER 3 No Error Check should check return value of exec 144
 MNER 3 No Error Check should check return value of exec 146
 MNER 3 No Error Check should check return value of exec 148
 MNER 3 No Error Check should check return value of exec 150
 MNER 3 No Error Check should check return value of exec 152
 MNER 3 No Error Check should check return value of exec 154
 MNER 3 No Error Check should check return value of exec 156
 MNER 3 No Error Check should check return value of exec 158
 MNER 3 No Error Check should check return value of exec 160
 MNER 3 No Error Check should check return value of exec 162
 MNER 3 No Error Check should check return value of exec 164
 MNER 3 No Error Check should check return value of exec 166
 MNER 3 No Error Check should check return value of exec 168
 MNER 3 No Error Check should check return value of exec 170
 MNER 3 No Error Check should check return value of exec 172
 MNER 3 No Error Check should check return value of exec 174
 MNER 3 No Error Check should check return value of exec 176
 MNER 3 No Error Check should check return value of exec 178
 MNER 3 No Error Check should check return value of exec 180
 MNER 3 No Error Check should check return value of exec 182
 MNER 3 No Error Check should check return value of exec 184
 MNER 3 No Error Check should check return value of exec 186
 MNER 3 No Error Check should check return value of exec 188
 MNER 3 No Error Check should check return value of exec 190
 MNER 3 No Error Check should check return value of exec 192
 MNER 3 No Error Check should check return value of exec 194
 MNER 3 No Error Check should check return value of exec 196
 MNER 3 No Error Check should check return value of exec 198
 MNER 3 No Error Check should check return value of exec 200
 MNER 3 No Error Check should check return value of exec 202
 MNER 3 No Error Check should check return value of exec 204
 MNER 3 No Error Check should check return value of exec 206
 MNER 3 No Error Check should check return value of exec 208
 MNER 3 No Error Check should check return value of exec 210
 MNER 3 No Error Check should check return value of exec 212
 MNER 3 No Error Check should check return value of exec 214
 MNER 3 No Error Check should check return value of exec 216
 MNER 3 No Error Check should check return value of exec 218
 MNER 3 No Error Check should check return value of exec 220
 MNER 3 No Error Check should check return value of exec 222
 MNER 3 No Error Check should check return value of exec 224
 MNER 3 No Error Check should check return value of exec 226
 MNER 3 No Error Check should check return value of exec 228
 MNER 3 No Error Check should check return value of exec 230
 MNER 3 No Error Check should check return value of exec 232
 MNER 3 No Error Check should check return value of exec 234
 MNER 3 No Error Check should check return value of exec 236
 MNER 3 No Error Check should check return value of exec 238
 MNER 3 No Error Check should check return value of exec 240
 MNER 3 No Error Check should check return value of exec 242
 MNER 3 No Error Check should check return value of exec 244
 MNER 3 No Error Check should check return value of exec 246
 MNER 3 No Error Check should check return value of exec 248
 MNER 3 No Error Check should check return value of exec 250
 MNER 3 No Error Check should check return value of exec 252
 MNER 3 No Error Check should check return value of exec 254
 MNER 3 No Error Check should check return value of exec 256
 MNER 3 No Error Check should check return value of exec 258
 MNER 3 No Error Check should check return value of exec 260
 MNER 3 No Error Check should check return value of exec 262
 MNER 3 No Error Check should check return value of exec 264
 MNER 3 No Error Check should check return value of exec 266
 MNER 3 No Error Check should check return value of exec 268
 MNER 3 No Error Check should check return value of exec 270
 MNER 3 No Error Check should check return value of exec 272
 MNER 3 No Error Check should check return value of exec 274
 MNER 3 No Error Check should check return value of exec 276
 MNER 3 No Error Check should check return value of exec 278
 MNER 3 No Error Check should check return value of exec 280
 MNER 3 No Error Check should check return value of exec 282
 MNER 3 No Error Check should check return value of exec 284
 MNER 3 No Error Check should check return value of exec 286
 MNER 3 No Error Check should check return value of exec 288
 MNER 3 No Error Check should check return value of exec 290
 MNER 3 No Error Check should check return value of exec 292
 MNER 3 No Error Check should check return value of exec 294
 MNER 3 No Error Check should check return value of exec 296
 MNER 3 No Error Check should check return value of exec 298
 MNER 3 No Error Check should check return value of exec 300
 MNER 3 No Error Check should check return value of exec 302
 MNER 3 No Error Check should check return value of exec 304
 MNER 3 No Error Check should check return value of exec 306
 MNER 3 No Error Check should check return value of exec 308
 MNER 3 No Error Check should check return value of exec 310
 MNER 3 No Error Check should check return value of exec 312
 MNER 3 No Error Check should check return value of exec 314
 MNER 3 No Error Check should check return value of exec 316
 MNER 3 No Error Check should check return value of exec 318
 MNER 3 No Error Check should check return value of exec 320
 MNER 3 No Error Check should check return value of exec 322
 MNER 3 No Error Check should check return value of exec 324
 MNER 3 No Error Check should check return value of exec 326
 MNER 3 No Error Check should check return value of exec 328
 MNER 3 No Error Check should check return value of exec 330
 MNER 3 No Error Check should check return value of exec 332
 MNER 3 No Error Check should check return value of exec 334
 MNER 3 No Error Check should check return value of exec 336
 MNER 3 No Error Check should check return value of exec 338
 MNER 3 No Error Check should check return value of exec 340
 MNER 3 No Error Check should check return value of exec 342
 MNER 3 No Error Check should check return value of exec 344
 MNER 3 No Error Check should check return value of exec 346
 MNER 3 No Error Check should check return value of exec 348
 MNER 3 No Error Check should check return value of exec 350
 MNER 3 No Error Check should check return value of exec 352
 MNER 3 No Error Check should check return value of exec 354
 MNER 3 No Error Check should check return value of exec 356
 MNER 3 No Error Check should check return value of exec 358
 MNER 3 No Error Check should check return value of exec 360
 MNER 3 No Error Check should check return value of exec 362
 MNER 3 No Error Check should check return value of exec 364
 MNER 3 No Error Check should check return value of exec 366
 MNER 3 No Error Check should check return value of exec 368
 MNER 3 No Error Check should check return value of exec 370
 MNER 3 No Error Check should check return value of exec 372
 MNER 3 No Error Check should check return value of exec 374
 MNER 3 No Error Check should check return value of exec 376
 MNER 3 No Error Check should check return value of exec 378
 MNER 3 No Error Check should check return value of exec 380
 MNER 3 No Error Check should check return value of exec 382
 MNER 3 No Error Check should check return value of exec 384
 MNER 3 No Error Check should check return value of exec 386
 MNER 3 No Error Check should check return value of exec 388
 MNER 3 No Error Check should check return value of exec 390
 MNER 3 No Error Check should check return value of exec 392
 MNER 3 No Error Check should check return value of exec 394
 MNER 3 No Error Check should check return value of exec 396
 MNER 3 No Error Check should check return value of exec 398
 MNER 3 No Error Check should check return value of exec 400
 MNER 3 No Error Check should check return value of exec 402
 MNER 3 No Error Check should check return value of exec 404
 MNER 3 No Error Check should check return value of exec 406
 MNER 3 No Error Check should check return value of exec 408
 MNER 3 No Error Check should check return value of exec 410
 MNER 3 No Error Check should check return value of exec 412
 MNER 3 No Error Check should check return value of exec 414
 MNER 3 No Error Check should check return value of exec 416
 MNER 3 No Error Check should check return value of exec 418
 MNER 3 No Error Check should check return value of exec 420
 MNER 3 No Error Check should check return value of exec 422
 MNER 3 No Error Check should check return value of exec 424
 MNER 3 No Error Check should check return value of exec 426
 MNER 3 No Error Check should check return value of exec 428
 MNER 3 No Error Check should check return value of exec 430
 MNER 3 No Error Check should check return value of exec 432
 MNER 3 No Error Check should check return value of exec 434
 MNER 3 No Error Check should check return value of exec 436
 MNER 3 No Error Check should check return value of exec 438
 MNER 3 No Error Check should check return value of exec 440
 MNER 3 No Error Check should check return value of exec 442
 MNER 3 No Error Check should check return value of exec 444
 MNER 3 No Error Check should check return value of exec 446
 MNER 3 No Error Check should check return value of exec 448
 MNER 3 No Error Check should check return value of exec 450
 MNER 3 No Error Check should check return value of exec 452
 MNER 3 No Error Check should check return value of exec 454
 MNER 3 No Error Check should check return value of exec 456
 MNER 3 No Error Check should check return value of exec 458
 MNER 3 No Error Check should check return value of exec 460
 MNER 3 No Error Check should check return value of exec 462
 MNER 3 No Error Check should check return value of exec 464
 MNER 3 No Error Check should check return value of exec 466
 MNER 3 No Error Check should check return value of exec 468
 MNER 3 No Error Check should check return value of exec 470
 MNER 3 No Error Check should check return value of exec 472
 MNER 3 No Error Check should check return value of exec 474
 MNER 3 No Error Check should check return value of exec 476
 MNER 3 No Error Check should check return value of exec 478
 MNER 3 No Error Check should check return value of exec 480
 MNER 3 No Error Check should check return value of exec 482
 MNER 3 No Error Check should check return value of exec 484
 MNER 3 No Error Check should check return value of exec 486
 MNER 3 No Error Check should check return value of exec 488
 MNER 3 No Error Check should check return value of exec 490
 MNER 3 No Error Check should check return value of exec 492
 MNER 3 No Error Check should check return value of exec 494
 MNER 3 No Error Check should check return value of exec 496
 MNER 3 No Error Check should check return value of exec 498
 MNER 3 No Error Check should check return value of exec 500
 MNER 3 No Error Check should check return value of exec 502
 MNER 3 No Error Check should check return value of exec 504
 MNER 3 No Error Check should check return value of exec 506
 MNER 3 No Error Check should check return value of exec 508
 MNER 3 No Error Check should check return value of exec 510
 MNER 3 No Error Check should check return value of exec 512
 MNER 3 No Error Check should check return value of exec 514
 MNER 3 No Error Check should check return value of exec 516
 MNER 3 No Error Check should check return value of exec 518
 MNER 3 No Error Check should check return value of exec 520
 MNER 3 No Error Check should check return value of exec 522
 MNER 3 No Error Check should check return value of exec 524
 MNER 3 No Error Check should check return value of exec 526
 MNER 3 No Error Check should check return value of exec 528
 MNER 3 No Error Check should check return value of exec 530
 MNER 3 No Error Check should check return value of exec 532
 MNER 3 No Error Check should check return value of exec 534
 MNER 3 No Error Check should check return value of exec 536
 MNER 3 No Error Check should check return value of exec 538
 MNER 3 No Error Check should check return value of exec 540
 MNER 3 No Error Check should check return value of exec 542
 MNER 3 No Error Check should check return value of exec 544
 MNER 3 No Error Check should check return value of exec 546
 MNER 3 No Error Check should check return value of exec 548
 MNER 3 No Error Check should check return value of exec 550
 MNER 3 No Error Check should check return value of exec 552
 MNER 3 No Error Check should check return value of exec 554
 MNER 3 No Error Check should check return value of exec 556
 MNER 3 No Error Check should check return value of exec 557
 MNER 3 No Error Check should check return value of exec 559
 MNER 3 No Error Check should check return value of exec 561
 MNER 3 No Error Check should check return value of exec 563
 MNER 3 No Error Check should check return value of exec 565
 MNER 3 No Error Check should check return value of exec 567
 MNER 3 No Error Check should check return value of exec 569
 MNER 3 No Error Check should check return value of exec 571
 MNER 3 No Error Check should check return value of exec 573
 MNER 3 No Error Check should check return value of exec 575
 MNER 3 No Error Check should check return value of exec 577
 MNER 3 No Error Check should check return value of exec 579
 MNER 3 No Error Check should check return value of exec 581
 MNER 3 No Error Check should check return value of exec 583
 MNER 3 No Error Check should check return value of exec 585
 MNER 3 No Error Check should check return value of exec 587
 MNER 3 No Error Check should check return value of exec 589
 MNER 3 No Error Check should check return value of exec 591
 MNER 3 No Error Check should check return value of exec 593
 MNER 3 No Error Check should check return value of exec 595
 MNER 3 No Error Check should check return value of exec 597
 MNER 3 No Error Check should check return value of exec 599
 MNER 3 No Error Check should check return value of exec 601
 MNER 3 No Error Check should check return value of exec 603
 MNER 3 No Error Check should check return value of exec 605
 MNER 3 No Error Check should check return value of exec 607
 MNER 3 No Error Check should check return value of exec 609
 MNER 3 No Error Check should check return value of exec 611
 MNER 3 No Error Check should check return value of exec 613
 MNER 3 No Error Check should check return value of exec 615
 MNER 3 No Error Check should check return value of exec 617
 MNER 3 No Error Check should check return value of exec 619
 MNER 3 No Error Check should check return value of exec 621
 MNER 3 No Error Check should check return value of exec 623
 MNER 3 No Error Check should check return value of exec 625
 MNER 3 No Error Check should check return value of exec 627
 MNER 3 No Error Check should check return value of exec 629
 MNER 3 No Error Check should check return value of exec 631
 MNER 3 No Error Check should check return value of exec 633
 MNER 3 No Error Check should check return value of exec 635
 MNER 3 No Error Check should check return value of exec 637
 MNER 3 No Error Check should check return value of exec 639
 MNER 3 No Error Check should check return value of exec 641
 MNER 3 No Error Check should check return value of exec 643
 MNER 3 No Error Check should check return value of exec 645
 MNER 3 No Error Check should check return value of exec 647
 MNER 3 No Error Check should check return value of exec 649
 MNER 3 No Error Check should check return value of exec 651
 MNER 3 No Error Check should check return value of exec 653
 MNER 3 No Error Check should check return value of exec 655
 MNER 3 No Error Check should check return value of exec 657
 MNER 3 No Error Check should check return value of exec 659
 MNER 3 No Error Check should check return value of exec 661
 MNER 3 No Error Check should check return value of exec 663
 MNER 3 No Error Check should check return value of exec 665
 MNER 3 No Error Check should check return value of exec 667
 MNER 3 No Error Check should check return value of exec 669
 MNER 3 No Error Check should check return value of exec 671
 MNER 3 No Error Check should check return value of exec 673
 MNER 3 No Error Check should check return value of exec 675
 MNER 3 No Error Check should check return value of exec 677
 MNER 3 No Error Check should check return value of exec 679
 MNER 3 No Error Check should check return value of exec 681
 MNER 3 No Error Check should check return value of exec 683
 MNER 3 No Error Check should check return value of exec 685
 MNER 3 No Error Check should check return value of exec 687
 MNER 3 No Error Check should check return value of exec 689
 MNER 3 No Error Check should check return value of exec 691
 MNER 3 No Error Check should check return value of exec 693
 MNER 3 No Error Check should check return value of exec 695
 MNER 3 No Error Check should check return value of exec 697
 MNER 3 No Error Check should check return value of exec 699
 MNER 3 No Error Check should check return value of exec 701
 MNER 3 No Error Check should check return value of exec 703
 MNER 3 No Error Check should check return value of exec 705
 MNER 3 No Error Check should check return value of exec 707
 MNER 3 No Error Check should check return value of exec 709
 MNER 3 No Error Check should check return value of exec 711
 MNER 3 No Error Check should check return value of exec 713
 MNER 3 No Error Check should check return value of exec 715
 MNER 3 No Error Check should check return value of exec 717
 MNER 3 No Error Check should check return value of exec 719
 MNER 3 No Error Check should check return value of exec 721
 MNER 3 No Error Check should check return value of exec 723
 MNER 3 No Error Check should check return value of exec 725
 MNER 3 No Error Check should check return value of exec 727
 MNER 3 No Error Check should check return value of exec 729
 MNER 3 No Error Check should check return value of exec 731
 MNER 3 No Error Check should check return value of exec 733
 MNER 3 No Error Check should check return value of exec 735
 MNER 3 No Error Check should check return value of exec 737
 MNER 3 No Error Check should check return value of exec 739
 MNER 3 No Error Check should check return value of exec 741
 MNER 3 No Error Check should check return value of exec 743
 MNER 3 No Error Check should check return value of exec 745
 MNER 3 No Error Check should check return value of exec 747
 MNER 3 No Error Check should check return value of exec 749
 MNER 3 No Error Check should check return value of exec 751
 MNER 3 No Error Check should check return value of exec 753
 MNER 3 No Error Check should check return value of exec 755
 MNER 3 No Error Check should check return value of exec 757
 MNER 3 No Error Check should check return value of exec 759
 MNER 3 No Error Check should check return value of exec 761
 MNER 3 No Error Check should check return value of exec 763
 MNER 3 No Error Check should check return value of exec 765
 MNER 3 No Error Check should check return value of exec 767
 MNER 3 No Error Check should check return value of exec 769
 MNER 3 No Error Check should check return value of exec 771
 MNER 3 No Error Check should check return value of exec 773
 MNER 3 No Error Check should check return value of exec 775
 MNER 3 No Error Check should check return value of exec 777
 MNER 3 No Error Check should check return value of exec 779
 MNER 3 No Error Check should check return value of exec 781
 MNER 3 No Error Check should check return value of exec 783
 MNER 3 No Error Check should check return value of exec 785
 MNER 3 No Error Check should check return value of exec 787
 MNER 3 No Error Check should check return value of exec 789
 MNER 3 No Error Check should check return value of exec 791
 MNER 3 No Error Check should check return value of exec 793
 MNER 3 No Error Check should check return value of exec 795
 MNER 3 No Error Check should check return value of exec 797
 MNER 3 No Error Check should check return value of exec 799
 MNER 3 No Error Check should check return value of exec 801
 MNER 3 No Error Check should check return value of exec 803
 MNER 3 No Error Check should check return value of exec 805
 MNER 3 No Error Check should check return value of exec 807
 MNER 3 No Error Check should check return value of exec 809
 MNER 3 No Error Check should check return value of exec 811
 MNER 3 No Error Check should check return value of exec 813
 MNER 3 No Error Check should check return value of exec 815
 MNER 3 No Error Check should check return value of exec 817
 MNER 3 No Error Check should check return value of exec 819
 MUCO 3 Useless Code Useless Begin-End Pair 10
 MTR1 2 Metrics: Comments Ratio Comments: 0% 8
 MTR2 2 Metrics: Cyclomatic Complexity Cyclo: 1 = 0dec - 1exi + 2 8
 MTR3 2 Metrics: Query Complexity Complexity: 407 8

DEPENDENCIES
PROCS AND TABLES USED
calls proc sybsystemprocs..sp_inst15015msg_us_mesg  
   read_writes table master..sysmessages (1)  

CALLERS
called by proc sybsystemprocs..sp_inst15015msg  
   called by proc sybsystemprocs..sp_downgrade