| Error Code |
Error Message |
Action |
| 2 |
Internal system failure: no more specific information is available. |
Reconfigure databases or execute the cubrid checkdb utility in order to check database consistency. |
| 3 |
Out of virtual memory: unable to allocate %1$ld memory bytes. |
Modify the parameter, data_buffer_pages, specified in the cubrid.conf file. |
| 4 |
Interrupt. |
Check database consistency by executing the cubrid checkdb utility. |
| 5 |
Key = "%1$s" was not found in hash table "%2$s". |
|
| 6 |
A NULL memory hash table was supplied to a hash table function. |
|
| 7 |
Trying to format disk volume "%1$s" with an incorrect value %2$d for |
|
| 8 |
Unable to format disk volume "%1$s" with %2$d pages (%3$ld bytes). |
Occurs when disable to read data in the disk volume. Check its location correctly. |
| 9 |
Unable to format disk volume "%1$s" with %2$d pages (%3$ld Kbytes) d |
|
| 10 |
Unable to mount disk volume "%1$s". |
Occurs while trying to start the database when volume is deleted or log is damaged. Restore the log by executing cubrid restoredb or cubrid emergency_patchlog utilities. |
| 11 |
Unable to mount disk volume "%1$s". The database "%2$s", to which the disk volume belongs, is in use by user %3$s on process %4$d of host |
Occurs while restarting the database or renaming/deleting the database that is currently running. Check whether the database is running by using cubrid server status. To rename or delete the database, stop the database. |
| 12 |
Problems dismounting volume "%1$s". |
|
| 13 |
An I/O error occurred while reading page %1$d of volume "%2$s". |
Occurs while reading data from a specific volume with any problem happened; service may be available at this time, though. Reconfigure the database. |
| 14 |
An I/O error occurred while writing page %1$d of volume "%2$s". |
Occurs while writing data to a specific volume with any problem happened; service is not available at this time. Reconfigure the database. |
| 15 |
Unable to write page %1$d of volume "%2$s" due to insufficient space in operating system device. |
Device full occurs so that data cannot be written any further. Add a volume to another device. |
| 16 |
Unable to rename disk volume "%1$s" to "%2$s". |
|
| 17 |
Internal error: fetching deallocated pageid %1$d of volume "%2$s". |
The volume may be damaged, or in some other way unaccessible. Reconfigure the database. |
| 18 |
All page buffers are fixed. |
|
| 19 |
Internal error: pageptr = %1$p of page %2$d of volume "%3$s" is not fixed. |
Reconfigure the database. |
| 20 |
Internal error: unknown pageptr = %1$p. |
|
| 21 |
Internal error: unknown sector %1$d of volume "%2$s". |
Reconfigure the database. |
| 22 |
Internal error: unknown page %1$d of volume "%2$s". |
|
| 23 |
Internal error: trying to deallocate disk system page %1$d of volume "%2$s". |
The volume may be damaged, or in some other way unaccessible. Reconfigure the database. |
| 24 |
Almost out of space in volume "%1$s". Total number of pages = %2$d, total number of free pages = %3$d. |
Out of space of created volume. Add the volume or free up volume space by executing cubrid compactdb utility. |
| 25 |
Almost out of space in volumes with data as the main storage purpose. Total number of pages = %1$d, total number of free pages = %2$d. |
Out of space of data volume. Add the volume or free up volume space by executing cubrid compactdb utility. |
| 26 |
Almost out of space in volumes with index as the main storage purpose. Total number of pages = %1$d, total number of free pages = %2$d. |
Out of space of index volume. Add the volume or free up the volume space by executing cubrid compactdb utility. |
| 27 |
Almost out of space in volumes with generic storage purpose. Total number of pages = %1$d, total number of free pages = %2$d. |
Out of space of generic volume. Add the volume or free up volume space by executing cubrid compactdb utility. |
| 28 |
Almost out of space in volumes with temporary data as the main storage purpose. Total number of pages = %1$d, total number of free pages |
Out of space of permanent temp volume. Add permanent temp volume or leave it as is, depending on the increased amount of temporary temp volume. |
| 29 |
Last out of space notification for volume "%1$s". Total number of pages = %2$d, total number of free pages = %3$d. |
Out of space of created volume. Add the volume or free up volume space by executing cubrid compactdb utility. |
| 30 |
Last out of space notification for volumes with data as the main storage purpose. Total number of pages = %1$d, total number of free page |
Out of space of data volume. Add the volume or free up volume space by executing cubrid compactdb utility. |
| 31 |
Last out of space notification for volumes with index as the main storage purpose. Total number of pages = %1$d, total number of free pag |
Out of space of index volume. Add the volume or free up volume space by executing cubrid compactdb utility. |
| 32 |
Last out of space notification for volumes with generic storage purpose. Total number of pages = %1$d, total number of free pages = %2$d. |
Out of space of generic volume. Leave it as is because it increases automatically. |
| 33 |
Last out of space notification for volumes with temporary data as the main storage purpose. Total number of pages = %1$d, total number of |
Out of space of permanent temp volume. Add permanent temp volume or leave it as is, depending on the increased amount of temporary temp volume. |
| 34 |
Internal error: %1$d nthpage is out of range for file %2$d in volume "%3$s". Current number of pages are %4$d. |
|
| 35 |
Internal error: Unknown volume identifier %1$d. |
|
| 36 |
Out of disk space in database. Number of requested page(s) = %1$d. |
Free up disk space and then use cubrid addvoldb utility. |
| 37 |
Out of disk space in volume "%1$s". Number of requested page(s) = %2$d. |
Free up disk space and then use cubrid addvoldb utility. |
| 38 |
Internal error: Unknown file VFID %1$d|%2$d. |
|
| 39 |
Internal error: Page %1$d|%2$d(volume "%3$s") of file VFID %4$d|%5$d(volume "%6$s") is invalid/deallocated according to allocation map. |
If you execute cubrid backupdb utility without --no-check option, more likely check the databases first and then back up, this error occurs during checking databases so thus backup will fail. Configure the database. |
| 40 |
Internal error: %1$d expected pages, %2$d found pages for file VFID %3$d|%4$d(volume "%5$s"). |
If you execute cubrid backupdb utility without --no-check option, more likely check the databases first and then back up, this error occurs during checking databases so thus backup will fail. Configure the database. |
| 41 |
Internal error: Page %1$d|%2$d(volume "%3$s") is not part of file VFID %4$d|%5$d(volume "%6$s"). |
If you execute cubrid backupdb utility without --no-check option, more likely check the databases first and then back up, this error occurs during checking databases so thus backup will fail. |
| 42 |
Cannot reorder anchored records on page %1$d of volume "%2$s". |
|
| 43 |
Internal error: incorrect number (%1$d) of slots passed for reordering records on page %2$d of volume "%3$s". There are actually %4$d sl |
|
| 44 |
No space available in slotted page %1$d of volume "%2$s". |
|
| 45 |
Slot %1$d on page %2$d of volume "%3$s" is allocated to an anchored record. A new record cannot be inserted here. |
|
| 46 |
Internal error: slot %1$d on page %2$d of volume "%3$s" is not allocated. |
The volume may be damaged, or in some other way unaccessible. Reconfigure the database. |
| 47 |
Unable to create a heap file in volume "%1$s". |
|
| 48 |
Accessing deleted object %1$d|%2$d|%3$d. |
OID error. First of all, execute cubrid optimizedb utility (or update statistics). Otherwise, reconfigure databases. Or an index may be damaged; rebuild the index. |
| 49 |
Internal error: class of object %1$d|%2$d|%3$d is unknown. |
OID error. First of all, execute cubrid optimizedb utility (or update statistics). Otherwise, reconfigure databases. |
| 50 |
Internal error: relocation record of object %1$d|%2$d|%3$d may be corrupted. |
|
| 51 |
Internal error: object %1$d|%2$d|%3$d may be corrupted. |
OID error. First of all, execute cubrid optimizedb utility (or update statistics). Otherwise, reconfigure databases. |
| 52 |
Internal error: object overflow address %1$d|%2$d|%3$d may be corrupted. |
|
| 53 |
Fetching object %1$d|%2$d|%3$d when only its OID has been assigned. |
|
| 54 |
Internal error: trying to manipulate an object of %1$d pages long. The maximum size allowed for an object is %2$d pages. |
|
| 55 |
Internal error: A page cycle reference was detected on page %1$d|%2$d of heap file %3$d|%4$d|%5$d. |
|
| 56 |
Internal error: unknown extendible hashing file (Volid: %1$d Fileid: $2$d) page (Volid: %3$d Pageid: %4$d) was specified. |
|
| 57 |
Key does not exist in the extendible hashing structure. |
|
| 58 |
String "%1$s" is too long to fit in a slotted page. |
|
| 59 |
Internal error: the specified key type %1$d is not valid for the extendible hashing structure. |
|
| 60 |
Internal error: the extendible hashing structure has been corrupted. |
|
| 61 |
Internal error: the directory root page of the extendible hashing structure (Volid: %1$d Fileid: %2$d Pageid: %3$d) has been corrupted. |
|
| 62 |
Internal error: sorting record %1$d (size %2$d) does not fit in a page; the maximum allowable size is %3$d. |
|
| 63 |
Internal error: a temporary page was corrupted during sorting. |
|
| 64 |
Unknown class "%1$s". |
|
| 65 |
Class "%1$s" already exists. |
An error while creating a table. Occurs while creating a table with any existing name. Rename a table; or create a table after deleting the existing one. |
| 66 |
Internal error: unknown force operation %1$d for object %2$d|%3$d|%4$d. |
|
| 67 |
Internal error: a heap file has not been allocated to store object %1$d|%2$d|%3$d. |
|
| 68 |
Internal error: different classnames for class with oid = %1$d|%2$d|%3$d were found. Found classnames are "%4$s", "%5$s" using classname |
|
| 69 |
Internal error: different class object identifers were found for class with name "%1$s". Found OIDS are %2$d|%3$d|%4$d, %5$d|%6$d|%7$d us |
|
| 70 |
Internal error: Class with name "%1$s" and oid = %2$d|%3$d|%4$d does not exist in classname hash table. |
|
| 71 |
Internal error: Class with name "%1$s" and oid = %2$d|%3$d|%4$d does not exist in its heap. |
|
| 72 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) has been unilaterally aborted by the system. |
Check an application if deadlock possibly occurs. |
| 73 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s lock on object %6$d|%7$d|%8$d. You are waiting for user(s) %9$s t |
Locate a transaction that gains lock first and tune the transaction, or configure the parameter, lock_time_in_secs, in cubrid.conf. |
| 74 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s lock on class %6$s. You are waiting for user(s) %7$s to finish. |
Locate a transaction that gains lock first and tune the transaction, or configure the parameter, lock_time_in_secs, in cubrid.conf. |
| 75 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s lock on instance %6$d|%7$d|%8$d of class %9$s. You are waiting fo |
Locate a transaction that gains lock first and tune the transaction, or configure the parameter, lock_time_in_secs, in cubrid.conf. |
| 76 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s on page %6$d|%7$d. You are waiting for user(s) %8$s to release th |
Locate a transaction that gains a lock first and tune the transaction. |
| 77 |
Internal error: all buffers are fixed. |
|
| 78 |
Internal error: an I/O error occurred while reading logical log page %1$d (physical page %2$d) of "%3$s". |
Restore or reconfigure the database by using disk check or backup data. |
| 79 |
Internal error: an I/O error occurred while writing logical log page %1$d (physical page %2$d) of "%3$s". |
Restore or reconfigure the database by using disk check or backup data. |
| 80 |
Insufficient space in operating system device when writing logical log page %1$d (physical page %2$d) of "%3$s". Could not write more tha |
|
| 81 |
Internal error: logical log page %1$d may be corrupted. |
Restore the database from backup data or executing cubrid checkdb utility. |
| 82 |
Unable to mount log disk volume/file "%1$s". |
Restore the log by executing cubrid checkdb utility. |
| 83 |
Length of path "%1$s" plus length of prefix logname "%2$s" is too long; the combined length must be less than %3$d. |
|
| 84 |
Length of prefix logname "%1$s" is too long; the length must be less than %2$d. |
|
| 85 |
The prefix name "%1$s" is not the same as "%2$s" on the log disk. The log may have been renamed outside the database domain. |
Occurs when data may be moved to another disk space by modifying the vinf file. Configure a database in the preferred disk space by reconfiguration. |
| 86 |
Database is incompatible with current "%1$s" release "%2$s". |
Occurs when the version between the database engine and the created database operation file is not compatible. Install a compatible database engine or upgrade databases by the tool, migrat_v**. |
| 87 |
There are recovery actions that must recovered using "%1$s" release "%2$s" instead of release "%3$s". After the recovery, the database ca |
|
| 88 |
Release string "%1$s" is larger than %2$d. Internal error .. must change header log. |
|
| 89 |
Log "%1$s" does not belong to the given database. |
Occurs while starting the database and a log does not belong to the database. Create a new log by executing cubrid emergency_patchlog utility or restore the database from the backup file. |
| 90 |
Redo logging is always a page level logging operation. A data page pointer must be given as part of the address. |
|
| 91 |
Postpone logging is always a page level logging operation. A data page pointer must be given as part of the address. |
|
| 92 |
Compensate logging is always a page level logging operation. A data page pointer must be given as part of the address. |
|
| 93 |
Warning: redo logging is ignored during redo recovery and normal rollbacks. |
|
| 94 |
Warning: postpone logging is ignored during redo recovery and normal rollbacks. |
|
| 95 |
Warning: undo logging is ignored during recovery and normal rollback. |
|
| 96 |
Media recovery may be needed on volume "%1$s". |
|
| 97 |
Internal error: unable to find log page %1$d in log archives. |
|
| 98 |
Unable to create archive log "%1$s" to archive pages from %2$d to %3$d. |
|
| 99 |
Unable to create backup directory information file "%1$s". |
|
| 100 |
Unable to backup database "%1$s". |
|
| 101 |
Unknown user file "%1$s". |
|
| 102 |
File "%1$s" does not have enough entries: %2$d entries expected. |
|
| 103 |
File "%1$s" seems to have unordered entries. Entry %2$d with values: %3$d %4$s %5$s, was found when e |
|
| 104 |
File "%1$s" seems to have an incorrect entry for database name (main volume). Entry %2$d with values: |
|
| 105 |
Cannot access backup file "%1$s". Restore or Backup is cancelled. |
Occurs when backup or restore is canceled. |
| 106 |
Cannot prepare to commit the current transaction with global transaction identifier %1$d because that |
|
| 107 |
There is no global distributed transaction associated with transaction identifier %1$d. |
|
| 108 |
Current transaction %1$d must be committed or aborted before attempting to join to the distributed tr |
|
| 109 |
Your transaction %1$d has been unilaterally aborted by the system because a participant (remote) site |
|
| 110 |
Isolation level value must be between %1$d and %2$d. |
|
| 111 |
Your transaction has been aborted by the system due to server failure or mode change. |
Modify the query. |
| 112 |
Host "%1$s" is not authorized to run database. |
Occurs when hostkey and IP are not identical; reissue the hostkey. Check whether the configuration of hostname and /etc/hosts file is valid. |
| 113 |
Unable to restart/initialize the database server. |
|
| 114 |
Unable to interpret "%1$s" as a database. The database volumes/files may have been renamed/copied ou |
Occurs when the volume file is arbitrarily moved or information file is modified. No problem occurs in the operation, but the previous path is outputted when executing cubrid spacedb utility. |
| 115 |
Database "%1$s" already exists. |
Occurs while trying to create a database or rename it with an existing name. Create or rename the database with a new one. |
| 116 |
Database "%1$s" is unknown, or the file "databases.txt" cannot be accessed. |
Occurs while trying to start a database that is not listed in the databases.txt file. Create a database or register a database name to the databases.txt file. |
| 117 |
Absolute pathname for the database is too long. The combined length of the path "%1$s" plus the name |
|
| 118 |
Failed to locate current working directory. |
|
| 119 |
Unable to find local hostname. |
|
| 120 |
The maximum number of volumes (%1$d) has been exceeded. |
Reconfigure a database (Decrease the number of volumes.) |
| 121 |
Trying to remove "%1$s" a permanent volume from the database. |
|
| 122 |
Unable to access system message catalog. |
|
| 123 |
Unable to create "%1$s" for database "%2$s". |
Check authorization on the volume creation. |
| 124 |
Volume "%1$s" already exists. |
Occurs when the volume to be added already exists. |
| 125 |
An automatic volume extension "%1$s" of %2$d pages and generic storage purpose was created. |
Occurs when a generic volume is automatically added. Add data or index volumes by the number of them, or reconfigure a database when a large number of volumes increases. |
| 126 |
Unknown purpose "%1$s" given on line %2$d. |
|
| 127 |
Incorrect value %1$d for number of pages given on line %2$d. |
|
| 128 |
Number of pages was not given on line %1$d. |
|
| 129 |
Unknown token "%1$s" was found on line %2$d. |
|
| 130 |
Out of virtual memory. |
Occurs due to a limit kernel value. Check and change values of file, stack, data, and memory to unlimited using a command, ulimit -n unlimited. |
| 131 |
Database system error. |
Tune the query or reconfigure the database. |
| 132 |
Feature not implemented in the current release: %1$s. |
|
| 133 |
Nested set constant not allowed. |
|
| 134 |
It is illegal to mix class attributes and non-class attributes in the same update. |
|
| 135 |
Invalid statement for oid columns: %1$s. |
|
| 136 |
Unimplemented function "%1$s". |
|
| 137 |
Corrupted authorization objects. |
|
| 138 |
Authorization class "%1$s" not found. |
|
| 139 |
Access error on authorization attribute "%2$s" of class "%1$s". |
|
| 140 |
Operation "%1$s" can only be performed by the DBA or a DBA group member. |
Log in as DBA. |
| 141 |
Cannot add "%1$s" as a member of "%2$s". |
|
| 142 |
Adding member causes the user hierarchy to become a cyclic graph. |
|
| 143 |
Encountered class with no owner. |
Force to assign the class owner and reconfigure the database after unload. |
| 144 |
Unable to access user object. |
|
| 145 |
Cannot issue grant/revoke commands to yourself. |
|
| 146 |
Cannot issue GRANT/REVOKE to owner of a class. |
|
| 147 |
No GRANT option. |
|
| 148 |
Cannot obtain write lock on authorization object. |
|
| 149 |
Cannot create instance of authorization object. |
|
| 150 |
Cannot revoke privileges from self. |
|
| 151 |
Cannot revoke privileges from owner of a class. |
|
| 152 |
GRANT not found. |
|
| 153 |
No authorization privileges in effect for the database. |
Log in as the user. |
| 154 |
Incomplete authorization installation - no authorization privileges in effect for the database. |
|
| 155 |
Multiple authorization roots. |
|
| 156 |
Authorization failure. |
Log in as the user. |
| 157 |
SELECT authorization failure. |
Log in as the user. |
| 158 |
ALTER authorization failure. |
Log in as the user. |
| 159 |
UPDATE authorization failure. |
Log in as the user. |
| 160 |
INSERT authorization failure. |
Log in as the user. |
| 161 |
DELETE authorization failure. |
Log in as the user. |
| 162 |
INDEX authorization failure. |
Log in as the user. |
| 163 |
EXECUTE authorization failure. |
Log in as the user. |
| 164 |
User "%1$s" already exists. |
Check the user. |
| 165 |
User "%1$s" is invalid. |
|
| 166 |
Invalid user specified. |
Check the user. |
| 167 |
Must be class owner to perform operation. |
Log in as the user. |
| 168 |
Member not found. |
Check the user. |
| 169 |
Cannot remove user %s from the database. |
Check the user. |
| 170 |
No user logged in. |
|
| 171 |
Incorrect or missing password. |
Check the password. |
| 172 |
Password string cannot have more than 31 characters. |
Modify the password length. |
| 173 |
Could not locate database file "%1$s". |
Check the database volume and restore by using backup data. |
| 174 |
Could not obtain write access to database file "%1$s". |
|
| 175 |
Badly formatted database file "%1$s". |
|
| 176 |
Conversion error in date format. |
|
| 177 |
Cannot create large object for internal storage. |
|
| 178 |
Temporary OID encountered without MOP. |
|
| 179 |
Domain "%1$s" is not compatible with domain "%2$s". |
Check and change type casting properly. |
| 180 |
Domain "%1$s" of supplied value is not compatible with destination domain "%2$s". |
Check and change type casting properly. |
| 181 |
Cannot coerce value of domain "%1$s" to domain "%2$s". |
Check and change type casting properly. |
| 182 |
Cannot coerce value of domain "%1$s" to domain "%2$s" without overflow. |
|
| 183 |
Unexpected amount of received data; %1$d expected, %2$d received. |
|
| 184 |
Cannot allocate communications buffer. |
|
| 185 |
Error receiving data from client. |
|
| 186 |
Error receiving data from server. |
|
| 187 |
Communications buffer not used. |
|
| 188 |
Unknown database "%1$s". |
|
| 189 |
Invalid host name "%1$s". |
|
| 190 |
Server host not identified. |
|
| 191 |
Cannot connect to server "%1$s" on "%2$s". |
|
| 192 |
Could not load network configuration file. |
|
| 193 |
Server received shutdown command from client. |
|
| 194 |
Unknown server request id %1$d. |
|
| 195 |
Server communications error : %1$s. |
|
| 196 |
Server name not identified. |
|
| 197 |
Could not make contact with master server. |
Check the hostname in databases.txt and see if the master server is running. |
| 198 |
Receive buffer too small, data truncated. |
|
| 199 |
Server no longer responding. |
Server is currently stopped. Check the server state. |
| 200 |
Not properly removing set from object after free. |
|
| 201 |
Removed incorrect UNIQUE table entry. |
|
| 202 |
Attribute "%1$s" was not found. |
|
| 203 |
Value for attribute "%1$s" must be of type "%2$s", not type "%3$s". |
|
| 204 |
Function called with missing or invalid arguments. |
|
| 205 |
Attribute "%1$s" cannot be made NULL. |
|
| 206 |
Attribute "%1$s" does not have the UNIQUE constraint. |
|
| 207 |
Class "%1$s" has object size of zero. |
|
| 208 |
Method "%1$s" not found. |
|
| 209 |
No attribute or method with name "%1$s" was found. |
|
| 210 |
Internal error: processing object template. |
|
| 211 |
Attribute was deleted while building object template. |
|
| 212 |
Attribute "%1$s" could not be set without violating the UNIQUE contraint. |
|
| 213 |
Invalid UNIQUE table entry encountered. |
|
| 214 |
A domain conflict exists on attribute "%1$s". |
Modify the query. |
| 215 |
Attribute with id %1$d not found. |
Modify the query. |
| 216 |
Invalid object ownership tag on value. |
|
| 217 |
Operation can only be performed on class objects. |
|
| 218 |
Invalid object in db_get path expression. |
|
| 219 |
Invalid db_get path expression. |
|
| 220 |
Invalid set in db_get path expression. |
|
| 221 |
Invalid set index in db_get path expression. |
|
| 222 |
Attempt to assign string value greater than %2$d characters to attribute "%1$s". |
Modify the query. |
| 223 |
Value %2$d is too large for smallint attribute "%1$s". |
Modify the query. |
| 224 |
A database has not been restarted. |
Check the hostname in databases.txt and the database state. |
| 225 |
Missing value for attribute "%1$s" with the NON NULL constraint. |
Modify the query. |
| 226 |
Empty component list in class. |
|
| 227 |
Attempt to assign value to attribute "%1$s" more than once. |
Modify the query. |
| 228 |
Method "%1$s" called with %2$d arguments. The system allows a maximum of %3$d arguments. |
Modify the query. |
| 229 |
Method "%1$s" requires argument %2$d to be within the domain "%3$s". An invalid value of domain "%4$ |
Modify the query. |
| 230 |
Attribute "%1$s" cannot be assigned a string of length %2$d. The maximum allowable string length is |
Modify the query. |
| 231 |
Invalid API operation attempted on a temporary object. |
|
| 232 |
Attempt to use object template over a transaction |
|
| 233 |
Cannot create class with basic type name "%1$s". |
Modify the query. |
| 234 |
Method file "%1$s" not found. |
Check the method file. |
| 235 |
%1$d unresolved method functions after linking. |
|
| 236 |
Unresolved method "%1$s". |
Check the method file and the method function on the object. |
| 237 |
Severe problems were encountered during dynamic linking. |
|
| 238 |
Could not access method file "%1$s". |
Modify the query. |
| 239 |
Attribute "%1$s" was not found. |
Modify the query. |
| 240 |
Method "%1$s" was not found. |
Modify the query and check the method. |
| 241 |
There is no attribute or method with name "%1$s". |
|
| 242 |
Signature for %2$s not found for method "%1$s". |
|
| 243 |
Argument %2$d of method "%1$s" is undefined. |
|
| 244 |
Domain name "%1$s" is not the name of a class or basic type. |
|
| 245 |
The name "%1$s" has already been used as the name of an attribute. |
|
| 246 |
The name "%1$s" has already been used as the name of a method. |
|
| 247 |
Invalid arguments to schema manager internal function. |
|
| 248 |
The attribute domain "%1$s" is not suitable for use with the UNIQUE integrity constraint. |
|
| 249 |
The requested operation on class "%1$s" can only be performed before instances are created. |
|
| 250 |
Cannot create index on attribute "%1$s", defined with a shared value. |
|
| 251 |
Signature %2$s already exists for method "%1$s". |
|
| 252 |
Attribute "%1$s" must have a set domain for that operation. |
|
| 253 |
Attribute "%1$s" cannot be defined with a nested set domain. |
|
| 254 |
Unable to remove domain "%2$s" from attribute "%1$s". |
|
| 255 |
Attribute "%1$s" is not of a variable sized domain. |
|
| 256 |
Superclass already exists. |
|
| 257 |
Superclass addition would cause cycles in class hierarchy. |
|
| 258 |
Superclass not found. |
|
| 259 |
Multiple signatures exist for method "%1$s". |
|
| 260 |
Argument %2$d of method "%1$s" is not of a set domain. |
|
| 261 |
Resolution for "%1$s" not found. |
|
| 262 |
Value domain "%2$s" not suitable for attribute "%1$s". |
|
| 263 |
Schema manager internal corruption detected. |
|
| 264 |
Alias "%2$s" for attribute/method "%1$s" is not unique. |
|
| 265 |
Shadowing attribute "%1$s" with conflicting domain "%2$s". |
|
| 266 |
Name conflict on attribute "%1$s" with classes "%2$s" and "%3$s". |
|
| 267 |
Shadowing method "%1$s" with conflicting signature. |
|
| 268 |
Name conflict on method "%1$s" with classes "%2$s" and "%3$s". |
|
| 269 |
Cannot define index on domain "%1$s". |
|
| 270 |
Cannot define UNIQUE constraint on domain "%1$s". |
|
| 271 |
Detected cycle in class hierarchy; "%1$s" is a super class of "%2$s". |
|
| 272 |
Index "%2$s" already defined for class "%1$s". |
|
| 273 |
Index "%1$s" does not exist. |
|
| 274 |
Illegal characters in name: "%1$s". |
|
| 275 |
Illegal operation on attribute "%1$s", inherited from class "%2$s". |
|
| 276 |
Illegal operation on method "%1$s", inherited from class "%2$s". |
|
| 277 |
Illegal operation on "%1$s", inherited from class "%2$s". |
|
| 278 |
Class "%4$s" has incompatible domains for "%1$s", inherited from classes "%2$s" and "%3$s". |
|
| 279 |
In class "%4$s", "%1$s" inherited from class "%2$s" cannot be used as requested. The definition from |
|
| 280 |
In class "%3$s", "%1$s" cannot be inherited from class "%2$s" because there is a local definition wit |
|
| 281 |
In class "%3$s", "%1$s" inherited from class "%2$s" is aliased but no substitute from another source |
|
| 282 |
In class "%4$s", "%1$s" inherited from class "%3$s" cannot serve as an alias substitute for class "%2 |
|
| 283 |
In class "%4$s", "%1$s" inherited from class "%3$s" cannot serve as an alias substitute for class "%2 |
|
| 284 |
Cannot request inheritance of "%1$s" because it is defined locally in the class. |
|
| 285 |
Cannot use "%1$s" as an alias for inherited component "%2$s" because there is already a locally defin |
|
| 286 |
Cannot use "%1$s" as an alias for "%2$s" of "%3$s". A component with that name is already inherited |
|
| 287 |
In class "%1$s", cannot define attribute "%2$s" because it would shadow a method inherited from "%3$s |
|
| 288 |
In class "%1$s", cannot define method "%2$s" because it would shadow an attribute inherited from "%3$ |
|
| 289 |
Subclass "%1$s" cannot inherit method "%2$s" from class "%3$s" because there is already an attribute |
|
| 290 |
Subclass "%1$s" cannot inherit attribute "%2$s" from class "%3$s" because there is already a method w |
|
| 291 |
"%1$s" is defined in class "%2$s" as an attribute and in class "%3$s" as a method. |
|
| 292 |
No populate specification with index "%1$s". |
|
| 293 |
Operation not allowed for this class type. |
|
| 294 |
Undefined environment variable "%1$s" referenced in method file. |
|
| 295 |
Unable to alter class "%1$s". The system catalog is out of space. To reclaim space, compact the dat |
|
| 296 |
Invalid property list encountered. |
|
| 297 |
Alias name "%1$s" is used more than once. |
|
| 298 |
In class "%1$s", a resolution for "%2$s" of "%3$s"' is not allowed. That class is not a super class. |
|
| 299 |
"%1$s" is a reserved word and cannot be used as an attribute, method, or class name. |
|
| 300 |
Attribute "%1$s" cannot be defined with both a DEFAULT value and the UNIQUE integrity constraint. |
|
| 301 |
Attribute "%1$s" cannot be defined with a length constraint of %2$d. The maximum length constraint i |
|
| 302 |
Could not add element to a set. |
|
| 303 |
Value already exists in set. |
|
| 304 |
Set index %1$d is out of bounds. |
|
| 305 |
Sequence index %1$d is out of bounds. |
|
| 306 |
Requested operation can only be performed on sequences. |
|
| 307 |
Requested operation can only be performed on sets. |
|
| 308 |
Element value is not within the domain of the set. |
|
| 309 |
Illegal set element index given: %1$d. |
|
| 310 |
Element not found in set. |
|
| 311 |
Element not found in sequence. |
|
| 312 |
"%1$s" is not a valid set domain. |
|
| 313 |
Object buffer underflow while reading. |
Reconfigure the database. |
| 314 |
Object buffer overflow while writing. |
|
| 315 |
Illegal metaclass definition encountered. |
|
| 316 |
Transformer size calculation mismatch, expected %1$d calculated %2$d. |
|
| 317 |
Invalid disk representation encountered for class "%1$s". |
|
| 318 |
Out of sync during object loading. Database is likely corrupted or out of date. |
|
| 319 |
Ignoring unknown attribute extension. |
|
| 320 |
Encountered corrupted disk representation of object. |
|
| 321 |
Possible corruption in the workspace detected. |
|
| 322 |
MOP not found in the workspace. |
|
| 323 |
Attempt to upgrade non-temporary MOP in workspace. |
|
| 324 |
Object found in workspace without class. |
Restart the database or the broker, otherwise reconfigure the database. |
| 325 |
Attempt to garbage collect a MOP in the dirty list. |
|
| 326 |
Changing class pointer for object in workspace. |
|
| 327 |
Cannot create MOP with NULL OID. |
|
| 328 |
Instance encountered in workspace without class. |
|
| 329 |
Object list link not allocated in workspace. |
|
| 330 |
Workspace pin violation. |
Restart the database or the broker. |
| 331 |
Could not allocate workspace block from OS, out of virtual memory. Aborting transaction. |
|
| 332 |
Original workspace size estimate exceeded. An automatic extension has been made. |
|
| 333 |
Out of memory during workspace storage allocation. Aborting transaction. |
|
| 334 |
Attempted allocation of %1$d bytes is larger than maximum workspace block size. Try adjusting max_bl |
|
| 335 |
Ignoring attempt to free object not allocated within the workspace. |
|
| 336 |
Ignoring attempt to free an object more than once. |
|
| 337 |
Ignoring attempt to allocate object with negative size. |
|
| 338 |
Map entry identifier overrun. |
|
| 339 |
Cannot exit critical section, since it is not owned by transaction %1$d. |
|
| 340 |
Cannot fork child process. |
|
| 341 |
Cannot exec child process. |
|
| 342 |
Cannot change process group. |
|
| 343 |
Request_id's used up. |
|
| 344 |
%1$s. |
|
| 345 |
Error reading shutdown message from master. |
|
| 346 |
Error reading stop shutdown message from master. |
|
| 347 |
Could not establish a pipe to the master server. |
|
| 348 |
Must specify either service or port identifier. |
|
| 349 |
Unknown service for TCP: %1$s. |
|
| 350 |
Error getting local host by name for host "%1$s". Host not found. |
|
| 351 |
Cannot create TCP socket. |
|
| 352 |
tcp_open: cannot get a reserved TCP port. |
|
| 353 |
Cannot make connection to master server. |
Check the master state, the firewall, and the hostname. |
| 354 |
Cannot set new process owner for socket. |
|
| 355 |
Cannot create socket stream. |
|
| 356 |
'%1$s' file for UNIX domain socket exist. |
|
| 357 |
Cannot bind local address... aborting. |
|
| 358 |
Accept failed. |
|
| 359 |
Datagram bind error. |
|
| 360 |
Datagram accept error. |
|
| 361 |
Datagram connect error. |
Occurs due to cubrid server hangup. Force to terminate the process and restart the server. |
| 362 |
Datagram socket error. |
|
| 363 |
Recvmsg from master socket failed. |
|
| 364 |
Sending a new request to server. |
|
| 365 |
Sending a broadcast message to client. |
|
| 366 |
Error from server: %1$s |
|
| 367 |
Server %1$s already exists. |
|
| 368 |
Communication error during connect for %1$s. |
|
| 369 |
|
|
| 370 |
|
|
| 371 |
|
|
| 372 |
|
|
| 373 |
Premature EOF during read: %1$d. |
|
| 374 |
Premature EOF during read of %1$d or %2$d. |
|
| 375 |
Conversion error on (0x%1$c%2$c) %3$d and %4$d converted to %5$d. |
|
| 376 |
Error finding class public. |
|
| 377 |
Error %1$d adding attribute "%2$s" to multimedia hierarchy. |
|
| 378 |
Error %1$d adding method "%2$s" implemented as "%3$s" to multimedia hierarchy. |
|
| 379 |
Error %1$d adding superclass to multimedia hierarchy. |
|
| 380 |
Dynamic loader already initialized. |
|
| 381 |
Dynamic loader not initialized. |
|
| 382 |
Dynamic loader improperly initialized. |
|
| 383 |
"%1$s" is not an object file or an archive. |
|
| 384 |
Cannot determine absolute path for "%1$s". |
|
| 385 |
ld process exited with code %1$d. |
|
| 386 |
ld process exited due to signal %1$d. |
|
| 387 |
ld process exited with unknown waitval 0x%1$lx. |
|
| 388 |
Cannot access initial image for "%1$s". |
|
| 389 |
System error: %1$s. |
|
| 390 |
Problem with "%1$s": %2$s. |
|
| 391 |
Conflict with other SIGPIPE handler. |
|
| 392 |
Unable to spawn dynamic loader daemon. |
|
| 393 |
Dynamic loader daemon has disappeared. |
|
| 394 |
Range endpoint not between 0 and 256. |
|
| 395 |
Illegal subexpression specified. |
|
| 396 |
Octal digit in escape out of range. |
|
| 397 |
Regular expression not delimited properly. |
|
| 398 |
Text search called before expression compiled. |
|
| 399 |
Unbalanced parentheses in regular expression. |
|
| 400 |
Parentheses too deeply nested in regular expression. |
|
| 401 |
More than two numbers specified in a range. |
|
| 402 |
Unmatched {. |
|
| 403 |
First number in range expression is larger than second. |
|
| 404 |
Unbalanced [ in regular expression. |
|
| 405 |
The regular expression was too long to compile. |
|
| 406 |
Invalid B+tree index identifier: (vfid = (%1$d, %2$d), rt_pgid: %3$d). |
|
| 407 |
Unknown key %1$s referenced in B+tree index {vfid: (%2$d, %3$d), rt_pgid: %4$d, key_type: %5$s}. |
Occurs due to a problem with the index. Execute cubrid checkdb -r first. If it fails, reconfigure the database by using unload/load. |
| 408 |
Unknown value (oid) %1$d|%2$d|%3$d referenced. |
|
| 409 |
Duplicate value (oid) %1$d|%2$d|%3$d referenced. |
|
| 410 |
Null key referenced. |
|
| 411 |
Invalid B+tree index key type "%1$s". |
|
| 412 |
Invalid range search specification. |
|
| 413 |
Unknown attribute identifier: %1$d. |
|
| 414 |
Unknown class identifier: %1$d|%2$d|%3$d. |
|
| 415 |
Invalid class identifier: %1$d|%2$d|%3$d. |
|
| 416 |
Unknown representation identifier: %1$d. |
|
| 417 |
Invalid representation identifier: %1$d. |
|
| 418 |
Record descriptor does not have enough space: %1$d. |
|
| 419 |
Class has reached maximum representations count: %1$d. |
|
| 420 |
Class %1$d|%2$d|%3$d already had representations. |
|
| 421 |
Representations Directory Missing in Catalog for Class: %1$d|%2$d|%3$d. |
|
| 422 |
Representation Information Record Missing in Catalog for Class - Repr_Id: %1$d|%2$d|%3$d - %4$d. |
|
| 423 |
Invalid session. |
|
| 424 |
No statement to execute. |
|
| 425 |
Incompatible data type for attribute "%1$s" of class "%2$s". |
|
| 426 |
Incompatible data type on attribute "%1$s". |
|
| 427 |
Data overflow on data type "%1$s". |
|
| 428 |
Statement is not updatable. |
|
| 429 |
Unknown command. |
|
| 430 |
Unknown variable "%1$s". |
|
| 431 |
Error in SQL/X interpreter or parser. |
|
| 432 |
Unknown class "%1$s". |
|
| 433 |
Unknown attribute "%1$s" in class "%2$s". |
|
| 434 |
Cannot find correct column names from a query. |
|
| 435 |
Multiple statements not allowed. |
|
| 436 |
Statement is not a query. |
|
| 437 |
Invalid long object ID (%1$s,%2$d, %3$s, %4$s). |
|
| 438 |
Conflict exists in the long object descriptor. |
|
| 439 |
Offset %1$d is larger than length of long object %2$d. |
|
| 440 |
Invalid cursor position. |
|
| 441 |
Invalid cursor operation. |
|
| 442 |
Unknown cursor position. |
|
| 443 |
Tuple value index %1$d is out of range. |
|
| 444 |
Invalid attribute name: "%1$s". |
|
| 445 |
Value list index %1$d is out of range. |
|
| 446 |
There are query result structures closed by transaction manager but not closed by the application. |
|
| 447 |
An operation has been attempted on a closed query result structure. |
|
| 448 |
Tuple sizes are currently restricted to be no larger than a page. |
|
| 449 |
Unknown query identifier: %1$d. |
|
| 450 |
Invalid set operator: %1$d. |
|
| 451 |
Heap file with no instances. |
|
| 452 |
Invalid XASL tree node content. |
|
| 453 |
No more access specification nodes. |
|
| 454 |
Invalid data type referenced. |
|
| 455 |
No more query file pages left. |
|
| 456 |
Data type references are incompatible. |
|
| 457 |
Invalid query result type. |
|
| 458 |
Overflow happened in addition context. |
|
| 459 |
Query result does not contain a single tuple. |
|
| 460 |
Too few input host variables provided. |
|
| 461 |
More host variables are given than result columns. |
|
| 462 |
Result value is NULL, but there is no indicator variable. |
|
| 463 |
Cursor statement has not yet been prepared. |
|
| 464 |
Cursor should be a SELECT statement. |
|
| 465 |
The cursor is not yet opened. |
|
| 466 |
The cursor should be closed before re-opening. |
|
| 467 |
Result should return a single object. |
|
| 468 |
No positional markers are allowed in EXECUTE IMMEDIATE statements. |
|
| 469 |
Invalid data type used. |
|
| 470 |
Query involves too many items for optimizer. |
|
| 471 |
Memory exhausted in line %1$d of file %2$s. |
|
| 472 |
%1$s connector for local database '%2$s' on host '%3$s' has died. |
|
| 473 |
Reported from local database '%1$s' on host '%2$s': %3$s. |
|
| 474 |
Error %1$s detected during %2$s. |
|
| 475 |
No query specification with index %1$s. |
|
| 476 |
LDB %1$s already exists. |
|
| 477 |
Could not connect to master on host %2$s to access LDB %1$s. |
|
| 478 |
The local database "%1$s" is not a registered LDB. |
|
| 479 |
The local database "%1$s" is currently being accessed by other clients, alteration or drop is not all |
|
| 480 |
The local database "%1$s" is not empty and cannot be dropped. |
|
| 481 |
"%1$s" is not a proxy virtual class. |
|
| 482 |
"%1$s" is not a virtual class. |
|
| 483 |
"%1$s" is not an attribute of the class "%2$s". |
|
| 484 |
The object_id for proxy virtual class "%1$s" is already set. |
|
| 485 |
One or more object_id attributes are NULL for instance of proxy class "%1$s". |
|
| 486 |
Object is not an updatable virtual class instance. |
|
| 487 |
Object is not an instance. |
|
| 488 |
An attribute of a class may not be a virtual class or a proxy virtual class. |
|
| 489 |
An attribute of a proxy virtual class may not be a class, virtual class, or object. |
|
| 490 |
The superclass "%1$s" must be of the same type of class as "%2$s". |
|
| 491 |
Cannot extract entity name from proxy query specification "%1$s". |
|
| 492 |
%1$s |
|
| 493 |
Syntax: %1$s %2$s |
|
| 494 |
Semantic: %1$s %2$s |
|
| 495 |
Execute: %1$s %2$s |
|
| 496 |
Unknown key referenced. |
|
| 497 |
Unknown value (oid) %1$d|%2$d|%3$d referenced. |
|
| 498 |
Duplicate value (oid) %1$d|%2$d|%3$d referenced. |
|
| 499 |
Null key referenced. |
|
| 500 |
Duplicate key referenced. |
|
| 501 |
Invalid trigger priority. |
|
| 502 |
Missing target class in trigger. |
|
| 503 |
Trigger "%1$s" was not found. |
|
| 504 |
Internal error: processing trigger "%1$s". |
|
| 505 |
A trigger with the name "%1$s" already exists. |
|
| 506 |
A trigger cannot be defined on "%1$s" because it is a virtual class. |
|
| 507 |
Inappropriate trigger target class "%1$s". |
|
| 508 |
Inappropriate trigger target attribute "%1$s". |
|
| 509 |
Invalid trigger condition "%1$s". |
|
| 510 |
Invalid trigger action "%1$s". |
|
| 511 |
Not authorized to access trigger "%1$s". |
|
| 512 |
Not authorized to delete trigger "%1$s". |
|
| 513 |
Not authorized to update trigger "%1$s". |
|
| 514 |
Not authorized to alter trigger "%1$s". |
|
| 515 |
Trigger action execution time of %2$s cannot be earlier than condition execution time of %1$s. |
|
| 516 |
Maximum trigger depth %1$d exceeded at trigger "%2$s". |
|
| 517 |
The operation has been rejected by trigger "%1$s". |
|
| 518 |
Internal error: processing trigger "%1$s". |
|
| 519 |
Illegal trigger condition type. |
|
| 520 |
The REJECT action cannot be used with an action time of AFTER or DEFERRED. |
|
| 521 |
The REJECT action cannot be used with the ABORT or TIMEOUT events. |
|
| 522 |
Trigger condition expression was not given. |
|
| 523 |
Trigger action expression was not given. |
|
| 524 |
The specified activity cannot be removed because it is owned by another user. |
|
| 525 |
Error compiling condition for "%1$s" : %2$s |
|
| 526 |
Error compiling action for "%1$s", %2$s |
|
| 527 |
Error evaluating condition for "%1$s" : %2$s |
|
| 528 |
Error evaluating action for "%1$s", %2$s |
|
| 529 |
Transaction cannot be committed, it was invalidated by trigger "%1$s". |
|
| 530 |
Missing regular expression. |
|
| 531 |
Regular expression is too long or complex. |
|
| 532 |
Unbalanced parenthesis or brackets in regular expression. |
|
| 533 |
Reference is out of range in regular expression. |
|
| 534 |
Illegal character or syntax in regular expression. |
|
| 535 |
No text given for regular expression search. |
|
| 536 |
Illegal opcode found in regular expression. |
|
| 537 |
Illegal search command code for regular expression compiler. |
|
| 538 |
Regular expression working buffer needs to be initialized. |
|
| 539 |
Attempt to divide by zero. |
|
| 540 |
%1$s. |
|
| 541 |
Number of free pages for volume "%1$s" is inconsistent. %2$d and %3$d were found according to volume |
|
| 542 |
Number of free sectors for volume "%1$s" is inconsistent. %2$d and %3$d were found according to volum |
|
| 543 |
Disk header for volume "%1$s" is inconsistent. |
|
| 544 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). Btree key %6$s entry for object |
Rebuild the existing index. |
| 545 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). Key and OID: %6$d|%7$d|%8$d ent |
Rebuild the existing index |
| 546 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). expecting %6$d OID entry values |
|
| 547 |
Server release %1$s is different from client release %2$s. |
|
| 548 |
There is no object_id defined for proxy class "%1$s". |
|
| 549 |
The proxy instance was not found. |
|
| 550 |
Unknown savpoint name %1$s |
|
| 551 |
Unable to locate volume information path file "%1$s"... Continue reading from internal tables |
|
| 552 |
Date arithmetic underflow. |
|
| 553 |
Time arithmetic underflow. |
|
| $ L |
|
|
| 554 |
The loader has entered an invalid state. No further operations are possible. |
|
| 555 |
Memory allocation error during database loading. |
|
| 556 |
Too many values supplied. Expecting %d. |
|
| 557 |
For attribute %1$s of %2$s, type %3$s is not allowed in the domain of the set. |
|
| 558 |
For attribute %1$s of %2$s, expected type %3$s, got a set constant. |
|
| 559 |
For attribute %1$s of %2$s, expected type %3$s, got %4$s. |
|
| 560 |
For attribute %1$s of %2$s, domain is not specific enough to support\n unqualified object references. |
|
| 561 |
Nested sets are not allowed. |
|
| 562 |
System class %1$s cannot be populated using the database loader. |
|
| 563 |
Reference to internal class %1$s converted to NULL. |
|
| 564 |
Violation of the UNIQUE constraint for attribute %1$s of %2$s. |
|
| 565 |
Constructor method %1$s is not defined on class %2$s. |
|
| 566 |
Unused error id. |
|
| 567 |
Too many constructor method arguments supplied. Expected %1$d. |
|
| 568 |
Missing constructor method parameters. Expected %1$d, found %2$d. |
|
| 569 |
Missing attribute values. Expected %1$d, found %2$d. |
|
| 570 |
Could not access Glo data file "%1$s". |
|
| 571 |
Instance was previously created through a forward reference.\nThis is not allowed for instances creat |
|
| 572 |
INTERNAL ERROR: Cannot build disk representation of instance. |
|
| 573 |
INTERNAL ERROR: Cannot insert new instance in database. |
|
| 574 |
INTERNAL ERROR: Cannot update new instance in database. |
|
| 575 |
For argument %1$d of constructor %2$s, expected type %3$s, got %4$s. |
|
| 576 |
Reference to class %3$s is not compatible with the domain of %1$s of %2$s. |
|
| 577 |
For argument %1$d of constructor %2$s, domain is not specific enough to support\n unqualified object |
|
| 578 |
Reference to class %3$s is not compatible with the domain of argument %1$d \n of constructor %2$s. |
|
| 579 |
Target domain must include type "object" to allow references to classes. |
|
| 580 |
Attribute %1$s is not defined for class %2$s. |
|
| 581 |
Attempt was made to update the database when updates are disabled. |
|
| 582 |
Unknown storage purpose %1$d. Valid range is from %2$d to %3$d. |
|
| 583 |
Trying to allocate an invalid number (%1$d) of pages. |
|
| 584 |
Internal Error: A loop was detected in the file table of file %1$d in volume "%2$s". The loop may be |
|
| 585 |
Unknown heap %1$s|%2$d|%3$d |
|
| 586 |
Internal Error: Unable to update chain header in VPID %1$d|%2$d for heap %3$d in volume "%4$s". |
|
| 587 |
Entries of permanent volumes are unsorted in your "%1$s" volinfo file. Entry %2$d: 2009-10-09$d %4$s is out o |
|
| 588 |
INTERNAL ERROR: Failed optimizer assertion. Optimization aborted. |
|
| 589 |
Invalid user name "%1$s". |
|
| 590 |
The attribute domain "%1$s" of a class may not be a \nvirtual class or a proxy virtual class. |
|
| 591 |
The attribute domain "%1$s" of a proxy virtual class \nmust be a proxy virtual class. |
|
| 592 |
The attribute domain "%1$s" of a proxy virtual class \nand the proxy virtual class must be on the sam |
|
| 593 |
A non-updatable virtual instance has been reclaimed and cannot be rebuilt. |
|
| 594 |
An object_id clause must be supplied without using attributes (%1$s) of approximate data types (float |
|
| 595 |
The database name "%1$s" is too long. Name of database should be less than %2$d characters |
|
| 596 |
The %1$d pages of total temporary space allowed have been exceeded. |
|
| 597 |
Number of pages for heap file %1$d|%2$d|%3$d is inconsistent. \n%4$d and %5$d were found according to |
|
| 598 |
Number of files is inconsistent. %1$d were expected, %2$d were found |
|
| 599 |
An I/O error occurred while synchronizing state of volume "%1$s". |
|
| 600 |
Function "%1$s" not implemented on the PC. |
|
| 601 |
"%1$s". |
|
| 602 |
dl error: "%1$s" is multiply defined. |
|
| 603 |
Internal Error: Sector/page table of file VFID %1$d|%2$d seems corrupted. |
|
| 604 |
Internal Error: An allocation set for file VFID %1$d|%2$d(Volume "%3$s") seems inconsistent in %4$d d |
Reconfigure the database. |
| 605 |
Internal Error: Inconsistent number of marked deleted pages for file VFID %1$d|%2$d(Volume "%3$s"). E |
|
| 606 |
Could not locate odbc.ini with path "%1$s". |
|
| 607 |
Database "%1$s" was not found in odbc.ini. |
|
| 608 |
Database "%1$s" does not have a Host specification in the odbc.ini file. |
|
| 609 |
Your transaction cannot be rolled back since logging was ignored. Your database may be corrupted. |
|
| 610 |
Your database is likely to be corrupted since logging was turned off when your database crashed. |
|
| 611 |
%s cannot be executed in client/server mode. |
|
| 612 |
Logging cannot be disabled at this moment since there are pending actions to recover. |
|
| 613 |
In class "%3$s", local component "%1$s" cannot serve as an alias substitute for class "%2$s". The dom |
|
| 614 |
Number of active log archives has been exceeded the max desired number of %1$d. |
|
| 615 |
Cannot establish contact with the Winsock interface. Winsock error: %1$d. |
|
| 616 |
Cannot determine machine name using Winsock interface. Winsock error: %1$d. |
|
| 617 |
Cannot determine machine id using Winsock interface. There must be an entry in the host name table f |
|
| 618 |
Attribute is not updatable. |
|
| 619 |
Bad source codeset. |
|
| 620 |
Bad destination codeset. |
|
| 621 |
Invalid data type. The arguments contain an invalid data type. |
|
| 622 |
Incompatible code sets. The code sets of the arguments are incompatible. |
|
| 623 |
Invalid escape sequence. An invalid escape sequence has caused an error in the regular expression com |
|
| 624 |
Invalid escape character. The escape character is non-NULL with a length greater than 1. |
|
| 625 |
Internal Error. Trying to update the wrong instance object %1$d|%2$d|%3$d attribute information templ |
|
| 626 |
Internal Error. %1$d requested attributes were not found. |
|
| 627 |
Invalid trim operand. The trim operand has a length greater than 1. |
|
| 628 |
Invalid currency type: %1$d. |
|
| 629 |
Pagesize %1$d is not a power of 2 or pagesize is too small. Pagesize of %2$d is used instead. |
|
| 630 |
Conversion not supported by %1$s. |
|
| 631 |
Statement would violate one or more attribute NOT NULL constraints. |
|
| 632 |
%1$s does not seem to be a backup volume. |
|
| 633 |
%1$s is a backup of database %2$s created on %3$s instead of given database %4$s created on %5$s |
|
| 634 |
A database volume/file was expected in backup. |
|
| 635 |
WARNING: Log Buffer pool of %1$d buffers seems very small for current environment.\n It is possible t |
|
| 636 |
WARNING Num_buffers %1$d is too small. The minumum value of %2$d was assumed. |
|
| 637 |
System error: freeing a log buffer too much. Fix count is set to zero. |
|
| 638 |
Warning: Flushing an unupdatable log archive pageid = %1$d |
|
| 639 |
System error: Previous log sequence page %1$d is not the delayed flush page %2$d. |
|
| 640 |
System Error: a savepoint cannot be added when the transaction is not active (e.g., during commit or |
|
| 641 |
A name must be given for a savepoint. |
|
| 642 |
System Error: there is not an active top system operation for current transaction. |
|
| 643 |
May be a system error: Commiting/Aborting transaction = %1$d (index = %2$d) which has permanent opera |
|
| 644 |
SYSTEM ERROR: Log manager does not known either undo/redo function for rcvindex = %1$d |
|
| 645 |
SYSTEM ERROR: State = %1$s of Transaction = %2$d (index = %3$d) \n is not the correct state to apply |
|
| 646 |
SYSTEM ERROR: It seems that a compensating record is missing for logical logging rcvindex = %s\n. Wit |
|
| 647 |
Backup "%1$s" does not belong to the given database. |
Rename the current database, perform backup, and then restore necessary data. |
| 648 |
Backup is incompatible with current "%1$s" release "%2$s". |
Try migration by restoring to the version at the backup point. |
| 649 |
Given precision of %1$d is invalid; it should be greater than %2$d and no greater than %3$d. |
|
| 650 |
Cannot create enough threads for 'max_clients=%1$d'. |
Occurs when the stack size is not enough to execute threads. Check the size by ulimit -a stack size. |
| 651 |
There is not virtual memory to preallocate %1$d sort buffers for each of %2$d threads. |
|
| 652 |
Wrong offset %1$d was given to split the record of length %2$d stored on slot %3$d |
|
| 653 |
Wrong offset %1$d or length %2$d was given to remove a portion of the data of the record of length %3 |
|
| 654 |
Wrong offset %1$d or length %2$d was given to overwrite a portion of the data of the record of length |
|
| 655 |
Cannot open the event handler configuration file, "%1$s". |
|
| 656 |
Warning : Null id/name in event handler configuration file, "%1$s", line %2$d |
|
| 657 |
Warning : Illegal event name, "%1$s", in event handler configuration file, "%2$s", line %3$d |
|
| 658 |
Warning : event id %1$d, not in error id range %2$d <> %3$d, file "%4$s", line %5$d |
|
| 659 |
Cannot access the event handler program, "%1$s". |
|
| 660 |
Cannot open/connect the event handler process, "%1$s". |
|
| 661 |
Failed to write to the event handler process, "%1$s". |
|
| 662 |
Failed to initialize event handling mechanism. |
|
| 663 |
Warning : Line too long in event handler configuration file, "%1$s", line %2$d, truncating |
|
| 664 |
Event handling mechanism started. |
|
| 665 |
Event handler pipe broken, "%1$s" |
|
| 666 |
Event handling mechanism stoped. |
|
| 667 |
Cannot match class '%1$s' with corresponding C++ class. |
|
| 668 |
Internal error: Unknown domain type '%1$d'. |
|
| 669 |
Server refused client connection : max clients, (%1$d), exceeded. |
Occurs when the client requests exceed the value specified in the parameter, max_clients, and CAS connections such as Java SP, method, or C APIs is not used. Increase the value in max_clients. |
| 670 |
Operation would have caused one or more unique constraint violations. |
The unique key value error; check the input value and remove a duplicate value. |
| 671 |
A network read/write error ocurred for socket %1$d associated with your transaction (index %2$d, %3$s |
|
| 672 |
Socket %1$d associated with your transaction (index %2$d, %3$s@%4$s|%5$d) is closed. |
|
| 673 |
Your connection to the server has been closed since the server is going down immediately. |
|
| 674 |
There is not enough active threads to continue current server execution. Current number of active thr |
|
| 675 |
Cannot read the database location file, '%1$s'. |
|
| 676 |
Database '%1$s', cannot be found in the database location file, '%2$s' |
|
| 677 |
Failed to connect to database server, '%1$s', on the following host(s): %2$s |
|
| 678 |
Internal error. Client restart module received NULL database server name. |
|
| 679 |
This C++ transaction has already been 'begun'. |
|
| 680 |
Attempted to exceed maximum C++ transaction nesting level (%d). |
|
| 681 |
%s transaction' was attempted on a C++ transaction that hasn't been 'begun'. |
|
| 682 |
Cannot %s C++ transaction until all subordinate transactions are completed. |
|
| 683 |
Attempt to create string with illegal length - %d |
|
| 684 |
Method returned user-defined error code %d. |
|
| 685 |
Class "%1$s" is invalid. |
|
| 686 |
Notification : the event handler has been restarted. |
|
| 687 |
No cast available for (%s *) to (%s *). |
|
| 688 |
Subscript out of range. Attempt to access element %ld. Collection size = %ld. |
|
| 689 |
Internal error. Iterator contains corrupt state. |
|
| 690 |
Attempt to dereference an uninitialized instance of odb_Ref<>. |
|
| 691 |
Attempt to use an invalid iterator. |
|
| 692 |
Attempt to use an iterator with an unrelated collection. |
|
| 693 |
Overflow occurred on data type Numeric. |
|
| 694 |
SYSTEM ERROR: Unable to load Btree. |
|
| 695 |
Bad interface to kill client has been used. |
|
| 696 |
Unknown transaction (index %1$d, %2$s@%3$s|%4$d). |
|
| 697 |
Given transaction index (index %1$d, %2$s@%3$s|%4$d) does not match with current transaction index (i |
|
| 698 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). the number of OIDs in the uniqu |
Recreate all of the existing unique indexes. |
| 699 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). the number of OIDs in the uniqu |
Recreate all of the existing unique indexes. |
| 700 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). the number of OIDs: %6$d does n |
|
| 701 |
No proxy is defined on "%1$s" at ldb "%2$s". |
|
| 702 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). the number of NULLs in the uniq |
|
| 703 |
Internal error: INDEX %1$s ON CLASS %2$s (CLASS_OID: %3$d|%4$d|%5$d). OID: %6$d|%7$d|%8$d found in un |
|
| 704 |
Evaluation of generic server function failed. |
|
| 705 |
Inconsistent %1$d permanent volumes were found when %2$d were expected. |
|
| 706 |
Cannot expand permanent volumes. Permanent volume "%1$s" with purpose %2$s was given. |
|
| 707 |
Unable to expand temporary volume "%1$s" with %2$d pages |
|
| 708 |
Unable to expand temporary disk volume "%1$s" with %2$d pages (%3$ld Kbytes) due to insufficient spac |
|
| 709 |
Constraint "%1$s" not found. |
|
| 710 |
Invalid constraint. |
|
| 711 |
An object with the supplied attribute value could not be located. |
|
| 712 |
Constraint" %1$s" already exists. |
|
| 713 |
An index does not exist on this attribute. |
|
| 714 |
Query failed due to insufficient temporary file space. |
|
| 715 |
Schema failed to verify: %1$s |
|
| 716 |
NOT NULL constraints are not allowed in virtual or proxy classes. |
|
| 717 |
UNIQUE constraints are not allowed in virtual or proxy classes. |
|
| 718 |
Invalid gadget. |
|
| 719 |
The number of attributes(%d) and values(%d) are not equal. |
|
| 720 |
Cannot use a gadget to insert into a virtual or proxy class. |
|
| 721 |
Insert results in more than one row. |
|
| 722 |
Wrong number of attributes for NOT NULL constraint. |
|
| 723 |
Cannot modify the domain of an existing attribute. |
|
| 724 |
Invalid parameter(s) for default constraint name generation. |
|
| 725 |
Internal error: expected temporary oid and encountered permanent oid. |
|
| 726 |
Unique constraint must be added using a separate alter statement\nonce instances have been created. |
|
| 727 |
Invalid trigger event. |
|
| 728 |
Query failed because temporary file vfid is invalid for transaction %1$d. |
|
| 729 |
Overflow happened in subtraction context. |
|
| 730 |
Overflow happened in multiplication context. |
|
| 731 |
Overflow happened in division context. |
|
| 732 |
Overflow happened in unary minus context. |
|
| 733 |
Overflow happened in coercion context. |
|
| 734 |
Internal Error: Header of file VFID %1$d|%2$d(Volume "%3$s") is corrupted. |
|
| 735 |
Unknown transaction index %1$d. |
|
| 736 |
Must specify either service or port identifier. Winsock error: %1$d. |
|
| 737 |
Unknown service for TCP: %1$s. Winsock error: %1$d. |
|
| 738 |
Cannot create socket stream. Winsock error: %1$d. |
|
| 739 |
Cannot bind local address... retrying. Winsock error: %1$d. |
|
| 740 |
Cannot bind local address... aborting. Winsock error: %1$d. |
|
| 741 |
Accept failed. Winsock error: %1$d. |
|
| 742 |
Sending a broadcast message to client. Winsock error: %1$d. |
|
| 743 |
Failed on handshake between client and server. (peer host %s) |
|
| 744 |
Error in rehashing a proxy/vclass MOP. |
|
| 745 |
Invalid garbage collection phase. |
|
| 746 |
Invalid garbage collection callback. |
|
| 747 |
Invalid garbage collection callback ticket. |
|
| 748 |
Invalid object pointer encountered by db_gc_mark_object. |
|
| 749 |
Number of fetched instances do not match: %1$d expected, %2$d received. |
|
| 750 |
Number of fetched attributes do not match: %1$d expected, %2$d received. |
|
| 751 |
The OID of a new object isn't available in a BEFORE INSERT trigger. |
|
| 752 |
Error restoring backup unit_num %d. |
|
| 753 |
Error restoring backup unit_num %d, pageid %d exceeds total number of pages %d for volid %d. |
|
| 754 |
OO proxy instance has non-string-type or null key. |
|
| 755 |
%s cannot be executed in stand-alone mode. |
|
| 756 |
Specified string buffer is too small to encode this object. |
|
| 757 |
Internal Error: cannot assign permanent OID during object encode. |
|
| 758 |
Specified string is not valid for decoding object. |
|
| 759 |
The target object has been deleted. |
|
| 760 |
Internal error: proxy object instance has NULL key during object encode. |
|
| 761 |
Internal error: vclass object instance maps to invalid real instance. |
|
| 762 |
Internal error in resolving vclass instance to a real instance. |
|
| 763 |
Internal error in encoding nonupdatable object instance. |
|
| 764 |
Internal error in encoding object into internal vobj form. |
|
| 765 |
Output object argument has a NULL address. |
|
| 766 |
Internal error in decoding object. |
|
| 767 |
Cannot create a level %d backup without first creating a level %d backup. |
Backup level 1 cannot be performed without performing backup level 2. That is, this error occurs when a higher level backup is attempted without a lower level completed. Perform a full backup. |
| 768 |
The local database "%1$s" has been accessed in this session, alteration or drop is not allowed. |
|
| 769 |
Attribute "%s", of class "%s" is not a valid class or shared attribute. |
|
| 770 |
No table functions. |
|
| 771 |
Invalid parameter for function. |
|
| 772 |
db_serial class not found. |
|
| 773 |
Serial "%s" not found. |
|
| 774 |
Serial "%s" already exist. |
|
| 775 |
Next value exceeds MAX(MIN) value. |
|
| 776 |
Cannot fetch serial object. |
|
| 777 |
Cannot update serial object. |
|
| 778 |
Cannot create a symbolic link "%s" to the file "%s". |
|
| 779 |
Date exceeds limit. Date MUST be in 1 and 9999 . |
|
| 780 |
Internal system failure: unable to get system time. |
|
| 781 |
Format string is too long. It must be less than 16K. |
|
| 782 |
Empty string not allowed here. |
|
| 783 |
Invalid format. |
|
| 784 |
Two arguments are mismatched. |
|
| 785 |
First argument string is too long. It must be less than 16K. |
|
| 786 |
Format is duplicated. |
|
| 787 |
ERROR: Conversion error in time format. |
|
| 788 |
ERROR: Conversion error in timestamp format. |
|
| 789 |
Wrong number. |
|
| 790 |
Query execution has been interrupted by user. |
|
| 791 |
Invalid serial value. |
|
| 792 |
Cannot allocate memory for css. |
|
| 793 |
pthread_attr_init() failed. |
|
| 794 |
pthread_attr_destroy() failed. |
|
| 795 |
pthread_attr_setdetachstate() failed. |
|
| 796 |
pthread_attr_setscope() failed. |
|
| 797 |
pthread_attr_setstacksize() failed. |
|
| 798 |
pthread_create() failed. |
|
| 799 |
pthread_join() failed. |
|
| 800 |
pthread_mutex_init() failed. |
If the parameter value specified in max_clients is too many, a thread error occurs due to the lack of the server resources. Specify an appropriate value. |
| 801 |
pthread_mutex_destroy() failed. |
|
| 802 |
pthread_mutex_lock() failed. |
|
| 803 |
pthread_mutex_trylock() failed. |
|
| 804 |
pthread_mutex_unlock() failed. |
|
| 805 |
pthread_mutexattr_init() failed. |
|
| 806 |
pthread_mutexattr_destroy() failed. |
|
| 807 |
pthread_mutexattr_settype() failed. |
|
| 808 |
pthread_mutexattr_gettype() failed. |
|
| 809 |
pthread_cond_init() failed. |
|
| 810 |
pthread_cond_destroy() failed. |
|
| 811 |
pthread_cond_wait() failed. |
|
| 812 |
pthread_cond_timedwait() failed. |
|
| 813 |
pthread_cond_signal() failed. |
|
| 814 |
pthread_cond_broadcast() failed. |
|
| 815 |
pthread_key_create() failed. |
|
| 816 |
pthread_key_delete() failed. |
|
| 817 |
pthread_set_specific() failed. |
|
| 818 |
pthread_getspecific() failed. |
|
| 819 |
pthread_once() failed. |
|
| 820 |
Cannot initialize mutex for connection. |
|
| 821 |
Cannot destroy mutex for connection. |
|
| 822 |
Mutex operation failed while getting next client id. |
|
| 823 |
Mutex operation failed while initializing connection list. |
|
| 824 |
Cannot destroy mutex while finalizing connection list. |
|
| 825 |
pread() call failed. |
|
| 826 |
pwrite() call failed. |
|
| 827 |
Connection list traverse function returned invalid value. |
|
| 828 |
Invalid critical section index is used. |
|
| 829 |
This mutex lock has been unlocked already. |
|
| 830 |
Cannot allocate query entry any more. Maximum allocatable entries are %d. |
|
| 831 |
All transaction descriptors(%d) are in use. Raise up max_clients parameter. |
|
| 832 |
Backup is already running. Backup cannot be run by two processes. |
Occurs while trying to attempt a backup operation while backup is already running. Prevent simultaneous backup by modifying backup execution crontab. |
| 833 |
The index name "%1$s" is ambiguous. Specify the class name of the index. |
|
| 834 |
There are some mismatches between source string "%1$s" and format string "%2$s" given in to_number(). |
|
| 835 |
Undefined statistics item. |
|
| 836 |
LATCH ON PAGE(%d|%d) TIMEDOUT |
|
| 837 |
Cannot drop user, who owns database object(class/trigger/serial etc)s. |
|
| 838 |
Cannot open more than %d index scans simultaneously. |
|
| 839 |
"%s": Unknown system parameter or bad value. |
|
| 840 |
Cannot change system parameter "%s". |
|
| 841 |
Requested operation can be executed by only sole client(transaction). |
|
| 842 |
Cannot cache lock of object %1$d|%2$d|%3$d. |
|
| 843 |
Bad arguments in %s, a %s was passed. |
|
| 844 |
Unknown isolation(%d) is found. The transaction index is %d. |
|
| 845 |
Invalid object type(%d) is found. The lockable object is %d|%d|%d. |
|
| 846 |
%s of tran(%d) is not found in the holder list of an object(%d|%d|%d). |
|
| 847 |
%s on a %s(%d|%d|%d) is not found in the transaction(%d) hold list(cnt=%d). |
|
| 848 |
%s on an object(%d|%d|%d) is not found in the transaction(%d) non2pl list. |
|
| 849 |
Tring to abort a transaction(%d) twice. |
|
| 850 |
Tran(%d) is neither lock holder nor lock waiter of an object(%d|%d|%d). |
|
| 851 |
Lock resource (%s) allocation fail.. |
|
| 852 |
Total holders mode(%d) of an empty lock holder list is not NULL_LOCK. |
|
| 853 |
For an object(%d|%d|%d), tran(%d) of Uncommitted Read held fault lock(%s). |
|
| 854 |
WARNING: No lock holder, but lock waiters exist. refer to %s. |
|
| 855 |
WARNING: Two or more threads are lock-waiting for one transaction(%d). |
|
| 856 |
WARNING: Strange lockwait state(%d|%d), thread(%d|%d) and transaction(%d). |
|
| 857 |
An I/O error occurred while truncating page %1$d of volume "%2$s". |
|
| 858 |
Volume "%2$s" is unknown at server restart". |
|
| 859 |
LATCH ON PAGE(%d|%d) ABORTED |
|
| 860 |
Cannot make current transaction as a part of a global transaction because its state is '%1$s'. |
|
| 861 |
Cannot prepare to commit the current transaction with transaction identifier %1$d because that transa |
|
| 862 |
Cannot set the user information of the global transaction with the identifier %1$d because its state |
|
| 863 |
Cannot get the user information of the global transaction with the identifier %1$d because it is not |
|
| 864 |
Cannot open backupdb/restoredb verbose file '%s'. |
|
| 865 |
Cannot execute statement due to unknown type input markers. |
|
| 873 |
PKI authentication error "%1$s". |
|
| 874 |
Argument of power() is out of range. |
|
| 875 |
Overflow happened in power context. |
|
| 877 |
No data to be unloaded. |
|
| 878 |
Invalid database location file, '%1$s'. |
|
| 879 |
Cannot get permission: '%s'. |
|
| 880 |
Cannot change permission '%s'. |
|
| 881 |
Cannot get lock file '%s(FILE ID:%d)'. |
|
| 882 |
Cannot release lock file 'FILE ID:%d'. |
|
| 883 |
Failure to get '%s' file status. |
|
| 884 |
Volext-pathname '%s' is write permission denied. |
|
| 885 |
Failure to move from '%s' to '%s'. Use the same device(disk). |
|
| 886 |
"%1$s" caused unique constraint violation. |
|
| 887 |
Stored procedure '%s' is already exist. |
|
| 888 |
Parameter count is invalid. expected: %d, actual: %d |
|
| 889 |
Stored procedure execute error: %s |
|
| 890 |
Partition work failed. |
|
| 891 |
Appropriate partition does not exist. |
|
| 892 |
Primary key "%2$s" already defined for class "%1$s". |
|
| 893 |
Attribute '%1$s', a member of the primary key, could not be dropped. |
|
| 894 |
Stored procedure/function '%s' is not exist. |
|
| 895 |
Invalid stored procedure type: '%s' is the '%s'. |
|
| 896 |
Compression failed. Zip Method: %d (%s), Zip Level: %d (%s) |
|
| 897 |
Decompression failed. |
|
| 898 |
Replication error: "%1$s" |
|
| 899 |
Invalid partition requests. |
|
| 900 |
Java VM library is not found : %s. \nConsequently, calling java stored procedure is not allowed. |
|
| 901 |
Java VM can not be started: %s. \nConsequently, calling java stored procedure is not allowed. |
|
| 902 |
Java VM is not running. |
|
| 903 |
Can't connect Java VM: %s |
|
| 904 |
Invalid stored procedure name. |
|
| 905 |
Networking with JVM failed: %d |
|
| 906 |
Invalid java method signature. |
|
| 907 |
The owner or a member of DBA group can drop stored procedure. |
|
| 908 |
Too many arguments of stored procedure '%s'. |
|
| 909 |
Missing or invalid catalog class/vclass is found. |
|
| 910 |
Not allowed access to partition. |
|
| 911 |
Invalid call: it can not return ResultSet. |
|
| 912 |
ResultSet can not be used input parameter. |
|
| 913 |
Too many nested stored procedure call. |
|
| 914 |
A serial object already exists as an auto increment constraint. |
|
| 915 |
Increase value of an auto increment constraint should be greater than 0. |
|
| 916 |
Active log volume is not included in this backup volume(%s). |
|
| 917 |
Active log volume already exists. |
|
| 918 |
The class '%s' referred by the foreign key does not exist. |
|
| 919 |
The class '%s' referred by the foreign key does not have the primary key. |
|
| 920 |
The foreign key '%s' does not include the primary key member '%s'. |
|
| 921 |
The domain of the foreign key member '%s' is different from that of the primary key member '%s'. |
|
| 922 |
The constraint of the foreign key '%s' is invalid. |
|
| 923 |
The primary key referred by a foreign key is not supposed to be dropped. |
|
| 924 |
Update/Delete operations are restricted by the foreign key '%s'. |
|
| 925 |
Acquiring lock for the foreign key '%s' has failed. |
|
| 926 |
The instance having the foreign key '%s' cannot be dropped. |
|
| 927 |
The number of keys of the foreign key '%s' is different from that of the primary key '%s'. |
|
| 928 |
Not a user but the system can assign the attribute '%s' created by 'ON CACHE OBJECT' of foreign key. |
|
| 929 |
A foreign key cannot be defined in virtual class. |
|
| 930 |
It is able to drop the attribute '%s' created by 'ON CACHE OBJECT' of foreign key only after removing |
|
| 931 |
Start value of an auto increment constraint should be less then max value. |
|
| 932 |
It is not able to repair an inconsistency of the number of free pages for the volume "%1$s". Because |
|
| 933 |
It is not able to repair an inconsistency of the number of free sectors for the volume "%1$s". Becau |
|
| 934 |
Null domain referenced. |
|
| 935 |
Argument of %s function is out of range. |
|
| 936 |
Overflow happened in exp context. |
|
| 937 |
Database error. |
|
| 938 |
Invalid argument. |
|
| 939 |
There are too many connection. |
|
| 940 |
The handle is invalid. |
|
| 941 |
The operation is not supported. |
|
| 942 |
Handle timed out waiting for locks. |
|
| 943 |
Generic error. |
|
| 944 |
The statement is not prepared. |
|
| 945 |
The statement has no result set. |
|
| 946 |
The statement is not executed. |
|
| 947 |
There is no more result set. |
|
| 948 |
The size of buffer is not enough. |
|
| 949 |
There is no available information. |
|
| 950 |
The name not valid. |
|
| 951 |
The resultset is not updatable. |
|
| 952 |
The row is deleted. |
|
| 953 |
Parameters of the prepared statement is not set. |
|
| 954 |
The statement is not batch statement. |
|
| 955 |
Can not clear this batch statement. |
|
| 956 |
Can not batch execute. |
|
| 957 |
The statement is prepared statement. |
|
| 958 |
The statement is not prepared statement. |
|
| 959 |
The statement is batch statement. |
|
| 960 |
There is no more error. |
|
| 961 |
There is no more result. |
|
| 962 |
Out of memory |
|
| 963 |
Broker error. |
|
| 964 |
The result set handle is closed. |
|
| 965 |
Cannot use duplicate attribute names in index key list. Attribute name '%s' listed more than once. |
|
| 966 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s lock on object %6$d|%7$d|%8$d |
|
| 967 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s lock on class %6$s because of |
|
| 968 |
Your transaction (index %1$d, %2$s@%3$s|%4$d) timed out waiting on %5$s lock on instance %6$d|%7$d|%8 |
|
| 969 |
Server bit platform (%1$d) is different from client bit platform (%2$d). |
|
| 970 |
Server HA mode is changed from '%1$s' to '%2$s'. |
|
| 971 |
Program '%1$s' (pid %2$d) connected to database server '%3$s' on the host '%4$s' (port %5$d). |
|
| 972 |
Program '%1$s' (pid %2$d) was connected from the host '%3$s'. (transaction index %4$d) |
|
| 973 |
Server status is %1$s. |
|
| |
|
|
| 974 |
Last Error |
|