Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / MyDerby-10.3 / java / engine / org / apache / derby / loc / messages.xml.ann
diff --git a/JMCR-Stable/real-world application/MyDerby-10.3/java/engine/org/apache/derby/loc/messages.xml.ann b/JMCR-Stable/real-world application/MyDerby-10.3/java/engine/org/apache/derby/loc/messages.xml.ann
new file mode 100644 (file)
index 0000000..8767a3c
--- /dev/null
@@ -0,0 +1,7480 @@
+469975  rhillegas <?xml version="1.0" encoding="utf-8"?>\r
+469975  rhillegas <!DOCTYPE messages SYSTEM "messages.dtd">\r
+469975  rhillegas \r
+469975  rhillegas <!-- \r
+469975  rhillegas Licensed to the Apache Software Foundation (ASF) under one or more\r
+469975  rhillegas contributor license agreements.  See the NOTICE file distributed with\r
+469975  rhillegas this work for additional information regarding copyright ownership.\r
+469975  rhillegas The ASF licenses this file to You under the Apache License, Version 2.0\r
+469975  rhillegas (the "License"); you may not use this file except in compliance with\r
+469975  rhillegas the License.  You may obtain a copy of the License at      \r
+469975  rhillegas \r
+469975  rhillegas http://www.apache.org/licenses/LICENSE-2.0  \r
+469975  rhillegas \r
+469975  rhillegas Unless required by applicable law or agreed to in writing, software  \r
+469975  rhillegas distributed under the License is distributed on an "AS IS" BASIS,  \r
+469975  rhillegas WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  \r
+469975  rhillegas See the License for the specific language governing permissions and  \r
+469975  rhillegas limitations under the License.\r
+469975  rhillegas -->\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas <!-- \r
+469975  rhillegas This file contains all of the internationalized messages used by\r
+469975  rhillegas the Derby engine. For each message, we provide the following\r
+469975  rhillegas information:\r
+469975  rhillegas \r
+469975  rhillegas   * Name of the message - for most messages, this encodes a SQLState\r
+469975  rhillegas   * Message text returned to the user\r
+469975  rhillegas   * Human-readable names for message arguments\r
+469975  rhillegas \r
+470862  rhillegas For further guidance on writing messages with human-readable argument\r
+470862  rhillegas names, please see the following page on the Derby website:\r
+470862  rhillegas \r
+470862  rhillegas   http://db.apache.org/derby/manuals/messages.html\r
+470862  rhillegas \r
+469975  rhillegas This file is used to generate the following files when Derby is built:\r
+469975  rhillegas \r
+469975  rhillegas   * messages_en.properties - the English message text shipped with Derby\r
+469975  rhillegas   * rrefexcept71493.dita - the source for the table of SQLStates in the Derby Reference Guide.\r
+469975  rhillegas \r
+481114    myrnavl See the accompanying messages.dtd for an explanation of this xml grammar.\r
+469975  rhillegas \r
+481114    myrnavl Note of caution: \r
+481114    myrnavl   If you change the number of parameters for an existing message, please\r
+481114    myrnavl also adjust the translations, or remove the message from the translated files\r
+481114    myrnavl so the product will default to showing a correct English message. -->\r
+481114    myrnavl \r
+469975  rhillegas <messages>\r
+469975  rhillegas \r
+469975  rhillegas <!-- \r
+469975  rhillegas This section contains all of the messages which have SQLStates. These\r
+469975  rhillegas are the message which turn up in SQLExceptions returned by the Derby\r
+469975  rhillegas JDBC drivers. These messages are documented in the Derby Reference\r
+469975  rhillegas Guide.\r
+469975  rhillegas -->\r
+469975  rhillegas \r
+469975  rhillegas     <section>\r
+469975  rhillegas         <desc>Messages with SQLStates, documented in the Derby Reference Guide</desc>\r
+469975  rhillegas         <documented/>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 01: Warning</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01001</name>\r
+469975  rhillegas                 <text>An attempt to update or delete an already deleted row was made: No row was updated or deleted.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01003</name>\r
+469975  rhillegas                 <text>Null values were eliminated from the argument of a column function.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01006</name>\r
+469975  rhillegas                 <text>Privilege not revoked from user {0}.</text>\r
+469975  rhillegas                 <arg>authorizationID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0100E</name>\r
+469975  rhillegas                 <text>XX Attempt to return too many result sets. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01500</name>\r
+469975  rhillegas                 <text>The constraint {0} on table {1} has been dropped.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01501</name>\r
+469975  rhillegas                 <text>The view {0} has been dropped.</text>\r
+469975  rhillegas                 <arg>viewName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01502</name>\r
+469975  rhillegas                 <text>The trigger {0} on table {1} has been dropped.</text>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01503</name>\r
+469975  rhillegas                 <text>The column {0} on table {1} has been modified by adding a not null constraint.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01504</name>\r
+469975  rhillegas                 <text>The new index is a duplicate of an existing index: {0}.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01505</name>\r
+469975  rhillegas                 <text>The value {0} may be truncated.</text>\r
+469975  rhillegas                 <arg>valueName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01522</name>\r
+469975  rhillegas                 <text>The newly defined synonym '{0}' resolved to the object '{1}' which is currently undefined.</text>\r
+469975  rhillegas                 <arg>synonymName</arg>\r
+469975  rhillegas                 <arg>objectName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J01</name>\r
+469975  rhillegas                 <text>Database '{0}' not created, connection made to existing database instead.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J02</name>\r
+469975  rhillegas                 <text>Scroll sensitive cursors are not currently implemented.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J04</name>\r
+469975  rhillegas                 <text>The class '{0}' for column '{1}' does not implement java.io.Serializable or java.sql.SQLData. Instances must implement one of these interfaces to allow them to be stored.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J05</name>\r
+469975  rhillegas                 <text>Database upgrade succeeded. The upgraded database is now ready for use. Revalidating stored prepared statements failed. See next exception for details of failure.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J06</name>\r
+469975  rhillegas                 <text>ResultSet not updatable. Query does not qualify to generate an updatable ResultSet.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J07</name>\r
+469975  rhillegas                 <text>ResultSetHoldability restricted to ResultSet.CLOSE_CURSORS_AT_COMMIT for a global transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J08</name>\r
+469975  rhillegas                 <text>Unable to open resultSet type {0}. ResultSet type {1} opened.</text>\r
+469975  rhillegas                 <arg>resultSetType</arg>\r
+469975  rhillegas                 <arg>resultSetType</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J10</name>\r
+469975  rhillegas                 <text>Scroll sensitive result sets are not supported by server; remapping to forward-only cursor</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J12</name>\r
+469975  rhillegas                 <text>Unable to obtain message text from server. See the next exception. The stored procedure SYSIBM.SQLCAMESSAGE is not installed on the server. Please contact your database administrator.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J13</name>\r
+469975  rhillegas                 <text>Number of rows returned ({0}) is too large to fit in an integer; the value returned will be truncated.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>01J14</name>\r
+469975  rhillegas                 <text>SQL authorization is being used without first enabling authentication.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 07: Dynamic SQL Error</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>07000</name>\r
+469975  rhillegas                 <text>At least one parameter to the current statement is uninitialized.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>07004</name>\r
+469975  rhillegas                 <text>Parameter {0} is an {1} procedure parameter and must be registered with CallableStatement.registerOutParameter before execution.</text>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas                 <arg>procedureName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>07009</name>\r
+469975  rhillegas                 <text>No input parameters.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 08: Connection Exception</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08000</name>\r
+469975  rhillegas                 <text>Connection closed by unknown interrupt.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08000.S.1</name>\r
+469975  rhillegas                 <text>Cannot close a connection with an active transaction.  The transaction remains open and the connection was not closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.10</name>\r
+469975  rhillegas                 <text>A connection could not be established because the security token is larger than the maximum allowed by the network protocol.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.11</name>\r
+469975  rhillegas                 <text>A connection could not be established because the user id has a length of zero or is larger than the maximum allowed by the network protocol.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.12</name>\r
+469975  rhillegas                 <text>A connection could not be established because the password has a length of zero or is larger than the maximum allowed by the network protocol.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.1</name>\r
+469975  rhillegas                 <text>Required Derby DataSource property {0} not set.</text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.2</name>\r
+469975  rhillegas                 <text>{0} : Error connecting to server {1} on port {2} with message {3}.</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas                 <arg>serverName</arg>\r
+469975  rhillegas                 <arg>portNumber</arg>\r
+469975  rhillegas                 <arg>messageText</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.3</name>\r
+469975  rhillegas                 <text>SocketException: '{0}'</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.4</name>\r
+469975  rhillegas                 <text>Unable to open stream on socket: '{0}'.</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.5</name>\r
+469975  rhillegas                 <text>User id length ({0}) is outside the range of 1 to {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.6</name>\r
+469975  rhillegas                 <text>Password length ({0}) is outside the range of 1 to {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.7</name>\r
+469975  rhillegas                 <text>User id can not be null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.8</name>\r
+469975  rhillegas                 <text>Password can not be null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08001.C.9</name>\r
+469975  rhillegas                 <text>A connection could not be established because the database name '{0}' is larger than the maximum length allowed by the network protocol.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08003</name>\r
+469975  rhillegas                 <text>No current connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08003.C.1</name>\r
+469975  rhillegas                 <text>getConnection() is not valid on a closed PooledConnection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08003.C.2</name>\r
+469975  rhillegas                 <text>Lob method called after connection was closed</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08003.C.3</name>\r
+469975  rhillegas                 <text>The underlying physical connection is stale or closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08004</name>\r
+469975  rhillegas                 <text>Connection refused : {0}</text>\r
+469975  rhillegas                 <arg>connectionName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08004.C.1</name>\r
+469975  rhillegas                 <text>Connection authentication failure occurred.  Reason: {0}.</text>\r
+469975  rhillegas                 <arg>reasonText</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>08004.C.2</name>\r
+469975  rhillegas                 <text>The connection was refused because the database {0} was not found.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+537850   kahatlen                 <name>08004.C.3</name>\r
+537850   kahatlen                 <text>Database connection refused.</text>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>08004.C.4</name>\r
+537850   kahatlen                 <text>User '{0}' cannot shut down database '{1}'. Only the database owner can perform this operation.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>databaseName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>08004.C.5</name>\r
+537850   kahatlen                 <text>User '{0}' cannot (re)encrypt database '{1}'. Only the database owner can perform this operation.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>databaseName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>08004.C.6</name>\r
+537850   kahatlen                 <text>User '{0}' cannot hard upgrade database '{1}'. Only the database owner can perform this operation.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>databaseName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+576987   kmarsden                 <name>08004.C.7</name>\r
+576987   kmarsden                 <text>Connection refused to database '{0}' because it is in replication slave mode.</text>\r
+576987   kmarsden                 <arg>databaseName</arg>\r
+576987   kmarsden             </msg>\r
+576987   kmarsden             <msg>\r
+576987   kmarsden                 <name>08006.C</name>\r
+576987   kmarsden                 <text>A network protocol error was encountered and the connection has been terminated: {0}</text>\r
+576987   kmarsden              <arg>error</arg>\r
+576987   kmarsden             </msg>\r
+576987   kmarsden             <msg>\r
+469975  rhillegas                 <name>08006.C.1</name>\r
+469975  rhillegas                 <text>An error occurred during connect reset and the connection has been terminated.  See chained exceptions for details.</text>\r
+469975  rhillegas             </msg>\r
+576987   kmarsden             <msg>\r
+576987   kmarsden                 <name>08006.C.2</name>\r
+576987   kmarsden                 <text> SocketException: '{0}'</text>\r
+576987   kmarsden                 <arg>error</arg>\r
+576987   kmarsden             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+576987   kmarsden                 <name>08006.C.3</name>\r
+576987   kmarsden                 <text>A communications error has been detected: {0}.</text>\r
+576987   kmarsden                 <arg>error</arg>\r
+576987   kmarsden             </msg>\r
+576987   kmarsden \r
+576987   kmarsden             <msg>\r
+576987   kmarsden                 <name>08006.C.4</name>\r
+576987   kmarsden                 <text>An error occurred during a deferred connect reset and the connection has been terminated.  See chained exceptions for details.</text>\r
+576987   kmarsden             </msg>\r
+576987   kmarsden \r
+576987   kmarsden             <msg>\r
+576987   kmarsden                 <name>08006.C.5</name>\r
+576987   kmarsden                 <text>Insufficient data while reading from the network - expected a minimum of {0} bytes and received only {1} bytes.  The connection has been terminated.</text>\r
+576987   kmarsden                 <arg>number</arg>\r
+576987   kmarsden                 <arg>number</arg>\r
+576987   kmarsden             </msg>\r
+576987   kmarsden             <msg>\r
+576987   kmarsden                 <name>08006.C.6</name>\r
+576987   kmarsden                 <text>Attempt to fully materialize lob data that is too large for the JVM.  The connection has been terminated.</text>\r
+576987   kmarsden             </msg>\r
+576987   kmarsden \r
+576987   kmarsden             <msg>\r
+469975  rhillegas                 <name>08006.D</name>\r
+469975  rhillegas                 <text>Database '{0}' shutdown.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 0A: Feature not supported</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S</name>\r
+469975  rhillegas                 <text>Feature not implemented: {0}.</text>\r
+469975  rhillegas                 <arg>featureName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.C.6</name>\r
+469975  rhillegas                 <text>The DRDA command {0} is not currently implemented.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>commandName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S.1</name>\r
+469975  rhillegas                 <text>JDBC method is not yet implemented.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S.2</name>\r
+469975  rhillegas                 <text>JDBC method {0} is not supported by the server. Please upgrade the server.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S.3</name>\r
+469975  rhillegas                 <text>resultSetHoldability property {0} not supported</text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S.4</name>\r
+469975  rhillegas                 <text>cancel() not supported by the server.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S.5</name>\r
+469975  rhillegas                 <text>Security mechanism '{0}' is not supported.</text>\r
+469975  rhillegas                 <arg>mechanismName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>0A000.S.7</name>\r
+469975  rhillegas                 <text>The data type '{0}' is not supported.</text>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 21: Cardinality Violation</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>21000</name>\r
+469975  rhillegas                 <text>Scalar subquery is only allowed to return a single row.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 22: Data Exception</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22001</name>\r
+469975  rhillegas                 <text>A truncation error was encountered trying to shrink {0} '{1}' to length {2}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22003</name>\r
+469975  rhillegas                 <text>The resulting value is outside the range for the data type {0}.</text>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22003.S.1</name>\r
+469975  rhillegas                 <text>Year ({0}) exceeds the maximum '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22003.S.2</name>\r
+469975  rhillegas                 <text>Decimal may only be up to 31 digits.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22003.S.3</name>\r
+469975  rhillegas                 <text>Overflow occurred during numeric data type conversion of '{0}' to {1}.</text>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22004.S.4</name>\r
+469975  rhillegas                 <text>The length ({0}) exceeds the maximum length for the data type ({1}).</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005.S.1</name>\r
+469975  rhillegas                 <text>Unable to convert a value of type '{0}' to type '{1}' : the encoding is not supported.</text>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005.S.2</name>\r
+469975  rhillegas                 <text>The required character converter is not available.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005.S.3</name>\r
+469975  rhillegas                 <text>Unicode string cannot convert to Ebcdic string</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005.S.4</name>\r
+469975  rhillegas                 <text>Unrecognized JDBC type. Type: {0}, columnCount: {1}, columnIndex: {2}.</text>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005.S.5</name>\r
+469975  rhillegas                 <text>Invalid JDBC type for parameter {0}.</text>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005.S.6</name>\r
+469975  rhillegas                 <text>Unrecognized Java SQL type {0}.</text>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22005</name>\r
+469975  rhillegas                 <text>An attempt was made to get a data value of type '{0}' from a data value of type '{1}'.</text>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22007.S.180</name>\r
+469975  rhillegas                 <text>The string representation of a datetime value is out of range.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22007.S.181</name>\r
+469975  rhillegas                 <text>The syntax of the string representation of a datetime value is incorrect.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22008.S</name>\r
+469975  rhillegas                 <text>'{0}' is an invalid argument to the {1} function.</text>\r
+469975  rhillegas                 <arg>argument</arg>\r
+469975  rhillegas                 <arg>functionName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>2200L</name>\r
+469975  rhillegas                 <text>Values assigned to XML columns must be well-formed DOCUMENT nodes.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>2200M</name>\r
+469975  rhillegas                 <text>Invalid XML DOCUMENT: {0}</text>\r
+469975  rhillegas                 <arg>parserError</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>2200V</name>\r
+469975  rhillegas                 <text>Invalid context item for {0} operator; context items must be well-formed DOCUMENT nodes.</text>\r
+469975  rhillegas                 <arg>operatorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>2200W</name>\r
+469975  rhillegas                 <text>XQuery serialization error: Attempted to serialize one or more top-level Attribute nodes.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22011</name>\r
+469975  rhillegas                 <text>The second or third argument of the SUBSTR function is out of range.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22012</name>\r
+469975  rhillegas                 <text>Attempt to divide by zero.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22013</name>\r
+469975  rhillegas                 <text>Attempt to take the square root of a negative number, '{0}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22014</name>\r
+469975  rhillegas                 <text>The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '{2}'.  The string to search for is '{0}'.  The string to search from is '{1}'. </text>\r
+469975  rhillegas                 <arg>startIndex</arg>\r
+469975  rhillegas                 <arg>searchString</arg>\r
+469975  rhillegas                 <arg>fromString</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22015.S.1</name>\r
+469975  rhillegas                 <text> Invalid data conversion: requested conversion would result in a loss of precision of {0}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22015</name>\r
+469975  rhillegas                 <text>The '{0}' function is not allowed on the following set of types.  First operand is of type '{1}'.  Second operand is of type '{2}'.  Third operand (start position) is of type '{3}'.</text>\r
+469975  rhillegas                 <arg>functionName</arg>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22018</name>\r
+469975  rhillegas                 <text>Invalid character string format for type {0}.</text>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22019</name>\r
+469975  rhillegas                 <text>Invalid escape sequence, '{0}'. The escape string must be exactly one character. It cannot be a null or more than one character.</text>\r
+469975  rhillegas                 <arg>sequenceName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+546183     abrown                      <msg>\r
+546183     abrown                              <name>22020</name>\r
+546183     abrown                              <text>Invalid trim string, '{0}'. The trim string must be exactly one character or NULL. It cannot be more than one character.</text>\r
+546183     abrown                              <arg>string</arg>\r
+546183     abrown                      </msg>\r
+546183     abrown \r
+546183     abrown                      <msg>\r
+469975  rhillegas                 <name>22025</name>\r
+469975  rhillegas                 <text>Escape character must be followed by escape character, '_', or '%'. It cannot be followed by any other character or be at the end of the pattern.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22027</name>\r
+469975  rhillegas                 <text>The built-in TRIM() function only supports a single trim character.  The LTRIM() and RTRIM() built-in functions support multiple trim characters.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22028</name>\r
+469975  rhillegas                 <text>The string exceeds the maximum length of {0}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>22501</name>\r
+469975  rhillegas                 <text>An ESCAPE clause of NULL returns undefined results and is not allowed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 23: Constraint Violation </title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>23502</name>\r
+469975  rhillegas                 <text>Column '{0}'  cannot accept a NULL value.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>23503</name>\r
+469975  rhillegas                 <text>{2} on table '{1}' caused a violation of foreign key constraint '{0}' for key {3}.  The statement has been rolled back.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>keyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>23505</name>\r
+469975  rhillegas                 <text>The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint or unique index identified by '{0}' defined on '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>23513</name>\r
+469975  rhillegas                 <text>The check constraint '{1}' was violated while performing an INSERT or UPDATE on table '{0}'.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 24: Invalid Cursor State</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>24000</name>\r
+469975  rhillegas                 <text>Invalid cursor state - no current row.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>24501.S</name>\r
+469975  rhillegas                 <text>The identified cursor is not open.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 25: Invalid Transaction State</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>25000</name>\r
+469975  rhillegas                 <text>Invalid transaction state.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>25001</name>\r
+469975  rhillegas                 <text>Cannot close a connection while a transaction is still active.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>25501</name>\r
+469975  rhillegas                 <text>Unable to set the connection read-only property in an active transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>25502</name>\r
+469975  rhillegas                 <text>An SQL data change is not permitted for a read-only connection, user or database.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>25503</name>\r
+469975  rhillegas                 <text>DDL is not permitted for a read-only connection, user or database.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>25505</name>\r
+469975  rhillegas                 <text>A read-only user or a user in a read-only database is not permitted to disable read-only mode on a connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 28: Invalid Authorization Specification</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+544684        djd                 <name>28502</name>\r
+469975  rhillegas                 <text>The user name '{0}' is not valid. </text>\r
+469975  rhillegas                 <arg>authorizationID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 2D: Invalid Transaction Termination</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>2D521.S.1</name>\r
+469975  rhillegas                 <text>setAutoCommit(true) invalid during global transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>2D521.S.2</name>\r
+469975  rhillegas                 <text>COMMIT or ROLLBACK invalid for application execution environment. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 38: External Function Exception</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>38000</name>\r
+469975  rhillegas                 <text>The exception '{0}' was thrown while evaluating an expression.</text>\r
+469975  rhillegas                 <arg>exception</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>38001</name>\r
+469975  rhillegas                 <text>The external routine is not allowed to execute SQL statements.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>38002</name>\r
+469975  rhillegas                 <text>The routine attempted to modify data, but the routine was not defined as MODIFIES SQL DATA.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>38004</name>\r
+469975  rhillegas                 <text>The routine attempted to read data, but the routine was not defined as READS SQL DATA.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 39: External Routine Invocation Exception</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>39004</name>\r
+469975  rhillegas                 <text>A NULL value cannot be passed to a method which takes a parameter of primitive type '{0}'.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 3B: Invalid SAVEPOINT</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>3B001.S</name>\r
+469975  rhillegas                 <text>SAVEPOINT, {0} does not  exist or is not active in the current transaction.</text>\r
+469975  rhillegas                 <arg>savepointName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>3B002.S</name>\r
+469975  rhillegas                 <text>The maximum number of savepoints has been reached. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>3B501.S</name>\r
+469975  rhillegas                 <text>A SAVEPOINT with the passed name already exists in the current transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>3B502.S</name>\r
+469975  rhillegas                 <text>A RELEASE or ROLLBACK TO SAVEPOINT was specified, but the savepoint does not exist.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 40: Transaction Rollback</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40001</name>\r
+469975  rhillegas                 <text>A lock could not be obtained due to a deadlock, cycle of locks and waiters is:\r
+469975  rhillegas {0}. The selected victim is XID : {1}.</text>\r
+469975  rhillegas                 <arg>lockCycle</arg>\r
+469975  rhillegas                 <arg>transactionID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XC0</name>\r
+469975  rhillegas                 <text>Dead statement. This may be caused by catching a transaction severity error inside this statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XD0</name>\r
+479527    myrnavl                 <text>Container has been closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XD1</name>\r
+479527    myrnavl                 <text>Container was opened in read-only mode.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XD2</name>\r
+469975  rhillegas                 <text>Container {0} cannot be opened; it either has been dropped or does not exist.</text>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XL1</name>\r
+469975  rhillegas                 <text>A lock could not be obtained within the time requested</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XL2</name>\r
+469975  rhillegas                 <text>A lock could not be obtained within the time requested.  The lockTable dump is: {0}</text>\r
+469975  rhillegas                 <arg>tableDump</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT0</name>\r
+469975  rhillegas                 <text>An internal error was identified by RawStore module.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT1</name>\r
+469975  rhillegas                 <text>An exception was thrown during transaction commit.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT2</name>\r
+469975  rhillegas                 <text>An exception was thrown during rollback of a SAVEPOINT.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT4</name>\r
+469975  rhillegas                 <text>An attempt was made to close a transaction that was still active. The transaction has been aborted.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT5</name>\r
+469975  rhillegas                 <text>Exception thrown during an internal transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT6</name>\r
+469975  rhillegas                 <text>Database is in quiescent state, cannot activate transaction.  Please wait for a moment till it exits the quiescent state.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>40XT7</name>\r
+469975  rhillegas                 <text>Operation is not supported in an internal transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 42: Syntax Error or Access Rule Violation</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42000</name>\r
+469975  rhillegas                 <text>Syntax error or access rule violation; see additional errors for details.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+537850   kahatlen                 <name>42500</name>\r
+537850   kahatlen                 <text>User '{0}' does not have {1} permission on table '{2}'.'{3}'.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>permissionType</arg>\r
+537850   kahatlen                 <arg>schemaNamet</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42501</name>\r
+537850   kahatlen                 <text>User '{0}' does not have {1} permission on table '{2}'.'{3}' for grant.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>permissionType</arg>\r
+537850   kahatlen                 <arg>schemaNamet</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42502</name>\r
+537850   kahatlen                 <text>User '{0}' does not have {1} permission on column '{2}' of table '{3}'.'{4}'.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>permissionType</arg>\r
+537850   kahatlen                 <arg>columnName</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42503</name>\r
+537850   kahatlen                 <text>User '{0}' does not have {1} permission on column '{2}' of table '{3}'.'{4}' for grant.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>permissionType</arg>\r
+537850   kahatlen                 <arg>columnName</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42504</name>\r
+537850   kahatlen                 <text>User '{0}' does not have execute permission on {1} '{2}'.'{3}'.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>objectName</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42505</name>\r
+537850   kahatlen                 <text>User '{0}' does not have execute permission on {1} '{2}'.'{3}' for grant.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>objectName</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42506</name>\r
+537850   kahatlen                 <text>User '{0}' is not the owner of {1} '{2}'.'{3}'.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>objectName</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen                 <arg>tableName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42507</name>\r
+537850   kahatlen                 <text>User '{0}' can not perform the operation in schema '{1}'.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42508</name>\r
+537850   kahatlen                 <text>User '{0}' can not create schema '{1}'. Only database owner could issue this statement.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>42509</name>\r
+537850   kahatlen                 <text>Specified grant or revoke operation is not allowed on object '{0}'.</text>\r
+537850   kahatlen                 <arg>objectName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>4250A</name>\r
+537850   kahatlen                 <text>User '{0}' does not have {1} permission on object '{2}'.'{3}'.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>permissionName</arg>\r
+537850   kahatlen                 <arg>schemaName</arg>\r
+537850   kahatlen                 <arg>objectName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>4250B</name>\r
+537850   kahatlen                 <text>Invalid database authorization property '{0}={1}'.</text>\r
+537850   kahatlen                 <arg>value</arg>\r
+537850   kahatlen                 <arg>value</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>4250C</name>\r
+537850   kahatlen                 <text>User(s) '{0}' must not be in both read-only and full-access authorization lists.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>4250D</name>\r
+537850   kahatlen                 <text>Repeated user(s) '{1}' in access list '{0}';</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen                 <arg>listName</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+537850   kahatlen                 <name>4250E</name>\r
+537850   kahatlen                 <text>Internal Error: invalid {0} id in statement permission list.</text>\r
+537850   kahatlen                 <arg>authorizationID</arg>\r
+537850   kahatlen             </msg>\r
+537850   kahatlen \r
+537850   kahatlen             <msg>\r
+469975  rhillegas                 <name>42601</name>\r
+469975  rhillegas                 <text>In an ALTER TABLE statement, the column '{0}' has been specified as NOT NULL and either the DEFAULT clause was not specified or was specified as DEFAULT NULL.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42601.S.372</name>\r
+469975  rhillegas                 <text>ALTER TABLE statement cannot add an IDENTITY column to a table.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42605</name>\r
+469975  rhillegas                 <text>The number of arguments for function '{0}' is incorrect.</text>\r
+469975  rhillegas                 <arg>functionName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42606</name>\r
+469975  rhillegas                 <text>An invalid hexadecimal constant starting with '{0}' has been detected.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42610</name>\r
+469975  rhillegas                 <text>All the arguments to the COALESCE/VALUE function cannot be parameters. The function needs at least one argument that is not a parameter.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42611</name>\r
+469975  rhillegas                 <text>The length, precision, or scale attribute for column, or type mapping '{0}' is not valid. </text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42613</name>\r
+469975  rhillegas                 <text>Multiple or conflicting keywords involving the '{0}' clause are present.</text>\r
+469975  rhillegas                 <arg>clause</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42621</name>\r
+469975  rhillegas                 <text>A check constraint or generated column that is defined with '{0}' is invalid.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42622</name>\r
+469975  rhillegas                 <text>The name '{0}' is too long. The maximum length is '{1}'.</text>\r
+469975  rhillegas                 <arg>name</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42734</name>\r
+469975  rhillegas                 <text>Name '{0}' specified in context '{1}' is not unique.</text>\r
+469975  rhillegas                 <arg>name</arg>\r
+469975  rhillegas                 <arg>context</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42802</name>\r
+469975  rhillegas                 <text>The number of values assigned is not the same as the number of specified or implied columns.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42803</name>\r
+469975  rhillegas                 <text>An expression containing the column '{0}' appears in the SELECT list and is not part of a GROUP BY clause.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42815.S.713</name>\r
+469975  rhillegas                 <text>The replacement value for '{0}' is invalid.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42815.S.171</name>\r
+469975  rhillegas                 <text>The data type, length or value of arguments '{0}' and '{1}' is incompatible.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42818</name>\r
+563164   kmarsden                 <text>Comparisons between '{0}' and '{1}' are not supported. Types must be comparable. String types must also have matching collation. If collation does not match, a possible solution is to cast operands to force them to the default collation (e.g. select tablename from sys.systables where CAST(tablename as VARCHAR(128)) = 'T1')</text>\r
+543554      mikem                 <arg>type</arg>\r
+543554      mikem                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42820</name>\r
+469975  rhillegas                 <text>The floating point literal '{0}' contains more than 30 characters.</text>\r
+469975  rhillegas                 <arg>string</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42821</name>\r
+469975  rhillegas                 <text>Columns of type '{0}' cannot hold values of type '{1}'. </text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42824</name>\r
+469975  rhillegas                 <text>An operand of LIKE is not a string, or the first operand is not a column.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42831</name>\r
+469975  rhillegas                 <text>'{0}' cannot be a column of a primary key or unique key because it can contain null values.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42834</name>\r
+469975  rhillegas                 <text>SET NULL cannot be specified because FOREIGN KEY '{0}'  cannot contain null values.  </text>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42837</name>\r
+469975  rhillegas                 <text>ALTER TABLE '{0}' specified attributes for column '{1}' that are not compatible with the existing column.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42846</name>\r
+469975  rhillegas                 <text>Cannot convert types '{0}' to '{1}'.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42877</name>\r
+469975  rhillegas                 <text>A qualified column name '{0}' is not allowed in the ORDER BY clause.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+544532 bpendleton                 <name>42878</name>\r
+544532 bpendleton                 <text>The ORDER BY clause of a SELECT UNION statement only supports unqualified column references and column position numbers. Other expressions are not currently supported.</text>\r
+544532 bpendleton             </msg>\r
+544532 bpendleton \r
+544532 bpendleton             <msg>\r
+565184 bpendleton                 <name>42879</name>\r
+565184 bpendleton                 <text>The ORDER BY clause may not contain column '{0}', since the query specifies DISTINCT and that column does not appear in the query result.</text>\r
+565184 bpendleton                 <arg>columnName</arg>\r
+565184 bpendleton             </msg>\r
+565184 bpendleton             <msg>\r
+565184 bpendleton                 <name>4287A</name>\r
+565184 bpendleton                 <text>The ORDER BY clause may not specify an expression, since the query specifies DISTINCT.</text>\r
+565184 bpendleton             </msg>\r
+565184 bpendleton \r
+565184 bpendleton \r
+565184 bpendleton             <msg>\r
+469975  rhillegas                 <name>42884</name>\r
+469975  rhillegas                 <text>No authorized routine named '{0}' of type '{1}' having compatible arguments was found.</text>\r
+469975  rhillegas                 <arg>routineName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42886</name>\r
+469975  rhillegas                 <text>'{0}' parameter '{1}' requires a parameter marker '?'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42894</name>\r
+469975  rhillegas                 <text>DEFAULT value or IDENTITY attribute value is not valid for column '{0}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>428C1</name>\r
+469975  rhillegas                 <text>Only one identity column is allowed in a table.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>428EK</name>\r
+469975  rhillegas                 <text>The qualifier for a declared global temporary table name must be SESSION.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42903</name>\r
+469975  rhillegas                 <text>Invalid use of an aggregate function.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42908</name>\r
+469975  rhillegas                 <text>The CREATE VIEW statement does not include a column list.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+495750     abrown                 <name>42909</name>\r
+495750     abrown                 <text>The CREATE TABLE statement does not include a column list.</text>\r
+495750     abrown             </msg>\r
+495750     abrown \r
+495750     abrown             <msg>\r
+469975  rhillegas                 <name>42915</name>\r
+469975  rhillegas                 <text>Foreign  Key '{0}' is invalid because '{1}'. </text>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42916</name>\r
+469975  rhillegas                 <text>Synonym '{0}' cannot be created for '{1}' as it would result in a circular synonym chain.</text>\r
+469975  rhillegas                 <arg>synonym2</arg>\r
+469975  rhillegas                 <arg>synonym1</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42939</name>\r
+469975  rhillegas                 <text>An object cannot be created with the schema name '{0}'.</text>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42962</name>\r
+469975  rhillegas                 <text>Long column type column or parameter '{0}' not permitted in declared global temporary tables or procedure definitions. </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42972</name>\r
+469975  rhillegas                 <text>An ON clause associated with a JOIN operator is not valid.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42995</name>\r
+469975  rhillegas                 <text>The requested function does not apply to global temporary tables.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X01</name>\r
+469975  rhillegas                 <text>Syntax error: {0}.</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X02</name>\r
+469975  rhillegas                 <text>{0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X03</name>\r
+469975  rhillegas                 <text>Column name '{0}' is in more than one table in the FROM list.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X04</name>\r
+469975  rhillegas                 <text>Column '{0}' is either not in any table in the FROM list or appears within a join specification and is outside the scope of the join specification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE  statement then '{0}' is not a column in the target table.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X05</name>\r
+469975  rhillegas                 <text>Table/View '{0}' does not exist.</text>\r
+469975  rhillegas                 <arg>objectName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X06</name>\r
+469975  rhillegas                 <text>Too many result columns specified for table '{0}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X07</name>\r
+469975  rhillegas                 <text>Null is only allowed in a VALUES clause within an INSERT statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X08</name>\r
+469975  rhillegas                 <text>The constructor for class '{0}' cannot be used as an external virtual table because the class does not implement '{1}'. </text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>constructorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X09</name>\r
+469975  rhillegas                 <text>The table or alias name '{0}' is used more than once in the FROM list.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X10</name>\r
+469975  rhillegas                 <text>'{0}' is not an exposed table name in the scope in which it appears.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X12</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears more than once in the CREATE TABLE statement.  </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X13</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears more than once times in the column list of an INSERT statement. </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X14</name>\r
+469975  rhillegas                 <text>'{0}' is not a column in table or VTI '{1}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X15</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears in a statement without a FROM list.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X16</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears multiple times in the SET clause of an UPDATE statement.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X17</name>\r
+469975  rhillegas                 <text>In the Properties list of a FROM clause, the value '{0}' is not valid as a joinOrder specification. Only the values FIXED and UNFIXED are valid.  </text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X19</name>\r
+469975  rhillegas                 <text>The WHERE or HAVING clause or CHECK CONSTRAINT definition is a '{0}' expression.  It must be a BOOLEAN expression.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X23</name>\r
+469975  rhillegas                 <text>Cursor {0} is not updatable.</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+516454     abrown                      <msg>\r
+516454     abrown                              <name>42X24</name>\r
+516454     abrown                              <text>Column {0} is referenced in the HAVING clause but is not in the GROUP BY list.</text>\r
+516454     abrown                              <arg>columnName</arg>\r
+516454     abrown                      </msg>\r
+516454     abrown                      \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X25</name>\r
+469975  rhillegas                 <text>The '{0}' function is not allowed on the '{1}' type.</text>\r
+469975  rhillegas                 <arg>functionName</arg>\r
+469975  rhillegas                 <arg>1</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X26</name>\r
+469975  rhillegas                 <text>The class '{0}' for column '{1}' does not exist or is inaccessible. This can happen if the class is not public.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X28</name>\r
+469975  rhillegas                 <text>Delete table '{0}' is not target of cursor '{1}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X29</name>\r
+469975  rhillegas                 <text>Update table '{0}' is not the target of cursor '{1}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X30</name>\r
+469975  rhillegas                 <text>Cursor '{0}' not found. Verify that autocommit is OFF.</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X31</name>\r
+469975  rhillegas                 <text>Column '{0}' is not in the FOR UPDATE list of cursor '{1}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X32</name>\r
+469975  rhillegas                 <text>The number of columns in the derived column list must match the number of columns in table '{0}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X33</name>\r
+469975  rhillegas                 <text>The derived column list contains a duplicate column name '{0}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X34</name>\r
+469975  rhillegas                 <text>There is a ? parameter in the select list.  This is not allowed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X35</name>\r
+469975  rhillegas                 <text>It is not allowed for both operands of '{0}' to be ? parameters.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X36</name>\r
+469975  rhillegas                 <text>The '{0}' operator is not allowed to take a ? parameter as an operand.</text>\r
+469975  rhillegas                 <arg>operator</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X37</name>\r
+469975  rhillegas                 <text>The unary '{0}' operator is not allowed on the '{1}' type.</text>\r
+469975  rhillegas                 <arg>operator</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X38</name>\r
+469975  rhillegas                 <text>'SELECT *' only allowed in EXISTS and NOT EXISTS subqueries.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X39</name>\r
+469975  rhillegas                 <text>Subquery is only allowed to return a single column.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X40</name>\r
+469975  rhillegas                 <text>A NOT statement has an operand that is not boolean . The operand of NOT must evaluate to TRUE, FALSE, or UNKNOWN. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X41</name>\r
+469975  rhillegas                 <text>In the Properties clause of a FROM list, the property '{0}' is not valid (the property was being set to '{1}'). </text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X42</name>\r
+469975  rhillegas                 <text>Correlation name not allowed for column '{0}' because it is part of the FOR UPDATE list.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X43</name>\r
+469975  rhillegas                 <text>The ResultSetMetaData returned for the class/object '{0}' was null. In order to use this class as an external virtual table, the ResultSetMetaData cannot be null. </text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X44</name>\r
+469975  rhillegas                 <text>Invalid length '{0}' in column specification.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X45</name>\r
+469975  rhillegas                 <text>{0} is an invalid type for argument number {1} of {2}.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X46</name>\r
+479527    myrnavl                 <text>There are multiple functions named '{0}'. Use the full signature or the specific name.</text>\r
+469975  rhillegas                 <arg>functionName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X47</name>\r
+479527    myrnavl                 <text>There are multiple procedures named '{0}'. Use the full signature or the specific name.</text>\r
+469975  rhillegas                 <arg>procedureName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X48</name>\r
+469975  rhillegas                 <text>Value '{1}' is not a valid precision for {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X49</name>\r
+469975  rhillegas                 <text>Value '{0}' is not a valid integer literal.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X50</name>\r
+469975  rhillegas                 <text>No method was found that matched the method call {0}.{1}({2}), tried all combinations of object and primitive types and any possible type conversion for any  parameters the method call may have. The method might exist but it is not public and/or static, or the parameter types are not method invocation convertible.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X51</name>\r
+469975  rhillegas                 <text>The class '{0}' does not exist or is inaccessible. This can happen if the class is not public.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X52</name>\r
+479527    myrnavl                 <text>Calling  method ('{0}') using a receiver of the Java primitive type '{1}' is not allowed.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X53</name>\r
+469975  rhillegas                 <text>The LIKE predicate can only have 'CHAR' or 'VARCHAR' operands. Type '{0}' is not permitted.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X54</name>\r
+469975  rhillegas                 <text>The Java method '{0}' has a ? as a receiver.  This is not allowed.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X55</name>\r
+469975  rhillegas                 <text>Table name '{1}' should be the same as '{0}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X56</name>\r
+469975  rhillegas                 <text>The number of columns in the view column list does not match the number of columns in the underlying query expression in the view definition for '{0}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X57</name>\r
+469975  rhillegas                 <text>The getColumnCount() for external virtual table '{0}' returned an invalid value '{1}'.  Valid values are greater than or equal to 1. </text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X58</name>\r
+469975  rhillegas                 <text>The number of columns on the left and right sides of the {0} must be the same.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X59</name>\r
+469975  rhillegas                 <text>The number of columns in each VALUES constructor must be the same.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X60</name>\r
+469975  rhillegas                 <text>Invalid value '{0}' for insertMode property specified for table '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X61</name>\r
+469975  rhillegas                 <text>Types '{0}' and '{1}' are not {2} compatible.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X62</name>\r
+469975  rhillegas                 <text>'{0}' is not allowed in the '{1}' schema.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X63</name>\r
+469975  rhillegas                 <text>The USING clause did not return any results. No parameters can be set. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X64</name>\r
+469975  rhillegas                 <text>In the Properties list, the invalid value '{0}' was specified for the useStatistics property. The only valid values are TRUE or FALSE. </text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X65</name>\r
+469975  rhillegas                 <text>Index '{0}' does not exist.</text>\r
+469975  rhillegas                 <arg>index</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X66</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears more than once in the CREATE INDEX statement.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X68</name>\r
+469975  rhillegas                 <text>No field '{0}' was found belonging to class '{1}'.  It may be that the field exists, but it is not public, or that the class does not exist or is not public.</text>\r
+469975  rhillegas                 <arg>fieldName</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X69</name>\r
+479527    myrnavl                 <text>It is not allowed to reference a field ('{0}') using a referencing expression of the Java primitive type '{1}'.</text>\r
+469975  rhillegas                 <arg>fieldName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+495750     abrown                 <name>42X70</name>\r
+495750     abrown                 <text>The number of columns in the table column list does not match the number of columns in the underlying query expression in the table definition for '{0}'.</text>\r
+495750     abrown                 <arg>value</arg>\r
+495750     abrown             </msg>\r
+495750     abrown \r
+495750     abrown             <msg>\r
+539164     abrown                 <name>42X71</name>\r
+539164     abrown                 <text>Invalid data type '{0}' for column '{1}'.</text>\r
+539164     abrown                 <arg>datatypeName</arg>\r
+539164     abrown                 <arg>columnName</arg>\r
+539164     abrown             </msg>\r
+539164     abrown \r
+539164     abrown             <msg>\r
+469975  rhillegas                 <name>42X72</name>\r
+469975  rhillegas                 <text>No static field '{0}' was found belonging to class '{1}'.  The field might exist, but it is not public and/or static, or the class does not exist or the class is not public.  </text>\r
+469975  rhillegas                 <arg>fieldName</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X73</name>\r
+469975  rhillegas                 <text>Method resolution for signature {0}.{1}({2}) was ambiguous. (No single maximally specific method.)</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X74</name>\r
+469975  rhillegas                 <text>Invalid CALL statement syntax.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X75</name>\r
+469975  rhillegas                 <text>No constructor was found with the signature {0}({1}).  It may be that the parameter types are not method invocation convertible.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X76</name>\r
+469975  rhillegas                 <text>At least one column, '{0}', in the primary key being added is nullable. All columns in a primary key must be non-nullable.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X77</name>\r
+469975  rhillegas                 <text>Column position '{0}' is out of range for the query expression.</text>\r
+469975  rhillegas                 <arg>columnPosition</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X78</name>\r
+469975  rhillegas                 <text>Column '{0}' is not in the result of the query expression.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X79</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears more than once in the result of the query expression.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X80</name>\r
+469975  rhillegas                 <text>VALUES clause must contain at least one element. Empty elements are not allowed. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X82</name>\r
+469975  rhillegas                 <text>The USING clause returned more than one row. Only single-row ResultSets are permissible.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X83</name>\r
+469975  rhillegas                 <text>The constraints on column '{0}' require that it be both nullable and not nullable.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X84</name>\r
+469975  rhillegas                 <text>Index '{0}' was created to enforce constraint '{1}'.  It can only be dropped by dropping the constraint.</text>\r
+469975  rhillegas                 <arg>index</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X85</name>\r
+469975  rhillegas                 <text>Constraint '{0}'is required to be in the same schema as table '{1}'.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X86</name>\r
+469975  rhillegas                 <text>ALTER TABLE failed. There is no constraint '{0}' on table '{1}'. </text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X87</name>\r
+469975  rhillegas                 <text>At least one result expression (THEN or ELSE) of the '{0}' expression must not be a '?'. </text>\r
+469975  rhillegas                 <arg>expression</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X88</name>\r
+469975  rhillegas                 <text>A conditional has a non-Boolean operand. The operand of a conditional must evaluate to TRUE, FALSE, or UNKNOWN.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X89</name>\r
+469975  rhillegas                 <text>Types '{0}' and '{1}' are not type compatible. Neither type is assignable to the other type.  </text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X90</name>\r
+469975  rhillegas                 <text>More than one primary key constraint specified for table '{0}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X91</name>\r
+469975  rhillegas                 <text>Constraint name '{0}' appears more than once in the CREATE TABLE statement. </text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X92</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears more than once in a constraint's column list.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X93</name>\r
+469975  rhillegas                 <text>Table '{0}' contains a constraint definition with column '{1}' which is not in the table.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X94</name>\r
+469975  rhillegas                 <text>{0} '{1}' does not exist.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X96</name>\r
+469975  rhillegas                 <text>The database class path contains an unknown jar file '{0}'.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42X98</name>\r
+469975  rhillegas                 <text>Parameters are not allowed in a VIEW definition.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+495750     abrown                 <name>42X99</name>\r
+495750     abrown                 <text>Parameters are not allowed in a TABLE definition.</text>\r
+495750     abrown             </msg>\r
+495750     abrown \r
+495750     abrown             <msg>\r
+469975  rhillegas                 <name>42Y00</name>\r
+469975  rhillegas                 <text>Class '{0}' does not implement org.apache.derby.iapi.db.AggregateDefinition and thus cannot be used as an aggregate expression.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y01</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is invalid.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y03</name>\r
+469975  rhillegas                 <text>'{0}' is not recognized as a function or procedure.</text>\r
+469975  rhillegas                 <arg>statement</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y04</name>\r
+469975  rhillegas                 <text>Cannot create a procedure or function with EXTERNAL NAME '{0}' because it is not a list separated by periods. The expected format is &lt;full java path&gt;.&lt;method name&gt;.</text>\r
+469975  rhillegas                 <arg>name</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y05</name>\r
+469975  rhillegas                 <text>There is no Foreign Key named '{0}'.</text>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y07</name>\r
+469975  rhillegas                 <text>Schema '{0}' does not exist</text>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y08</name>\r
+469975  rhillegas                 <text>Foreign key constraints are not allowed on system tables.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y09</name>\r
+469975  rhillegas                 <text>Void methods are only allowed within a CALL statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y10</name>\r
+469975  rhillegas                 <text>A table constructor that is not in an INSERT statement has all ? parameters in one of its columns.  For each column, at least one of the rows must have a non-parameter.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y11</name>\r
+469975  rhillegas                 <text>A join specification is required with the '{0}' clause.</text>\r
+469975  rhillegas                 <arg>clauseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y12</name>\r
+469975  rhillegas                 <text>The ON clause of a JOIN is a '{0}' expression.  It must be a BOOLEAN expression.</text>\r
+469975  rhillegas                 <arg>expressionType</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y13</name>\r
+469975  rhillegas                 <text>Column name '{0}' appears more than once in the CREATE VIEW statement.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y16</name>\r
+469975  rhillegas                 <text>No public static method '{0}' was found in class '{1}'. The method might exist, but it is not public, or it is not static. </text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y22</name>\r
+469975  rhillegas                 <text>Aggregate {0} cannot operate on type {1}.</text>\r
+469975  rhillegas                 <arg>aggregateType</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y23</name>\r
+469975  rhillegas                 <text>Incorrect JDBC type info returned for column {0}.</text>\r
+469975  rhillegas                 <arg>colunmName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y24</name>\r
+469975  rhillegas                 <text>View '{0}' is not updatable. (Views are currently not updatable.) </text>\r
+469975  rhillegas                 <arg>viewName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y25</name>\r
+469975  rhillegas                 <text>'{0}' is a system table.  Users are not allowed to modify the contents of this table.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y26</name>\r
+469975  rhillegas                 <text>Aggregates are not allowed in the GROUP BY list.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y27</name>\r
+469975  rhillegas                 <text>Parameters are not allowed in the trigger action.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y29</name>\r
+469975  rhillegas                 <text>The SELECT list of a non-grouped query contains at least one invalid expression. When the SELECT list contains at least one aggregate then all entries must be valid aggregate expressions.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y30</name>\r
+469975  rhillegas                 <text>The SELECT list of a grouped query contains at least one invalid expression. If a SELECT list has a GROUP BY, the list may only contain valid grouping expressions and valid aggregate expressions.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y32</name>\r
+469975  rhillegas                 <text>Aggregator class '{0}' for aggregate '{1}' on type {2} does not implement com.ibm.db2j.aggregates.Aggregator. </text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>aggregateName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y33</name>\r
+469975  rhillegas                 <text>Aggregate {0} contains one or more aggregates.</text>\r
+469975  rhillegas                 <arg>aggregateName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y34</name>\r
+469975  rhillegas                 <text>Column name '{0}' matches more than one result column in table '{1}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y35</name>\r
+469975  rhillegas                 <text>Column reference '{0}' is invalid. When the SELECT list contains at least one aggregate then all entries must be valid aggregate expressions.  </text>\r
+469975  rhillegas                 <arg>reference</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y36</name>\r
+469975  rhillegas                 <text>Column reference '{0}' is invalid.  For a SELECT list with a GROUP BY, the list may only contain valid grouping expressions and valid aggregate expressions.  </text>\r
+469975  rhillegas                 <arg>reference</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y37</name>\r
+469975  rhillegas                 <text>'{0}' is a Java primitive and cannot be used with this operator.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y38</name>\r
+469975  rhillegas                 <text>insertMode = replace is not permitted on an insert where the target table, '{0}', is referenced in the SELECT.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y39</name>\r
+469975  rhillegas                 <text>'{0}' may not appear in a CHECK CONSTRAINT definition because it may return non-deterministic results.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y40</name>\r
+469975  rhillegas                 <text>'{0}' appears multiple times in the UPDATE OF column list for trigger '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y41</name>\r
+469975  rhillegas                 <text>'{0}' cannot be directly invoked via EXECUTE STATEMENT because it is part of a trigger.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y42</name>\r
+469975  rhillegas                 <text>Scale '{1}' is not a valid scale for a {0}.</text>\r
+469975  rhillegas                 <arg>scaleValue</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y43</name>\r
+469975  rhillegas                 <text>Scale '{0}' is not a valid scale with precision of '{1}'.</text>\r
+469975  rhillegas                 <arg>scaleValue</arg>\r
+469975  rhillegas                 <arg>precision</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y44</name>\r
+469975  rhillegas                 <text>Invalid key '{0}' specified in the Properties list of a FROM list. The case-sensitive keys that are currently supported are '{1}'. </text>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y45</name>\r
+469975  rhillegas                 <text>VTI '{0}' cannot be bound because it is a special trigger VTI and this statement is not part of a trigger action or WHEN clause.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y46</name>\r
+469975  rhillegas                 <text>Invalid Properties list in FROM list.  There is no index '{0}' on table '{1}'.</text>\r
+469975  rhillegas                 <arg>index</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y48</name>\r
+469975  rhillegas                 <text>Invalid Properties list in FROM list.  Either there is no named constraint '{0}' on table '{1}' or the constraint does not have a backing index.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y49</name>\r
+469975  rhillegas                 <text>Multiple values specified for property key '{0}'. </text>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y50</name>\r
+469975  rhillegas                 <text>Properties list for table '{0}' may contain values for index or for constraint but not both.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y55</name>\r
+469975  rhillegas                 <text>'{0}' cannot be performed on '{1}' because it does not exist.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y56</name>\r
+469975  rhillegas                 <text>Invalid join strategy '{0}' specified in Properties list on table '{1}'. The currently supported values for a join strategy are: 'hash' and 'nestedloop'.</text>\r
+469975  rhillegas                 <arg>strategyValue</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y58</name>\r
+469975  rhillegas                 <text>NumberFormatException occurred when converting value '{0}' for optimizer override '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y59</name>\r
+469975  rhillegas                 <text>Invalid value, '{0}', specified for hashInitialCapacity override. Value must be greater than 0.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y60</name>\r
+469975  rhillegas                 <text>Invalid value, '{0}', specified for hashLoadFactor override. Value must be greater than 0.0 and less than or equal to 1.0.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y61</name>\r
+469975  rhillegas                 <text>Invalid value, '{0}', specified for hashMaxCapacity override. Value must be greater than 0.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y62</name>\r
+469975  rhillegas                 <text>'{0}' is not allowed on '{1}' because it is a view.</text>\r
+469975  rhillegas                 <arg>statement</arg>\r
+469975  rhillegas                 <arg>viewName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y63</name>\r
+469975  rhillegas                 <text>Hash join requires an optimizable equijoin predicate on a column in the selected index or heap.  An optimizable equijoin predicate does not exist on any column in table or index '{0}'. Use the 'index' optimizer override to specify such an index or the heap on table '{1}'.</text>\r
+469975  rhillegas                 <arg>index</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y64</name>\r
+469975  rhillegas                 <text>bulkFetch value of '{0}' is invalid. The minimum value for bulkFetch is 1.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y65</name>\r
+469975  rhillegas                 <text>bulkFetch is not permitted on '{0}' joins.</text>\r
+469975  rhillegas                 <arg>joinType</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y66</name>\r
+469975  rhillegas                 <text>bulkFetch is not permitted on updatable cursors. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y67</name>\r
+469975  rhillegas                 <text>Schema '{0}' cannot be dropped.</text>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y69</name>\r
+469975  rhillegas                 <text>No valid execution plan was found for this statement. This may have one of two causes: either you specified a hash join strategy when hash join is not allowed (no optimizable equijoin) or you are attempting to join two external virtual tables, each of which references the other, and so the statement cannot be evaluated.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y70</name>\r
+469975  rhillegas                 <text>The user specified an illegal join order. This could be caused by a join column from an inner table being passed as a parameter to an external virtual table.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y71</name>\r
+469975  rhillegas                 <text>System function or procedure '{0}' cannot be dropped.</text>\r
+469975  rhillegas                 <arg>procedureName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y82</name>\r
+469975  rhillegas                 <text>System generated stored prepared statement '{0}' that cannot be dropped using DROP STATEMENT. It is part of a trigger. </text>\r
+469975  rhillegas                 <arg>statement</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y83</name>\r
+469975  rhillegas                 <text>An untyped null is not permitted as an argument to aggregate {0}.  Please cast the null to a suitable type.</text>\r
+469975  rhillegas                 <arg>aggregateName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y84</name>\r
+469975  rhillegas                 <text>'{0}' may not appear in a DEFAULT definition.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y85</name>\r
+469975  rhillegas                 <text>The DEFAULT keyword is only allowed in a VALUES clause when the VALUES clause appears within an INSERT statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y90</name>\r
+469975  rhillegas                 <text>FOR UPDATE is not permitted in this type of statement.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y91</name>\r
+469975  rhillegas                 <text>The USING clause is not permitted in an EXECUTE STATEMENT for a trigger action.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y92</name>\r
+469975  rhillegas                 <text>{0} triggers may only reference {1} transition variables/tables.</text>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y93</name>\r
+469975  rhillegas                 <text>Illegal REFERENCING clause: only one name is permitted for each type of transition variable/table.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y94</name>\r
+469975  rhillegas                 <text>An AND or OR has a non-boolean operand. The operands of AND and OR must evaluate to TRUE, FALSE, or UNKNOWN.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y95</name>\r
+469975  rhillegas                 <text>The '{0}' operator with a left operand type of '{1}' and a right operand type of '{2}' is not supported.</text>\r
+469975  rhillegas                 <arg>operatorName</arg>\r
+469975  rhillegas                 <arg>operandType</arg>\r
+469975  rhillegas                 <arg>operandType</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y97</name>\r
+469975  rhillegas                 <text>Invalid escape character at line '{0}', column '{1}'.</text>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z02</name>\r
+469975  rhillegas                 <text>Multiple DISTINCT aggregates are not supported at this time.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z07</name>\r
+469975  rhillegas                 <text>Aggregates are not permitted in the ON clause.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z08</name>\r
+469975  rhillegas                 <text>Bulk insert replace is not permitted on '{0}' because it has an enabled trigger ({1}).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z15</name>\r
+469975  rhillegas                 <text>Invalid type specified for column '{0}'. The type of a column may not be changed.  </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z16</name>\r
+469975  rhillegas                 <text>Only columns of type VARCHAR may have their length altered. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z17</name>\r
+469975  rhillegas                 <text>Invalid length specified for column '{0}'. Length must be greater than the current column length.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z18</name>\r
+469975  rhillegas                 <text>Column '{0}' is part of a foreign key constraint '{1}'. To alter the length of this column, you should drop the constraint first, perform the ALTER TABLE, and then recreate the constraint.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z19</name>\r
+469975  rhillegas                 <text>Column '{0}' is being referenced by at least one foreign key constraint '{1}'. To alter the length of this column, you should drop referencing constraints, perform the ALTER TABLE and then recreate the constraints. </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z20</name>\r
+469975  rhillegas                 <text>Column '{0}' cannot be made nullable. It is part of a primary key or unique constraint, which cannot have any nullable columns.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z21</name>\r
+469975  rhillegas                 <text>Invalid increment specified for identity for column '{0}'. Increment cannot be zero.  </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z22</name>\r
+469975  rhillegas                 <text>Invalid type specified for identity column '{0}'. The only valid types for identity columns are BIGINT, INT and SMALLINT.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z23</name>\r
+469975  rhillegas                 <text>Attempt to modify an identity column '{0}'. </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z24</name>\r
+469975  rhillegas                 <text>Overflow occurred in identity value for column '{1}' in table '{0}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z25</name>\r
+469975  rhillegas                 <text>INTERNAL ERROR identity counter. Update was called without arguments with current value \= NULL.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z26</name>\r
+469975  rhillegas                 <text>A column, '{0}', with an identity default cannot be made nullable.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z27</name>\r
+469975  rhillegas                 <text>A nullable column, '{0}', cannot be modified to have identity default.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z50</name>\r
+469975  rhillegas                 <text>INTERNAL ERROR: Unable to generate code for {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z53</name>\r
+469975  rhillegas                 <text>INTERNAL ERROR: Type of activation to generate for node choice {0} is unknown.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z60</name>\r
+469975  rhillegas                 <text>{0} not allowed unless database property {1} has value '{2}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z70</name>\r
+469975  rhillegas                 <text>Binding directly to an XML value is not allowed; try using XMLPARSE.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z71</name>\r
+469975  rhillegas                 <text>XML values are not allowed in top-level result sets; try using XMLSERIALIZE.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z72</name>\r
+469975  rhillegas                 <text>Missing SQL/XML keyword(s) '{0}' at line {1}, column {2}.</text>\r
+469975  rhillegas                 <arg>keywords</arg>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas                 <arg>columnNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z73</name>\r
+469975  rhillegas                 <text>Invalid target type for XMLSERIALIZE: '{0}'.</text>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z74</name>\r
+469975  rhillegas                 <text>XML feature not supported: '{0}'.</text>\r
+469975  rhillegas                 <arg>featureName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z75</name>\r
+469975  rhillegas                 <text>XML query expression must be a string literal.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z76</name>\r
+469975  rhillegas                 <text>Multiple XML context items are not allowed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z77</name>\r
+469975  rhillegas                 <text>Context item must have type 'XML'; '{0}' is not allowed.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z79</name>\r
+469975  rhillegas                 <text>Unable to determine the parameter type for XMLPARSE; try using a CAST.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z90</name>\r
+469975  rhillegas                 <text>Class '{0}' does not return an updatable ResultSet.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z91</name>\r
+469975  rhillegas                 <text>subquery</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z92</name>\r
+469975  rhillegas                 <text>repeatable read</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z93</name>\r
+469975  rhillegas                 <text>Constraints '{0}' and '{1}' have the same set of columns, which is not allowed. </text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z97</name>\r
+469975  rhillegas                 <text>Renaming column '{0}' will cause check constraint '{1}' to break.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z99</name>\r
+469975  rhillegas                 <text>String or Hex literal cannot exceed 64K.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z9A</name>\r
+469975  rhillegas                 <text>read uncommitted</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z9B</name>\r
+469975  rhillegas                 <text>The external virtual table interface does not support BLOB or CLOB columns. '{0}' column '{1}'. </text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z9D.S.1</name>\r
+469975  rhillegas                 <text>Procedures that modify SQL data are not allowed in BEFORE triggers.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z9D</name>\r
+469975  rhillegas                 <text>'{0}' statements are not allowed in '{1}' triggers.</text>\r
+469975  rhillegas                 <arg>statement</arg>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z9E</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is not a {1} constraint.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z9F</name>\r
+469975  rhillegas                 <text>Too many indexes ({0}) on the table {1}. The limit is {2}.  </text>\r
+469975  rhillegas                 <arg>index</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42ZA0</name>\r
+469975  rhillegas                 <text>Statement too complex. Try rewriting the query to remove complexity. Eliminating many duplicate expressions or breaking up the query and storing interim results in a temporary table can often help resolve this error.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42ZA1</name>\r
+469975  rhillegas                 <text>Invalid SQL in Batch: '{0}'.</text>\r
+469975  rhillegas                 <arg>batch</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+543554      mikem             <msg>\r
+543554      mikem                 <name>42ZA2</name>\r
+543554      mikem                 <text>Operand of LIKE predicate with type {0} and collation {1} is not compatable with LIKE pattern operand with type {2} and collation {3}.</text>\r
+543554      mikem                 <arg>type</arg>\r
+543554      mikem                 <arg>value</arg>\r
+543554      mikem                 <arg>type</arg>\r
+543554      mikem                 <arg>value</arg>\r
+543554      mikem             </msg>\r
+543554      mikem \r
+552534      mamta             <msg>\r
+552534      mamta                 <name>42ZA3</name>\r
+552534      mamta                 <text>The table will have collation type {0} which is different than the collation of the schema {1} hence this operation is not supported .</text>\r
+552534      mamta                 <arg>type</arg>\r
+552534      mamta                 <arg>type</arg>\r
+552534      mamta             </msg>\r
+552534      mamta \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 57: DRDA Network Protocol: Execution Failure</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>57017.C</name>\r
+469975  rhillegas                 <text>There is no available conversion for the source code page, {0}, to the target code page, {1}.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>codePage</arg>\r
+469975  rhillegas                 <arg>codePage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class 58: DRDA Network Protocol: Protocol Error</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.10</name>\r
+469975  rhillegas                 <text>Network protocol exception: only one of the VCM, VCS length can be greater than 0.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.11</name>\r
+469975  rhillegas                 <text>The connection was terminated because the encoding is not supported.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.12</name>\r
+469975  rhillegas                 <text>Network protocol exception: actual code point, {0}, does not match expected code point, {1}.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.13</name>\r
+469975  rhillegas                 <text>Network protocol exception: DDM collection contains less than 4 bytes of data.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.14</name>\r
+469975  rhillegas                 <text>Network protocol exception: collection stack not empty at end of same id chain parse.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.15</name>\r
+469975  rhillegas                 <text>Network protocol exception: DSS length not 0 at end of same id chain parse.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.16</name>\r
+469975  rhillegas                 <text>Network protocol exception: DSS chained with same id at end of same id chain parse.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.17</name>\r
+469975  rhillegas                 <text>Network protocol exception: end of stream prematurely reached while reading InputStream, parameter #{0}.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.18</name>\r
+469975  rhillegas                 <text>Network protocol exception: invalid FDOCA LID.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.19</name>\r
+469975  rhillegas                 <text>Network protocol exception: SECTKN was not returned.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.20</name>\r
+469975  rhillegas                 <text>Network protocol exception: only one of NVCM, NVCS can be non-null.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.21</name>\r
+479527    myrnavl                 <text>Network protocol exception: SCLDTA length, {0}, is invalid for RDBNAM.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>length</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.2</name>\r
+576987   kmarsden                 <text> SocketException: '{0}'</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.3</name>\r
+469975  rhillegas                 <text>A communications error has been detected: {0}.</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.4</name>\r
+469975  rhillegas                 <text>An error occurred during a deferred connect reset and the connection has been terminated.  See chained exceptions for details.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.5</name>\r
+469975  rhillegas                 <text>Insufficient data while reading from the network - expected a minimum of {0} bytes and received only {1} bytes.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.6</name>\r
+469975  rhillegas                 <text>Attempt to fully materialize lob data that is too large for the JVM.  The connection has been terminated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.7</name>\r
+479527    myrnavl                 <text>Network protocol exception: SCLDTA length, {0}, is invalid for RDBCOLID.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>length</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.8</name>\r
+479527    myrnavl                 <text>Network protocol exception: SCLDTA length, {0}, is invalid for PKGID.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>length</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C.9</name>\r
+469975  rhillegas                 <text>Network protocol exception: PKGNAMCSN length, {0}, is invalid at SQLAM {1}.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>length</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58009.C</name>\r
+469975  rhillegas                 <text>A network protocol error was encountered and the connection has been terminated: {0}</text>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58010.C</name>\r
+469975  rhillegas                 <text>A network protocol error was encountered.  A connection could not be established because the manager {0} at level {1} is not supported by the server. </text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58014.C</name>\r
+469975  rhillegas                 <text>The DDM command 0x{0} is not supported.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58015.C</name>\r
+469975  rhillegas                 <text>The DDM object 0x{0} is not supported.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58016.C</name>\r
+469975  rhillegas                 <text>The DDM parameter 0x{0} is not supported.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>58017.C</name>\r
+469975  rhillegas                 <text>The DDM parameter value 0x{0} is not supported.  An input host variable may not be within the range the server supports.  The connection has been terminated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class X0: Execution exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0A00.S</name>\r
+469975  rhillegas                 <text>The select list mentions column '{0}' twice. This is not allowed in queries with GROUP BY or HAVING clauses. Try aliasing one of the conflicting columns to a unique name.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X02.S</name>\r
+469975  rhillegas                 <text>Table '{0}' cannot be locked in '{1}' mode.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>mode</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X03.S</name>\r
+469975  rhillegas                 <text>Invalid transaction state - held cursor requires same isolation level</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X05.S</name>\r
+469975  rhillegas                 <text>Table/View '{0}' does not exist.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X07.S</name>\r
+469975  rhillegas                 <text>Cannot remove jar file '{0}' because it is on your derby.database.classpath '{0}'.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>classpath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X0E.S</name>\r
+538260     abrown                 <text>Table '{1}' does not have an auto-generated column at column position '{0}'.</text>\r
+469975  rhillegas                 <arg>columnPosition</arg>\r
+538260     abrown                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X0F.S</name>\r
+538260     abrown                 <text>Table '{1}' does not have an auto-generated column named '{0}'.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+538260     abrown                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X10.S</name>\r
+469975  rhillegas                 <text>The USING clause returned more than one row; only single-row ResultSets are permissible.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X11.S</name>\r
+469975  rhillegas                 <text>The USING clause did not return any results so no parameters can be set. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X13.S</name>\r
+469975  rhillegas                 <text>Jar file '{0}' does not exist in schema '{1}'.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X57.S</name>\r
+469975  rhillegas                 <text>An attempt was made to put a Java value of type '{0}' into a SQL value, but there is no corresponding SQL type.  The Java value is probably the result of a method call or field access.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X60.S</name>\r
+469975  rhillegas                 <text>A cursor with name '{0}' already exists.</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X61.S</name>\r
+469975  rhillegas                 <text>The values for column '{4}' in index '{0}' and table '{1}.{2}' do not match for row location {3}.  The value in the index is '{5}', while the value in the base table is '{6}'.  The full index key, including the row location, is '{7}'.  The suggested corrective action is to recreate the index.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>location</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>indexKey</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X62.S</name>\r
+469975  rhillegas                 <text>Inconsistency found between table '{0}' and index '{1}'.  Error when trying to retrieve row location '{2}' from the table.  The full index key, including the row location, is '{3}'. The suggested corrective action is to recreate the index.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>rowLocation</arg>\r
+469975  rhillegas                 <arg>indexKey</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X63.S</name>\r
+469975  rhillegas                 <text>Got IOException '{0}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X67.S</name>\r
+469975  rhillegas                 <text>Columns of type '{0}' may not be used in CREATE INDEX, ORDER BY, GROUP BY, UNION, INTERSECT, EXCEPT or DISTINCT statements because comparisons are not supported for that type.</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X81.S</name>\r
+469975  rhillegas                 <text>{0} '{1}' does not exist.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X85.S</name>\r
+469975  rhillegas                 <text>Index '{0}' was not created because '{1}' is not a valid index type.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>indexType</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X86.S</name>\r
+469975  rhillegas                 <text>0 is an invalid parameter value for ResultSet.absolute(int row).</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X87.S</name>\r
+469975  rhillegas                 <text>ResultSet.relative(int row) cannot be called when the cursor is not positioned on a row.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X95.S</name>\r
+469975  rhillegas                 <text>Operation '{0}' cannot be performed on object '{1}' because there is an open ResultSet dependent on that object.</text>\r
+469975  rhillegas                 <arg>operationName</arg>\r
+469975  rhillegas                 <arg>objectName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0X99.S</name>\r
+469975  rhillegas                 <text>Index '{0}' does not exist.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y16.S</name>\r
+469975  rhillegas                 <text>'{0}' is not a view.  If it is a table, then use DROP TABLE instead.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y23.S</name>\r
+469975  rhillegas                 <text>Operation '{0}' cannot be performed on object '{1}' because VIEW '{2}' is dependent on that object.</text>\r
+469975  rhillegas                 <arg>operationName</arg>\r
+469975  rhillegas                 <arg>objectName</arg>\r
+469975  rhillegas                 <arg>viewName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y24.S</name>\r
+469975  rhillegas                 <text>Operation '{0}' cannot be performed on object '{1}' because STATEMENT '{2}' is dependent on that object.</text>\r
+469975  rhillegas                 <arg>operationName</arg>\r
+469975  rhillegas                 <arg>objectName</arg>\r
+469975  rhillegas                 <arg>statement</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y25.S</name>\r
+469975  rhillegas                 <text>Operation '{0}' cannot be performed on object '{1}' because {2} '{3}' is dependent on that object.</text>\r
+469975  rhillegas                 <arg>operationName</arg>\r
+469975  rhillegas                 <arg>objectName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y26.S</name>\r
+469975  rhillegas                 <text>Index '{0}' is required to be in the same schema as table '{1}'.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y28.S</name>\r
+469975  rhillegas                 <text>Index '{0}' cannot be created on system table '{1}'.  Users cannot create indexes on system tables.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y32.S</name>\r
+469975  rhillegas                 <text>{0} '{1}' already exists in {2} '{3}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y38.S</name>\r
+469975  rhillegas                 <text>Cannot create index '{0}' because table '{1}' does not exist.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y41.S</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is invalid because the referenced table {1} has no primary key.  Either add a primary key to {1} or explicitly specify the columns of a unique constraint that this foreign key references. </text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y42.S</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is invalid: the types of the foreign key columns do not match the types of the referenced columns.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y43.S</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is invalid: the number of columns in {0} ({1}) does not match the number of columns in the referenced key ({2}).</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y44.S</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is invalid: there is no unique or primary key constraint on table '{1}' that matches the number and types of the columns in the foreign key.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y45.S</name>\r
+469975  rhillegas                 <text>Foreign key constraint '{0}' cannot be added to or enabled on table {1} because one or more foreign keys do not have matching referenced keys.  </text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y46.S</name>\r
+469975  rhillegas                 <text>Constraint '{0}' is invalid: referenced table {1} does not exist.</text>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y54.S</name>\r
+469975  rhillegas                 <text>Schema '{0}' cannot be dropped because it is not empty.</text>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y55.S</name>\r
+469975  rhillegas                 <text>The number of rows in the base table does not match the number of rows in at least 1 of the indexes on the table. Index '{0}' on table '{1}.{2}' has {3} rows, but the base table has {4} rows.  The suggested corrective action is to recreate the index.</text>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas                 <arg>schemaNamet</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y56.S</name>\r
+469975  rhillegas                 <text>'{0}' is not allowed on the System table '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y57.S</name>\r
+469975  rhillegas                 <text>A non-nullable column cannot be added to table '{0}' because the table contains at least one row. Non-nullable columns can only be added to empty tables.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y58.S</name>\r
+469975  rhillegas                 <text>Attempt to add a primary key constraint to table '{0}' failed because the table already has a constraint of that type.  A table can only have a single primary key constraint.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y59.S</name>\r
+469975  rhillegas                 <text>Attempt to add or enable constraint(s) on table '{1}' failed because the table contains {2} row(s) that violate the following check constraint(s): {0}.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>rowName</arg>\r
+469975  rhillegas                 <arg>constraintName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y63.S</name>\r
+469975  rhillegas                 <text>The command on table '{0}' failed because null data was found in the primary key or unique constraint/index column(s). All columns in a primary or unique index key must not be null.  </text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y66.S</name>\r
+469975  rhillegas                 <text>Cannot issue commit in a nested connection when there is a pending operation in the parent connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y67.S</name>\r
+469975  rhillegas                 <text>Cannot issue rollback in a nested connection when there is a pending operation in the parent connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y68.S</name>\r
+469975  rhillegas                 <text>{0} '{1}' already exists.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y69.S</name>\r
+469975  rhillegas                 <text>{1} is not supported in trigger {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y70.S</name>\r
+469975  rhillegas                 <text>INSERT, UPDATE and DELETE are not permitted on table {1} because trigger {0} is active.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y71.S</name>\r
+469975  rhillegas                 <text>Transaction manipulation such as SET ISOLATION is not permitted because trigger {0} is active.</text>\r
+469975  rhillegas                 <arg>triggerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y72.S</name>\r
+469975  rhillegas                 <text>Bulk insert replace is not permitted on '{0}' because it has an enabled trigger ({1}).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y77.S</name>\r
+469975  rhillegas                 <text>Cannot issue set transaction isolation statement on a global transaction that is in progress because it would have implicitly committed the global transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y78.S</name>\r
+469975  rhillegas                 <text>Statement.executeQuery() cannot be called with a statement that returns a row count.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y78.S.1</name>\r
+469975  rhillegas                 <text>{0}.executeQuery() cannot be called because multiple result sets were returned.  Use {1}.execute() to obtain multiple results.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y78.S.2</name>\r
+469975  rhillegas                 <text>{0}.executeQuery() was called but no result set was returned. Use {1}.executeUpdate() for non-queries.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y79.S</name>\r
+469975  rhillegas                 <text>Statement.executeUpdate() cannot be called with a statement that returns a ResultSet.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y80.S</name>\r
+469975  rhillegas                 <text>ALTER table '{0}' failed. Null data found in column '{1}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>X0Y83.S</name>\r
+469975  rhillegas                 <text>WARNING: While deleting a row from a table the index row for base table row {0} was not found in index with conglomerate id {1}.  This problem has automatically been corrected as part of the delete operation.</text>\r
+469975  rhillegas                 <arg>rowName</arg>\r
+469975  rhillegas                 <arg>id</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XBCA: CacheService</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCA0.S</name>\r
+469975  rhillegas                 <text>Cannot create new object with key {1} in {0} cache. The object already exists in the cache. </text>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas                 <arg>cache</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XBCM: ClassManager</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCM1.S</name>\r
+469975  rhillegas                 <text>Java linkage error thrown during load of generated class {0}.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCM2.S</name>\r
+469975  rhillegas                 <text>Cannot create an instance of generated class {0}.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCM3.S</name>\r
+469975  rhillegas                 <text>Method {1}() does not exist in generated class {0}.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCM4.S</name>\r
+469975  rhillegas                 <text>Java class file format limit(s) exceeded: {1} in generated class {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XBCX: Cryptography</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX0.S</name>\r
+469975  rhillegas                 <text>Exception from Cryptography provider. See next exception for details.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX1.S</name>\r
+469975  rhillegas                 <text>Initializing cipher with illegal mode, must be either ENCRYPT or DECRYPT.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX2.S</name>\r
+469975  rhillegas                 <text>Initializing cipher with a boot password that is too short. The password must be at least {0} characters long.    </text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX5.S</name>\r
+469975  rhillegas                 <text>Cannot change boot password to null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX6.S</name>\r
+469975  rhillegas                 <text>Cannot change boot password to a non-string serializable type.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX7.S</name>\r
+469975  rhillegas                 <text>Wrong format for changing boot password.  Format must be : old_boot_password, new_boot_password.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX8.S</name>\r
+469975  rhillegas                 <text>Cannot change boot password for a non-encrypted database.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCX9.S</name>\r
+469975  rhillegas                 <text>Cannot change boot password for a read-only database.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXA.S</name>\r
+469975  rhillegas                 <text>Wrong boot password.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXB.S</name>\r
+469975  rhillegas                 <text>Bad encryption padding '{0}' or padding not specified. 'NoPadding' must be used.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXC.S</name>\r
+469975  rhillegas                 <text>Encryption algorithm '{0}' does not exist. Please check that the chosen provider '{1}' supports this algorithm.</text>\r
+469975  rhillegas                 <arg>algorithmName</arg>\r
+469975  rhillegas                 <arg>providerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXD.S</name>\r
+469975  rhillegas                 <text>The encryption algorithm cannot be changed after the database is created.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXE.S</name>\r
+469975  rhillegas                 <text>The encryption provider cannot be changed after the database is created.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXF.S</name>\r
+469975  rhillegas                 <text>The class '{0}' representing the encryption provider cannot be found.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXG.S</name>\r
+469975  rhillegas                 <text>The encryption provider '{0}' does not exist.</text>\r
+469975  rhillegas                 <arg>providerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXH.S</name>\r
+469975  rhillegas                 <text>The encryptionAlgorithm '{0}' is not in the correct format. The correct format is algorithm/feedbackMode/NoPadding.</text>\r
+469975  rhillegas                 <arg>algorithmName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXI.S</name>\r
+469975  rhillegas                 <text>The feedback mode '{0}' is not supported. Supported feedback modes are CBC, CFB, OFB and ECB.</text>\r
+469975  rhillegas                 <arg>mode</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXJ.S</name>\r
+469975  rhillegas                 <text>The application is using a version of the Java Cryptography Extension (JCE) earlier than 1.2.1.  Please upgrade to JCE 1.2.1 and try the operation again.    </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXK.S</name>\r
+469975  rhillegas                 <text>The given encryption key does not match the encryption key used when creating the database. Please ensure that you are using the correct encryption key and try again. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXL.S</name>\r
+469975  rhillegas                 <text>The verification process for the encryption key was not successful. This could have been caused by an error when accessing the appropriate file to do the verification process.  See next exception for details.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXM.S</name>\r
+469975  rhillegas                 <text>The length of the external encryption key must be an even number.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXN.S</name>\r
+469975  rhillegas                 <text>The external encryption key contains one or more illegal characters. Allowed characters for a hexadecimal number are 0-9, a-f and A-F.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXO.S</name>\r
+469975  rhillegas                 <text>Cannot encrypt the database when there is a global transaction in the prepared state.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXP.S</name>\r
+469975  rhillegas                 <text>Cannot re-encrypt the database with a new boot password or an external encryption key when there is a global transaction in the prepared state.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXQ.S</name>\r
+469975  rhillegas                 <text>Cannot configure a read-only database for encryption.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXR.S</name>\r
+469975  rhillegas                 <text>Cannot re-encrypt a read-only database with a new boot password or an external encryption key .</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXS.S</name>\r
+469975  rhillegas                 <text>Cannot configure a database for encryption, when database is in the log archive mode.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXT.S</name>\r
+469975  rhillegas                 <text>Cannot re-encrypt a database with a new boot password or an external encryption key, when database is in the log archive mode.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXU.S</name>\r
+479527    myrnavl                 <text>Encryption of an un-encrypted database failed: {0}</text>\r
+469975  rhillegas                 <arg>failureMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBCXV.S</name>\r
+479527    myrnavl                 <text>Encryption of an encrypted database with a new key or a new password failed: {0}</text>\r
+469975  rhillegas                 <arg>failureMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XBM: Monitor</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM01.D</name>\r
+469975  rhillegas                 <text>Startup failed due to an exception. See next exception for details. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM02.D</name>\r
+469975  rhillegas                 <text>Startup failed due to missing functionality for {0}. Please ensure your classpath includes the correct Derby software.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM05.D</name>\r
+469975  rhillegas                 <text>Startup failed due to missing product version information for {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM06.D</name>\r
+469975  rhillegas                 <text>Startup failed. An encrypted database cannot be accessed without the correct boot password.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM07.D</name>\r
+469975  rhillegas                 <text>Startup failed. Boot password must be at least 8 bytes long.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM08.D</name>\r
+479527    myrnavl                 <text>Could not instantiate {0} StorageFactory class {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0G.D</name>\r
+469975  rhillegas                 <text>Failed to start encryption engine. Please make sure you are running Java 2 and have downloaded an encryption provider such as jce and put it in your class path. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0H.D</name>\r
+469975  rhillegas                 <text>Directory {0} cannot be created.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0I.D</name>\r
+469975  rhillegas                 <text>Directory {0} cannot be removed.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0J.D</name>\r
+469975  rhillegas                 <text>Directory {0} already exists.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0K.D</name>\r
+469975  rhillegas                 <text>Unknown sub-protocol for database name {0}.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0L.D</name>\r
+469975  rhillegas                 <text>Specified authentication scheme class {0} does implement the authentication interface {1}.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>interfaceName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0M.D</name>\r
+469975  rhillegas                 <text>Error creating instance of authentication scheme class {0}.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0N.D</name>\r
+469975  rhillegas                 <text>JDBC Driver registration with java.sql.DriverManager failed. See next exception for details. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0P.D</name>\r
+469975  rhillegas                 <text>Service provider is read-only. Operation not permitted. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0Q.D</name>\r
+469975  rhillegas                 <text>File {0} not found. Please make sure that backup copy is the correct one and it is not corrupted.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0R.D</name>\r
+469975  rhillegas                 <text>Unable to remove File {0}.  </text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0S.D</name>\r
+469975  rhillegas                 <text>Unable to rename file '{0}' to '{1}'</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0T.D</name>\r
+469975  rhillegas                 <text>Ambiguous sub-protocol for database name {0}.   </text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0U.S</name>\r
+469975  rhillegas                 <text>No class was registered for identifier {0}.</text>\r
+469975  rhillegas                 <arg>identifierName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0V.S</name>\r
+469975  rhillegas                 <text>An exception was thrown while loading class {1} registered for identifier {0}.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>identifierName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0W.S</name>\r
+469975  rhillegas                 <text>An exception was thrown while creating an instance of class {1} registered for identifier {0}.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>identifierName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0X.D</name>\r
+469975  rhillegas                 <text>Supplied territory description '{0}' is invalid, expecting ln[_CO[_variant]]\r
+469975  rhillegas ln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+511283      mamta                 <name>XBM03.D</name>\r
+511283      mamta                 <text>Supplied value '{0}' for collation attribute is invalid, expecting UCS_BASIC or TERRITORY_BASED.</text>\r
+511283      mamta                 <arg>value</arg>\r
+511283      mamta             </msg>\r
+511283      mamta \r
+511283      mamta             <msg>\r
+469975  rhillegas                 <name>XBM0Y.D</name>\r
+469975  rhillegas                 <text>Backup database directory {0} not found. Please make sure that the specified backup path is right.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XBM0Z.D</name>\r
+469975  rhillegas                 <text>Unable to copy file '{0}' to '{1}'. Please make sure that there is enough space and permissions are correct. </text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XCL: Execution exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL01.S</name>\r
+469975  rhillegas                 <text>Result set does not return rows. Operation {0} not permitted. </text>\r
+469975  rhillegas                 <arg>operationName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL05.S</name>\r
+469975  rhillegas                 <text>Activation closed, operation {0} not permitted.</text>\r
+469975  rhillegas                 <arg>operationName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL07.S</name>\r
+469975  rhillegas                 <text>Cursor '{0}' is closed. Verify that autocommit is OFF.</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL08.S</name>\r
+469975  rhillegas                 <text>Cursor '{0}' is not on a row.</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL09.S</name>\r
+469975  rhillegas                 <text>An Activation was passed to the '{0}' method that does not match the PreparedStatement.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL10.S</name>\r
+469975  rhillegas                 <text>A PreparedStatement has been recompiled and the parameters have changed. If you are using JDBC you must prepare the statement again.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL12.S</name>\r
+469975  rhillegas                 <text>An attempt was made to put a data value of type '{0}' into a data value of type '{1}'.</text>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas                 <arg>datatypeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL13.S</name>\r
+469975  rhillegas                 <text>The parameter position '{0}' is out of range.  The number of parameters for this prepared  statement is '{1}'.</text>\r
+469975  rhillegas                 <arg>parameterPosition</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL14.S</name>\r
+469975  rhillegas                 <text>The column position '{0}' is out of range.  The number of columns for this ResultSet is '{1}'.</text>\r
+469975  rhillegas                 <arg>columnPosition</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL15.S</name>\r
+469975  rhillegas                 <text>A ClassCastException occurred when calling the compareTo() method on an object '{0}'.  The parameter to compareTo() is of class '{1}'.</text>\r
+469975  rhillegas                 <arg>object</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL16.S.0</name>\r
+469975  rhillegas                 <text>ResultSet not open. Operation '{0}' not permitted. Verify that autocommit is OFF.</text>\r
+469975  rhillegas                 <arg>operation</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL16.S.1</name>\r
+469975  rhillegas                 <text>ResultSet not open.  Verify that autocommit is OFF.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL17.S</name>\r
+469975  rhillegas                 <text>Statement not allowed in this database.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL18.S</name>\r
+469975  rhillegas                 <text>Stream of column value in result cannot be retrieved twice</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL19.S</name>\r
+469975  rhillegas                 <text>Missing row in table '{0}' for key '{1}'.</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>key</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL20.S</name>\r
+469975  rhillegas                 <text>Catalogs at version level '{0}' cannot be upgraded to version level '{1}'.</text>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL21.S</name>\r
+469975  rhillegas                 <text>You are trying to execute a Data Definition statement (CREATE, DROP, or ALTER) while preparing a different statement. This is not allowed. It can happen if you execute a Data Definition statement from within a static initializer of a Java class that is being used from within a SQL statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL22.S</name>\r
+469975  rhillegas                 <text>Parameter {0} cannot be registered as an OUT parameter because it is an IN parameter. </text>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL23.S</name>\r
+469975  rhillegas                 <text>SQL type number '{0}' is not a supported type by registerOutParameter().</text>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL24.S</name>\r
+469975  rhillegas                 <text>Parameter {0} appears to be an output parameter, but it has not been so designated by registerOutParameter().  If it is not an output parameter, then it has to be set to type {1}.</text>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL25.S</name>\r
+469975  rhillegas                 <text>Parameter {0} cannot be registered to be of type {1} because it maps to type {2} and they are incompatible.</text>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL26.S</name>\r
+469975  rhillegas                 <text>Parameter {0} is not an output parameter.</text>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL27.S</name>\r
+469975  rhillegas                 <text>Return output parameters cannot be set.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL30.S</name>\r
+469975  rhillegas                 <text>An IOException was thrown when reading a '{0}' from an InputStream.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL31.S</name>\r
+469975  rhillegas                 <text>Statement closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL33.S</name>\r
+469975  rhillegas                 <text>The table cannot be defined as a dependent of table {0} because of delete rule restrictions. (The relationship is self-referencing and a self-referencing relationship already exists with the SET NULL delete rule.) </text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL34.S</name>\r
+469975  rhillegas                 <text>The table cannot be defined as a dependent of table {0} because of delete rule restrictions. (The relationship forms a cycle of two or more tables that cause the table to be delete-connected to itself (all other delete rules in the cycle would be CASCADE)).  </text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL35.S</name>\r
+469975  rhillegas                 <text>The table cannot be defined as a dependent of table {0} because of delete rule restrictions. (The relationship causes the table to be delete-connected to the indicated table through multiple relationships and the delete rule of the existing relationship is SET NULL.).  </text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL36.S</name>\r
+469975  rhillegas                 <text>The delete rule of foreign key must be {0}. (The referential constraint is self-referencing and an existing self-referencing constraint has the indicated delete rule (NO ACTION, RESTRICT or CASCADE).)</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL37.S</name>\r
+469975  rhillegas                 <text>The delete rule of foreign key must be {0}. (The referential constraint is self-referencing and the table is dependent in a relationship with a delete rule of CASCADE.)</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL38.S</name>\r
+469975  rhillegas                 <text>the delete rule of foreign key  must be {0}. (The relationship would cause the table to be delete-connected to the same table through multiple relationships and such relationships must have the same delete rule (NO ACTION, RESTRICT or CASCADE).) </text>\r
+469975  rhillegas                 <arg>ruleName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL39.S</name>\r
+469975  rhillegas                 <text>The delete rule of foreign key cannot be CASCADE. (A self-referencing constraint exists with a delete rule of SET NULL, NO ACTION or RESTRICT.) </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL40.S</name>\r
+469975  rhillegas                 <text>The delete rule of foreign key cannot be CASCADE. (The relationship would form a cycle that would cause a table to be delete-connected to itself. One of the existing delete rules in the cycle is not CASCADE, so this relationship may be definable if the delete rule is not CASCADE.) </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL41.S</name>\r
+469975  rhillegas                 <text>the delete rule of foreign key can not be CASCADE. (The relationship would cause another table to be delete-connected to the same table through multiple paths with different delete rules or with delete rule equal to SET NULL.) </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL42.S</name>\r
+469975  rhillegas                 <text>CASCADE</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL43.S</name>\r
+469975  rhillegas                 <text>SET NULL</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL44.S</name>\r
+469975  rhillegas                 <text>RESTRICT</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL45.S</name>\r
+469975  rhillegas                 <text>NO ACTION</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL46.S</name>\r
+469975  rhillegas                 <text>SET DEFAULT</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL47.S</name>\r
+469975  rhillegas                 <text>Use of '{0}' requires database to be upgraded from version {1} to version {2} or later.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL48.S</name>\r
+469975  rhillegas                 <text> TRUNCATE TABLE is not permitted on '{0}' because unique/primary key constraints on this table are referenced by enabled foreign key constraints from other tables. </text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL49.S</name>\r
+469975  rhillegas                 <text> TRUNCATE TABLE is not permitted on '{0}' because it has an enabled DELETE trigger ({1}).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL50.S</name>\r
+469975  rhillegas                 <text>Upgrading the database from a previous version is not supported.  The database being accessed is at version level '{0}', this software is at version level '{1}'.    </text>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL51.S</name>\r
+469975  rhillegas                 <text>The requested function can not reference tables in SESSION schema.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCL52.S</name>\r
+469975  rhillegas                 <text>The statement has been cancelled or timed out.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+522789   kahatlen             <msg>\r
+522789   kahatlen                 <name>XCL53</name>\r
+522789   kahatlen                 <text>Stream is closed</text>\r
+522789   kahatlen             </msg>\r
+522789   kahatlen \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XCW: Upgrade unsupported</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCW00.D</name>\r
+469975  rhillegas                 <text>Unsupported upgrade from '{0}' to '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XCX: Internal Utility Errors</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCXA0.S</name>\r
+469975  rhillegas                 <text>Invalid identifier.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCXB0.S</name>\r
+469975  rhillegas                 <text>Invalid database classpath: '{0}'.</text>\r
+469975  rhillegas                 <arg>classpath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCXC0.S</name>\r
+469975  rhillegas                 <text>Invalid id list.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCXE0.S</name>\r
+469975  rhillegas                 <text>You are trying to do an operation that uses the territory of the database, but the database does not have a territory.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XCY: Derby Property Exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCY00.S</name>\r
+469975  rhillegas                 <text>Invalid value for property '{0}'='{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCY02.S</name>\r
+469975  rhillegas                 <text>The requested property change is not supported '{0}'='{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCY03.S</name>\r
+469975  rhillegas                 <text>Required property '{0}' has not been set.</text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCY04.S</name>\r
+469975  rhillegas                 <text>Invalid syntax for optimizer overrides. The syntax should be -- DERBY-PROPERTIES propertyName = value [, propertyName = value]*</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XCZ: org.apache.derby.database.UserUtility</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCZ00.S</name>\r
+469975  rhillegas                 <text>Unknown permission '{0}'.</text>\r
+469975  rhillegas                 <arg>permissionName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCZ01.S</name>\r
+469975  rhillegas                 <text>Unknown user '{0}'.</text>\r
+469975  rhillegas                 <arg>authorizationID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XCZ02.S</name>\r
+469975  rhillegas                 <text>Invalid parameter '{0}'='{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XD00: Dependency Manager</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XD003.S</name>\r
+469975  rhillegas                 <text>Unable to restore dependency from disk. DependableFinder = '{0}'. Further information: '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XD004.S</name>\r
+469975  rhillegas                 <text>Unable to store dependencies.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XIE: Import/Export Exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE01.S</name>\r
+469975  rhillegas                 <text>Connection was null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE03.S</name>\r
+469975  rhillegas                 <text>Data found on line {0} for column {1} after the stop delimiter.  </text>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE04.S</name>\r
+469975  rhillegas                 <text>Data file not found: {0}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE05.S</name>\r
+469975  rhillegas                 <text>Data file cannot be null. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE06.S</name>\r
+469975  rhillegas                 <text>Entity name was null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE07.S</name>\r
+469975  rhillegas                 <text>Field and record separators cannot be substrings of each other. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE08.S</name>\r
+469975  rhillegas                 <text>There is no column named: {0}.  </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE09.S</name>\r
+469975  rhillegas                 <text>The total number of columns in the row is: {0}.  </text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0B.S</name>\r
+469975  rhillegas                 <text>Column '{0}' in the table is of type {1}, it is not supported by the import/export feature.   </text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas                 <arg>type</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0D.S</name>\r
+469975  rhillegas                 <text>Cannot find the record separator on line {0}.</text>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0E.S</name>\r
+469975  rhillegas                 <text>Read endOfFile at unexpected place on line {0}.</text>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0I.S</name>\r
+469975  rhillegas                 <text>An IOException occurred while writing data to the file.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0J.S</name>\r
+469975  rhillegas                 <text>A delimiter is not valid or is used more than once.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0K.S</name>\r
+469975  rhillegas                 <text>The period was specified as a character string delimiter.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XIE0M.S</name>\r
+469975  rhillegas                 <text>Table '{0}' does not exist.  </text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+516145    suresht             <msg>\r
+516145    suresht                 <name>XIE0N.S</name>\r
+516145    suresht                 <text>An invalid hexadecimal string '{0}' detected in the import file.</text>\r
+516145    suresht                 <arg>hexString</arg>\r
+516145    suresht             </msg>\r
+516145    suresht \r
+527319    suresht             <msg>\r
+527319    suresht                 <name>XIE0P.S</name>\r
+527319    suresht                 <text>Lob data file {0} referenced in the import file not found.</text>\r
+527319    suresht                 <arg>fileName</arg>\r
+527319    suresht             </msg>\r
+527319    suresht \r
+527319    suresht             <msg>\r
+527319    suresht                 <name>XIE0Q.S</name>\r
+527319    suresht                 <text>Lob data file name cannot be null. </text>\r
+527319    suresht             </msg>\r
+527319    suresht \r
+528492  rhillegas             <msg>\r
+528492  rhillegas                 <name>XIE0R.S</name>\r
+528492  rhillegas                 <text>Import error on line {0} of file {1}: {2} </text>\r
+528492  rhillegas                 <arg>lineNumber</arg>\r
+528492  rhillegas                 <arg>fileName</arg>\r
+528492  rhillegas                 <arg>details</arg>\r
+528492  rhillegas             </msg>\r
+527319    suresht \r
+561638   kmarsden          <msg>\r
+561638   kmarsden                 <name>XIE0S.S</name>\r
+561638   kmarsden              <text>The export operation was not performed, because the specified output file ({0}) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation.</text>\r
+561638   kmarsden                 <arg>fileName</arg>\r
+561638   kmarsden             </msg>\r
+528492  rhillegas \r
+561638   kmarsden          <msg>\r
+561638   kmarsden                 <name>XIE0T.S</name>\r
+561638   kmarsden              <text>The export operation was not performed, because the specified large object auxiliary file ({0}) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the large object auxiliary file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation.</text> \r
+561638   kmarsden                 <arg>fileName</arg>\r
+561638   kmarsden             </msg>\r
+561638   kmarsden \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XJ: Connectivity Errors</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ004.C</name>\r
+469975  rhillegas                 <text>Database '{0}' not found.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ008.S</name>\r
+469975  rhillegas                 <text>Cannot rollback or release a savepoint when in auto-commit mode.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ009.S</name>\r
+469975  rhillegas                 <text>Use of CallableStatement required for stored procedure call or use of output parameters: {0}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ010.S</name>\r
+469975  rhillegas                 <text>Cannot issue savepoint when autoCommit is on.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ011.S</name>\r
+469975  rhillegas                 <text>Cannot pass null for savepoint name.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ012.S</name>\r
+469975  rhillegas                 <text>'{0}' already closed.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ013.S</name>\r
+469975  rhillegas                 <text>No ID for named savepoints.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ014.S</name>\r
+469975  rhillegas                 <text>No name for un-named savepoints.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ015.M</name>\r
+469975  rhillegas                 <text>Derby system shutdown.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ016.S</name>\r
+469975  rhillegas                 <text>Method '{0}' not allowed on prepared statement.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ017.S</name>\r
+469975  rhillegas                 <text>No savepoint command allowed inside the trigger code.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ018.S</name>\r
+469975  rhillegas                 <text>Column name cannot be null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ020.S</name>\r
+469975  rhillegas                 <text>Object type not convertible to TYPE '{0}', invalid java.sql.Types value, or object was null.</text>\r
+469975  rhillegas                 <arg>typeName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ021.S</name>\r
+469975  rhillegas                 <text>Type is not supported.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ022.S</name>\r
+469975  rhillegas                 <text>Unable to set stream: '{0}'.</text>\r
+469975  rhillegas                 <arg>name</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ023.S</name>\r
+469975  rhillegas                 <text>Input stream did not have exact amount of data as the requested length.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ025.S</name>\r
+469975  rhillegas                 <text>Input stream cannot have negative length.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ028.C</name>\r
+469975  rhillegas                 <text>The URL '{0}' is not properly formed.</text>\r
+469975  rhillegas                 <arg>urlValue</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ030.S</name>\r
+469975  rhillegas                 <text>Cannot set AUTOCOMMIT ON when in a nested connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ040.C</name>\r
+469975  rhillegas                 <text>Failed to start database '{0}', see the next exception for details.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ041.C</name>\r
+469975  rhillegas                 <text>Failed to create database '{0}', see the next exception for details.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ042.S</name>\r
+469975  rhillegas                 <text>'{0}' is not a valid value for property '{1}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ044.S</name>\r
+469975  rhillegas                 <text>'{0}' is an invalid scale.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ045.S</name>\r
+538036   kmarsden                 <text>Invalid or (currently) unsupported isolation level, '{0}', passed to Connection.setTransactionIsolation(). The currently supported values are java.sql.Connection.TRANSACTION_SERIALIZABLE, java.sql.Connection.TRANSACTION_REPEATABLE_READ, java.sql.Connection.TRANSACTION_READ_COMMITTED, and java.sql.Connection.TRANSACTION_READ_UNCOMMITTED.</text>\r
+469975  rhillegas                 <arg>levelName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ049.C</name>\r
+469975  rhillegas                 <text>Conflicting create attributes specified.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ04B.S</name>\r
+469975  rhillegas                 <text>Batch cannot contain a command that attempts to return a result set.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ04C.S</name>\r
+469975  rhillegas                 <text>CallableStatement batch cannot contain output parameters.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ056.S</name>\r
+469975  rhillegas                 <text>Cannot set AUTOCOMMIT ON when in an XA connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ057.S</name>\r
+469975  rhillegas                 <text>Cannot commit a global transaction using the Connection, commit processing must go thru XAResource interface.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ058.S</name>\r
+469975  rhillegas                 <text>Cannot rollback a global transaction using the Connection, commit processing must go thru XAResource interface.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ059.S</name>\r
+469975  rhillegas                 <text>Cannot close a connection while a global transaction is still active.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ05B.C</name>\r
+469975  rhillegas                 <text>JDBC attribute '{0}' has an invalid value '{1}', valid values are '{2}'.</text>\r
+469975  rhillegas                 <arg>attributeName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ05C.S</name>\r
+469975  rhillegas                 <text>Cannot set holdability ResultSet.HOLD_CURSORS_OVER_COMMIT for a global transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ061.S</name>\r
+469975  rhillegas                 <text>The '{0}' method is only allowed on scroll cursors.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ062.S</name>\r
+469975  rhillegas                 <text>Invalid parameter value '{0}' for ResultSet.setFetchSize(int rows).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ063.S</name>\r
+469975  rhillegas                 <text>Invalid parameter value '{0}' for Statement.setMaxRows(int maxRows).  Parameter value must be &gt;= 0.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ064.S</name>\r
+469975  rhillegas                 <text>Invalid parameter value '{0}' for setFetchDirection(int direction).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ065.S</name>\r
+469975  rhillegas                 <text>Invalid parameter value '{0}' for Statement.setFetchSize(int rows).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ066.S</name>\r
+469975  rhillegas                 <text>Invalid parameter value '{0}' for Statement.setMaxFieldSize(int max).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ067.S</name>\r
+469975  rhillegas                 <text>SQL text pointer is null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ068.S</name>\r
+469975  rhillegas                 <text>Only executeBatch and clearBatch allowed in the middle of a batch.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ069.S</name>\r
+469975  rhillegas                 <text>No SetXXX methods allowed in case of USING execute statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ070.S</name>\r
+469975  rhillegas                 <text>Negative or zero position argument '{0}' passed in a Blob or Clob method.</text>\r
+469975  rhillegas                 <arg>argument</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ071.S</name>\r
+469975  rhillegas                 <text>Negative length argument '{0}' passed in a BLOB or CLOB method.</text>\r
+469975  rhillegas                 <arg>argument</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ072.S</name>\r
+469975  rhillegas                 <text>Null pattern or searchStr passed in to a BLOB or CLOB position method.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ073.S</name>\r
+469975  rhillegas                 <text>The data in this BLOB or CLOB is no longer available.  The BLOB/CLOB's transaction may be committed, or its connection is closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ074.S</name>\r
+469975  rhillegas                 <text>Invalid parameter value '{0}' for Statement.setQueryTimeout(int seconds).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ076.S</name>\r
+469975  rhillegas                 <text>The position argument '{0}' exceeds the size of the BLOB/CLOB.</text>\r
+469975  rhillegas                 <arg>positionArgument</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ077.S</name>\r
+469975  rhillegas                 <text>Got an exception when trying to read the first byte/character of the BLOB/CLOB pattern using getBytes/getSubString.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ078.S</name>\r
+469975  rhillegas                 <text>Offset '{0}' is either less than zero or is too large for the current BLOB/CLOB.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ079.S</name>\r
+469975  rhillegas                 <text>The length specified '{0}' exceeds the size of the BLOB/BLOB.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ080.S</name>\r
+469975  rhillegas                 <text>USING execute statement passed {0} parameters rather than {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ081.C</name>\r
+469975  rhillegas                 <text>Conflicting create/restore/recovery attributes specified.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ081.S</name>\r
+469975  rhillegas                 <text>Invalid value '{0}' passed as parameter '{1}' to method '{2}'</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>parameterName</arg>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ085.S</name>\r
+469975  rhillegas                 <text>Stream has already been read and end-of-file reached and cannot be re-used.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ086.S</name>\r
+469975  rhillegas                 <text>This method cannot be invoked while the cursor is not on the insert row or if the concurrency of this ResultSet object is CONCUR_READ_ONLY.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+528546   kahatlen                 <name>XJ087.S</name>\r
+528546   kahatlen                 <text>Sum of position('{0}') and length('{1}') is greater than the size of the LOB.</text>\r
+528546   kahatlen                 <arg>pos</arg>\r
+528546   kahatlen                 <arg>length</arg>\r
+528546   kahatlen             </msg>\r
+528546   kahatlen \r
+528546   kahatlen             <msg>\r
+469975  rhillegas                 <name>XJ088.S</name>\r
+469975  rhillegas                 <text>Invalid operation: wasNull() called with no data retrieved.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ090.S</name>\r
+469975  rhillegas                 <text>Invalid parameter: calendar is null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ091.S</name>\r
+469975  rhillegas                 <text>Invalid argument: parameter index {0} is not an OUT or INOUT parameter.</text>\r
+469975  rhillegas                 <arg>indexNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ093.S</name>\r
+469975  rhillegas                 <text>Length of BLOB/CLOB, {0}, is too large.  The length cannot exceed {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ094.S</name>\r
+469975  rhillegas                 <text>This object is already closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ095.S</name>\r
+469975  rhillegas                 <text>An attempt to execute a privileged action failed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ096.S</name>\r
+469975  rhillegas                 <text>A resource bundle could not be found in the {0} package for {1}</text>\r
+469975  rhillegas                 <arg>packageName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ097.S</name>\r
+469975  rhillegas                 <text>Cannot rollback or release a savepoint that was not created by this connection.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ098.S</name>\r
+469975  rhillegas                 <text>The auto-generated keys value {0} is invalid</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ099.S</name>\r
+469975  rhillegas                 <text>The Reader/Stream object does not contain length characters</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ100.S</name>\r
+479527    myrnavl                 <text>The scale supplied by the registerOutParameter method does not match with the setter method. Possible loss of precision!</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ102.S</name>\r
+469975  rhillegas                 <text>Can not perform an insert at the current position.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ103.S</name>\r
+469975  rhillegas                 <text>Table name can not be null</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ104.S</name>\r
+469975  rhillegas                 <text>Shared key length is invalid: {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ105.S</name>\r
+469975  rhillegas                 <text>DES key has the wrong length, expected length {0}, got length {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ106.S</name>\r
+469975  rhillegas                 <text>No such padding </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ107.S</name>\r
+469975  rhillegas                 <text>Bad Padding</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ108.S</name>\r
+469975  rhillegas                 <text>Illegal Block Size</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ110.S</name>\r
+469975  rhillegas                 <text>Primary table name can not be null</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ111.S</name>\r
+469975  rhillegas                 <text>Foreign table name can not be null</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ112.S</name>\r
+469975  rhillegas                 <text>Security exception encountered, see next exception for details.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ113.S</name>\r
+469975  rhillegas                 <text>Unable to open file {0} : {1}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>error</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ114.S</name>\r
+469975  rhillegas                 <text>Invalid cursor name '{0}'</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ115.S</name>\r
+469975  rhillegas                 <text>Unable to open resultSet with requested holdability {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ116.S</name>\r
+469975  rhillegas                 <text>No more than {0} commands may be added to a single batch.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ117.S</name>\r
+469975  rhillegas                 <text>Batching of queries not allowed by J2EE compliance.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ118.S</name>\r
+469975  rhillegas                 <text>Query batch requested on a non-query statement.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ121.S</name>\r
+469975  rhillegas                 <text>Invalid operation at current cursor position.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ122.S</name>\r
+469975  rhillegas                 <text>No updateXXX methods were called on this row.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ123.S</name>\r
+469975  rhillegas                 <text>This method must be called to update values in the current row or the insert row.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ124.S</name>\r
+469975  rhillegas                 <text>Column not updatable.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ125.S</name>\r
+469975  rhillegas                 <text>This method should only be called on ResultSet objects that are scrollable (type TYPE_SCROLL_INSENSITIVE).</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ126.S</name>\r
+469975  rhillegas                 <text>This method should not be called on sensitive dynamic cursors.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ128.S</name>\r
+469975  rhillegas                 <text>Unable to unwrap for '{0}'</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ200.S</name>\r
+469975  rhillegas                 <text>Exceeded maximum number of sections {0}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ202.S</name>\r
+469975  rhillegas                 <text>Invalid cursor name '{0}'.</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ203.S</name>\r
+469975  rhillegas                 <text>Cursor name '{0}' is already in use</text>\r
+469975  rhillegas                 <arg>cursorName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ204.S</name>\r
+469975  rhillegas                 <text>Unable to open result set with requested holdability {0}.</text>\r
+469975  rhillegas                 <arg>holdValue</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ206.S</name>\r
+469975  rhillegas                 <text>SQL text '{0}' has no tokens.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ207.S</name>\r
+469975  rhillegas                 <text>executeQuery method can not be used for update.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ208.S</name>\r
+469975  rhillegas                 <text>Non-atomic batch failure.  The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ209.S</name>\r
+469975  rhillegas                 <text>The required stored procedure is not installed on the server.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ210.S</name>\r
+469975  rhillegas                 <text>The load module name for the stored procedure on the server is not found.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ211.S</name>\r
+469975  rhillegas                 <text>Non-recoverable chain-breaking exception occurred during batch processing. The batch is terminated non-atomically.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ212.S</name>\r
+469975  rhillegas                 <text>Invalid attribute syntax: {0}</text>\r
+469975  rhillegas                 <arg>attributeSyntax</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ213.C</name>\r
+469975  rhillegas                 <text>The traceLevel connection property does not have a valid format for a number.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ214.S</name>\r
+469975  rhillegas                 <text>An IO Error occurred when calling free() on a CLOB or BLOB.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ215.S</name>\r
+545910   kahatlen                 <text>You cannot invoke other java.sql.Clob/java.sql.Blob methods after calling the free() method or after the Blob/Clob's transaction has been committed or rolled back.</text>\r
+469975  rhillegas             </msg>\r
+487788       tmnk          \r
+487788       tmnk          <msg>\r
+487788       tmnk                 <name>XJ216.S</name>\r
+487788       tmnk                 <text>The length of this BLOB/CLOB is not available yet. When a BLOB or CLOB is accessed as a stream, the length is not available until the entire stream has been processed.</text>\r
+487788       tmnk             </msg>\r
+515139   kahatlen             <msg>\r
+515139   kahatlen                 <name>XJ217.S</name>\r
+515139   kahatlen                 <text>The locator that was supplied for this CLOB/BLOB is invalid</text>\r
+515139   kahatlen             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+522515  rhillegas         <family>\r
+522515  rhillegas             <title>Class XK: Security Exceptions</title>\r
+469975  rhillegas \r
+522515  rhillegas             <msg>\r
+522515  rhillegas                 <name>XK000.S</name>\r
+522515  rhillegas                 <text>The security policy could not be reloaded: {0}</text>\r
+522515  rhillegas                 <arg>reason</arg>\r
+522515  rhillegas             </msg>\r
+522515  rhillegas \r
+522515  rhillegas         </family>\r
+522515  rhillegas \r
+522515  rhillegas \r
+522515  rhillegas  \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XN: Network Client Exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN001.S</name>\r
+469975  rhillegas                 <text>Connection reset is not allowed when inside a unit of work.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN008.S</name>\r
+469975  rhillegas                 <text>Query processing has been terminated due to an error on the server.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN009.S</name>\r
+469975  rhillegas                 <text>Error obtaining length of BLOB/CLOB object, exception follows.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN010.S</name>\r
+469975  rhillegas                 <text>Procedure name can not be null.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN011.S</name>\r
+469975  rhillegas                 <text>Procedure name length {0} is not within the valid range of 1 to {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN012.S</name>\r
+469975  rhillegas                 <text>On {0} platforms, XA supports version {1} and above, this is version {2}</text>\r
+469975  rhillegas                 <arg>operatingSystemName</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN013.S</name>\r
+469975  rhillegas                 <text>Invalid scroll orientation.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN014.S</name>\r
+469975  rhillegas                 <text>Network protocol error: encountered an IOException, parameter #{0}.  Remaining data has been padded with 0x0. Message: {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>messageText</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN015.S</name>\r
+469975  rhillegas                 <text>Network protocol error: the specified size of the InputStream, parameter #{0}, is less than the actual InputStream length.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN016.S</name>\r
+469975  rhillegas                 <text>Network protocol error: encountered error in stream length verification, parameter #{0}.  Message: {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>messageText</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN017.S</name>\r
+469975  rhillegas                 <text>Network protocol error: end of stream prematurely reached, parameter #{0}.  Remaining data has been padded with 0x0.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN018.S</name>\r
+469975  rhillegas                 <text>Network protocol error: the specified size of the Reader, parameter #{0}, is less than the actual InputStream length.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN019.S</name>\r
+469975  rhillegas                 <text>Error executing a {0}, server returned {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSAI: Store - access.protocol.interface</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAI2.S</name>\r
+469975  rhillegas                 <text>The conglomerate ({0}) requested does not exist.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAI3.S</name>\r
+469975  rhillegas                 <text>Feature not implemented.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSAM: Store - AccessManager</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAM0.S</name>\r
+469975  rhillegas                 <text>Exception encountered while trying to boot module for '{0}'.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAM2.S</name>\r
+469975  rhillegas                 <text>There is no index or conglomerate with conglom id '{0}' to drop.</text>\r
+469975  rhillegas                 <arg>conglomID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAM3.S</name>\r
+469975  rhillegas                 <text>There is no index or conglomerate with conglom id '{0}'.</text>\r
+469975  rhillegas                 <arg>conglomID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAM4.S</name>\r
+469975  rhillegas                 <text>There is no sort called '{0}'.</text>\r
+469975  rhillegas                 <arg>sortName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAM5.S</name>\r
+469975  rhillegas                 <text>Scan must be opened and positioned by calling next() before making other calls.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAM6.S</name>\r
+469975  rhillegas                 <text>Record {2} on page {1} in container {0} not found.</text>\r
+469975  rhillegas                 <arg>recordNumber</arg>\r
+469975  rhillegas                 <arg>pageNumber</arg>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSAS: Store - Sort</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAS0.S</name>\r
+469975  rhillegas                 <text>A scan controller interface method was called which is not appropriate for a scan on a sort.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAS1.S</name>\r
+469975  rhillegas                 <text>An attempt was made to fetch a row before the beginning of a sort or after the end of a sort.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAS3.S</name>\r
+469975  rhillegas                 <text>The type of a row inserted into a sort does not match the sort's template.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAS6.S</name>\r
+469975  rhillegas                 <text>Could not acquire resources for sort.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSAX: Store - access.protocol.XA statement</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAX0.S</name>\r
+469975  rhillegas                 <text>XA protocol violation.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAX1.S</name>\r
+469975  rhillegas                 <text>An attempt was made to start a global transaction with an Xid of an existing global transaction.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSCB: Store - BTree</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB0.S</name>\r
+469975  rhillegas                 <text>Could not create container.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB1.S</name>\r
+469975  rhillegas                 <text>Container {0} not found.</text>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB2.S</name>\r
+469975  rhillegas                 <text>The required property {0} not found in the property list given to createConglomerate() for a btree secondary index.</text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB3.S</name>\r
+469975  rhillegas                 <text>Unimplemented feature.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB4.S</name>\r
+479527    myrnavl                 <text>A method on a btree open scan has been called prior to positioning the scan on the first row (i.e. no next() call has been made yet).  The current state of the scan is ({0}).</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB5.S</name>\r
+469975  rhillegas                 <text>During logical undo of a btree insert or delete the row could not be found in the tree.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB6.S</name>\r
+469975  rhillegas                 <text>Limitation: Record of a btree secondary index cannot be updated or inserted due to lack of space on the page.  Use the parameters derby.storage.pageSize and/or derby.storage.pageReservedSpace to work around this limitation.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB7.S</name>\r
+469975  rhillegas                 <text>An internal error was encountered during a btree scan - current_rh is null = {0}, position key is null = {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB8.S</name>\r
+469975  rhillegas                 <text>The btree conglomerate {0} is closed.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCB9.S</name>\r
+469975  rhillegas                 <text>Reserved for testing.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSCG0: Conglomerate</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCG0.S</name>\r
+469975  rhillegas                 <text>Could not create a template.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSCH: Heap</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH0.S</name>\r
+469975  rhillegas                 <text>Could not create container.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH1.S</name>\r
+469975  rhillegas                 <text>Container {0} not found.</text>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH4.S</name>\r
+469975  rhillegas                 <text>Conglomerate could not be created.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH5.S</name>\r
+469975  rhillegas                 <text>In a base table there was a mismatch between the requested column number {0} and the maximum number of columns {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH6.S</name>\r
+469975  rhillegas                 <text>The heap container with container id {0} is closed.</text>\r
+469975  rhillegas                 <arg>containerID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH7.S</name>\r
+469975  rhillegas                 <text>The scan is not positioned.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSCH8.S</name>\r
+469975  rhillegas                 <text>The feature is not implemented.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSDA: RawStore - Data.Generic statement</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA1.S</name>\r
+469975  rhillegas                 <text>An attempt was made to access an out of range slot on a page</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA2.S</name>\r
+469975  rhillegas                 <text>An attempt was made to update a deleted record</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA3.S</name>\r
+469975  rhillegas                 <text>Limitation: Record cannot be updated or inserted due to lack of space on the page. Use the parameters derby.storage.pageSize and/or derby.storage.pageReservedSpace to work around this limitation.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA4.S</name>\r
+469975  rhillegas                 <text>An unexpected exception was thrown</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA5.S</name>\r
+469975  rhillegas                 <text>An attempt was made to undelete a record that is not deleted</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA6.S</name>\r
+469975  rhillegas                 <text>Column {0} of row is null, it needs to be set to point to an object.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA7.S</name>\r
+469975  rhillegas                 <text>Restore of a serializable or SQLData object of class {0}, attempted to read more data than was originally stored</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA8.S</name>\r
+469975  rhillegas                 <text>Exception during restore of a serializable or SQLData object of class {0}</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDA9.S</name>\r
+469975  rhillegas                 <text>Class not found during restore of a serializable or SQLData object of class {0}</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAA.S</name>\r
+469975  rhillegas                 <text>Illegal time stamp {0}, either time stamp is from a different page or of incompatible implementation</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAB.S</name>\r
+469975  rhillegas                 <text>cannot set a null time stamp</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAC.S</name>\r
+469975  rhillegas                 <text>Attempt to move either rows or pages from one container to another.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAD.S</name>\r
+469975  rhillegas                 <text>Attempt to move zero rows from one page to another.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAE.S</name>\r
+469975  rhillegas                 <text>Can only make a record handle for special record handle id.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAF.S</name>\r
+469975  rhillegas                 <text>Using special record handle as if it were a normal record handle.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAG.S</name>\r
+469975  rhillegas                 <text>The allocation nested top transaction cannot open the container.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAI.S</name>\r
+469975  rhillegas                 <text>Page {0} being removed is already locked for deallocation.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAJ.S</name>\r
+469975  rhillegas                 <text>Exception during write of a serializable or SQLData object</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAK.S</name>\r
+469975  rhillegas                 <text>Wrong page is gotten for record handle {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAL.S</name>\r
+469975  rhillegas                 <text>Record handle {0} unexpectedly points to overflow page.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAM.S</name>\r
+469975  rhillegas                 <text>Exception during restore of a SQLData object of class {0}. The specified class cannot be instantiated.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDAN.S</name>\r
+469975  rhillegas                 <text>Exception during restore of a SQLData object of class {0}. The specified class encountered an illegal access exception.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSDB: RawStore - Data.Generic transaction</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB0.D</name>\r
+469975  rhillegas                 <text>Unexpected exception on in-memory page {0}</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB1.D</name>\r
+469975  rhillegas                 <text>Unknown page format at page {0}</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB2.D</name>\r
+469975  rhillegas                 <text>Unknown container format at container {0} : {1}</text>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB3.D</name>\r
+469975  rhillegas                 <text>Container information cannot change once written: was {0}, now {1}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB4.D</name>\r
+469975  rhillegas                 <text>Page {0} is at version {1}, the log file contains change version {2}, either there are log records of this page missing, or this page did not get written out to disk properly.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB5.D</name>\r
+469975  rhillegas                 <text>Log has change record on page {0}, which is beyond the end of the container.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB6.D</name>\r
+469975  rhillegas                 <text>Another instance of Derby may have already booted the database {0}.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB7.D</name>\r
+469975  rhillegas                 <text>WARNING: Derby (instance {0}) is attempting to boot the database {1} even though Derby (instance {2}) may still be active.  Only one instance of Derby should boot a database at a time. Severe and non-recoverable corruption can result and may have already occurred.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB8.D</name>\r
+469975  rhillegas                 <text>WARNING: Derby (instance {0}) is attempting to boot the database {1} even though Derby (instance {2}) may still be active.  Only one instance of Derby should boot a database at a time. Severe and non-recoverable corruption can result if 2 instances of Derby boot on the same database at the same time.  The db2j.database.forceDatabaseLock=true property has been set, so the database will not boot until the db.lck is no longer present.  Normally this file is removed when the first instance of Derby to boot on the database exits, but it may be left behind in some shutdowns.  It will be necessary to remove the file by hand in that case.  It is important to verify that no other VM is accessing the database before deleting the db.lck file by hand.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDB9.D</name>\r
+469975  rhillegas                 <text>Stream container {0} is corrupt.</text>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDBA.D</name>\r
+469975  rhillegas                 <text>Attempt to allocate object {0} failed.</text>\r
+469975  rhillegas                 <arg>object</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSDF: RawStore - Data.Filesystem statement</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF0.S</name>\r
+469975  rhillegas                 <text>Could not create file {0} as it already exists.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF1.S</name>\r
+469975  rhillegas                 <text>Exception during creation of file {0} for container</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF2.S</name>\r
+479527    myrnavl                 <text>Exception during creation of file {0} for container, file could not be removed.  The exception was: {1}.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF3.S</name>\r
+469975  rhillegas                 <text>Cannot create segment {0}.</text>\r
+469975  rhillegas                 <arg>segmentName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF4.S</name>\r
+469975  rhillegas                 <text>Exception during remove of file {0} for dropped container, file could not be removed {1}.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF6.S</name>\r
+469975  rhillegas                 <text>Cannot find the allocation page {0}.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF7.S</name>\r
+469975  rhillegas                 <text>Newly created page failed to be latched {0}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDF8.S</name>\r
+469975  rhillegas                 <text>Cannot find page {0} to reuse.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDFB.S</name>\r
+469975  rhillegas                 <text>Operation not supported by a read only database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDFD.S</name>\r
+469975  rhillegas                 <text>Different page image read on 2 I/Os on Page {0}, first image has incorrect checksum, second image has correct checksum. Page images follows: {1} {2}</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDFF.S</name>\r
+469975  rhillegas                 <text>The requested operation failed due to an unexpected exception.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDFH.S</name>\r
+469975  rhillegas                 <text>Cannot backup the database, got an I/O Exception while writing to the backup container file {0}.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDFI.S</name>\r
+469975  rhillegas                 <text>Error encountered while trying to write data to disk during database recovery.  Check that the database disk is not full. If it is then delete unnecessary files, and retry connecting to the database.  It is also possible that the file system is read only, or the disk has failed, or some other problem with the media.  System encountered error while processing page {0}.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSDG: RawStore - Data.Filesystem database</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG0.D</name>\r
+469975  rhillegas                 <text>Page {0} could not be read from disk.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG1.D</name>\r
+469975  rhillegas                 <text>Page {0} could not be written to disk, please check if disk is full.</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG2.D</name>\r
+469975  rhillegas                 <text>Invalid checksum on Page {0}, expected={1}, on-disk version={2}, page dump follows: {3}</text>\r
+469975  rhillegas                 <arg>page</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG3.D</name>\r
+469975  rhillegas                 <text>Meta-data for Container {0} could not be accessed</text>\r
+469975  rhillegas                 <arg>containerName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG5.D</name>\r
+469975  rhillegas                 <text>Database is not in create mode when createFinished is called.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG6.D</name>\r
+469975  rhillegas                 <text>Data segment directory not found in {0} backup during restore. Please make sure that backup copy is the right one and it is not corrupted.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG7.D</name>\r
+469975  rhillegas                 <text>Directory {0} could not be removed during restore. Please make sure that permissions are correct.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSDG8.D</name>\r
+469975  rhillegas                 <text>Unable to copy directory '{0}' to '{1}' during restore. Please make sure that there is enough space and permissions are correct. </text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSLA: RawStore - Log.Generic database exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA0.D</name>\r
+469975  rhillegas                 <text>Cannot flush the log file to disk {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA1.D</name>\r
+469975  rhillegas                 <text>Log Record has been sent to the stream, but it cannot be applied to the store (Object {0}).  This may cause recovery problems also.</text>\r
+469975  rhillegas                 <arg>object</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA2.D</name>\r
+469975  rhillegas                 <text>System will shutdown, got I/O Exception while accessing log file.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA3.D</name>\r
+469975  rhillegas                 <text>Log Corrupted, has invalid data in the log stream.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA4.D</name>\r
+469975  rhillegas                 <text>Cannot write to the log, most likely the log is full.  Please delete unnecessary files.  It is also possible that the file system is read only, or the disk has failed, or some other problems with the media.  </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA5.D</name>\r
+469975  rhillegas                 <text>Cannot read log stream for some reason to rollback transaction {0}.</text>\r
+469975  rhillegas                 <arg>transactionID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA6.D</name>\r
+469975  rhillegas                 <text>Cannot recover the database.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA7.D</name>\r
+469975  rhillegas                 <text>Cannot redo operation {0} in the log.</text>\r
+469975  rhillegas                 <arg>operation</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLA8.D</name>\r
+469975  rhillegas                 <text>Cannot rollback transaction {0}, trying to compensate {1} operation with {2}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAA.D</name>\r
+469975  rhillegas                 <text>The store has been marked for shutdown by an earlier exception.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAB.D</name>\r
+469975  rhillegas                 <text>Cannot find log file {0}, please make sure your logDevice property is properly set with the correct path separator for your platform.</text>\r
+469975  rhillegas                 <arg>logfileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAC.D</name>\r
+469975  rhillegas                 <text>Database at {0} have incompatible format with the current version of software, it may have been created by or upgraded by a later version.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAD.D</name>\r
+469975  rhillegas                 <text>log Record at instant {2} in log file {3} corrupted. Expected log record length {0}, real length {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>logfileName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAE.D</name>\r
+469975  rhillegas                 <text>Control file at {0} cannot be written or updated.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAF.D</name>\r
+469975  rhillegas                 <text>A Read Only database was created with dirty data buffers.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAH.D</name>\r
+469975  rhillegas                 <text>A Read Only database is being updated.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAI.D</name>\r
+469975  rhillegas                 <text>Cannot log the checkpoint log record</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAJ.D</name>\r
+469975  rhillegas                 <text>The logging system has been marked to shut down due to an earlier problem and will not allow any more operations until the system shuts down and restarts.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAK.D</name>\r
+469975  rhillegas                 <text>Database has exceeded largest log file number {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAL.D</name>\r
+479527    myrnavl                 <text>log record size {2} exceeded the maximum allowable log file size {3}. Error encountered in log file {0}, position {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>logfileName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAM.D</name>\r
+469975  rhillegas                 <text>Cannot verify database format at {1} due to IOException.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAN.D</name>\r
+469975  rhillegas                 <text>Database at {0} has an incompatible format with the current version of the software.  The database was created by or upgraded by version {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAO.D</name>\r
+469975  rhillegas                 <text>Recovery failed unexpected problem {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAP.D</name>\r
+469975  rhillegas                 <text>Database at {0} is at version {1}. Beta databases cannot be upgraded,</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>versionNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAQ.D</name>\r
+469975  rhillegas                 <text>cannot create log file at directory {0}.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAR.D</name>\r
+469975  rhillegas                 <text>Unable to copy log file '{0}' to '{1}' during restore. Please make sure that there is enough space and permissions are correct. </text>\r
+469975  rhillegas                 <arg>logfileName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAS.D</name>\r
+469975  rhillegas                 <text>Log directory {0} not found in backup during restore. Please make sure that backup copy is the correct one and it is not corrupted.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLAT.D</name>\r
+469975  rhillegas                 <text>The log directory '{0}' exists. The directory might belong to another database. Check that the location specified for the logDevice attribute is correct.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSLB: RawStore - Log.Generic statement exceptions</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB1.S</name>\r
+469975  rhillegas                 <text>Log operation {0} encounters error writing itself out to the log stream, this could be caused by an errant log operation or internal log buffer full due to excessively large log operation.</text>\r
+469975  rhillegas                 <arg>logOperation</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB2.S</name>\r
+469975  rhillegas                 <text>Log operation {0} logging excessive data, it filled up the internal log buffer.</text>\r
+469975  rhillegas                 <arg>logOperation</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB4.S</name>\r
+469975  rhillegas                 <text>Cannot find truncationLWM {0}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB5.S</name>\r
+469975  rhillegas                 <text>Illegal truncationLWM instant {1} for truncation point {0}. Legal range is from {2} to {3}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB6.S</name>\r
+469975  rhillegas                 <text>Trying to log a 0 or -ve length log Record.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB8.S</name>\r
+469975  rhillegas                 <text>Trying to reset a scan to {0}, beyond its limit of {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSLB9.S</name>\r
+469975  rhillegas                 <text>Cannot issue any more change, log factory has been stopped.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSRS: RawStore - protocol.Interface statement</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS0.S</name>\r
+469975  rhillegas                 <text>Cannot freeze the database after it is already frozen.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS1.S</name>\r
+469975  rhillegas                 <text>Cannot backup the database to {0}, which is not a directory.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS4.S</name>\r
+469975  rhillegas                 <text>Error renaming file (during backup) from {0} to {1}.</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS5.S</name>\r
+469975  rhillegas                 <text>Error copying file (during backup) from {0} to {1}.</text>\r
+469975  rhillegas                 <arg>path</arg>\r
+469975  rhillegas                 <arg>path</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS6.S</name>\r
+469975  rhillegas                 <text>Cannot create backup directory {0}.</text>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS7.S</name>\r
+469975  rhillegas                 <text>Backup caught unexpected exception.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS8.S</name>\r
+469975  rhillegas                 <text>Log Device can only be set during database creation time, it cannot be changed on the fly.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRS9.S</name>\r
+469975  rhillegas                 <text>Record {0} no longer exists</text>\r
+469975  rhillegas                 <arg>recordName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRSA.S</name>\r
+469975  rhillegas                 <text>Cannot backup the database when unlogged operations are uncommitted. Please commit the transactions with backup blocking operations. </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRSB.S</name>\r
+469975  rhillegas                 <text>Backup cannot be performed in a transaction with uncommitted unlogged operations.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSRSC.S</name>\r
+469975  rhillegas                 <text>Cannot backup the database to {0}, it is a database directory.</text>\r
+469975  rhillegas                 <arg>directoryLocation</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSTA2: XACT_TRANSACTION_ACTIVE</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSTA2.S</name>\r
+469975  rhillegas                 <text>A transaction was already active, when attempt was made to make another transaction active.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XSTB: RawStore - Transactions.Basic system</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSTB0.M</name>\r
+469975  rhillegas                 <text>An exception was thrown during transaction abort.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSTB2.M</name>\r
+469975  rhillegas                 <text>Cannot log transaction changes, maybe trying to write to a read only database.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSTB3.M</name>\r
+469975  rhillegas                 <text>Cannot abort transaction because the log manager is null, probably due to an earlier error.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSTB5.M</name>\r
+469975  rhillegas                 <text>Creating database with logging disabled encountered unexpected problem.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSTB6.M</name>\r
+479527    myrnavl                 <text>Cannot substitute a transaction table with another while one is already in use.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Class XXXXX: No SQLSTATE</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XXXXX.C.6</name>\r
+469975  rhillegas                 <text>Normal database session close.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas     </section>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas <!-- \r
+469975  rhillegas This section contains all of the internationalized messages which are\r
+469975  rhillegas undocumented. This includes messages with handles which are\r
+469975  rhillegas pseudo-SQLStates, documented in SQLState.java. This also includes\r
+469975  rhillegas messages with non-SQLState handles which are documented in\r
+469975  rhillegas MessageId.java.\r
+469975  rhillegas -->\r
+469975  rhillegas \r
+469975  rhillegas     <section>\r
+469975  rhillegas         <desc>Undocumented messages with pseudo-SQLStates or no SQLStates</desc>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Pseudo-SQLStates from SQLState.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>02000</name>\r
+469975  rhillegas                 <text>No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>10000</name>\r
+469975  rhillegas                 <text>Encountered error while evaluating XML query expression for {0} operator: {1}</text>\r
+469975  rhillegas                 <arg>operatorName</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y96.U</name>\r
+469975  rhillegas                 <text>UNKNOWN</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y98.U</name>\r
+469975  rhillegas                 <text>Encountered "{0}" at line {1}, column {2}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas                 <arg>columnNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Y99.U</name>\r
+469975  rhillegas                 <text>Lexical error at line {0}, column {1}. Encountered: {2}</text>\r
+469975  rhillegas                 <arg>lineNumber</arg>\r
+469975  rhillegas                 <arg>columnNumber</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z00.U</name>\r
+469975  rhillegas                 <text>Java method call or field reference</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z01.U</name>\r
+469975  rhillegas                 <text>UNTYPED</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z09.U</name>\r
+469975  rhillegas                 <text>the COLUMN DEFAULT for</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z11.U</name>\r
+469975  rhillegas                 <text>stream</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z30.U</name>\r
+469975  rhillegas                 <text>time spent in this ResultSet =</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z31.U</name>\r
+469975  rhillegas                 <text>time spent in this ResultSet and below =</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z32.U</name>\r
+469975  rhillegas                 <text>total time breakdown: </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z33.U</name>\r
+469975  rhillegas                 <text>constructor time (milliseconds) =</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z34.U</name>\r
+469975  rhillegas                 <text>open time (milliseconds) =</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z35.U</name>\r
+469975  rhillegas                 <text>next time (milliseconds) =</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z36.U</name>\r
+469975  rhillegas                 <text>close time (milliseconds) =</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z37.U</name>\r
+469975  rhillegas                 <text>None</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z38.U</name>\r
+469975  rhillegas                 <text>Positioning information not available because this ResultSet was never opened.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z39.U</name>\r
+469975  rhillegas                 <text>Unexpected exception {0} getting positioner.</text>\r
+469975  rhillegas                 <arg>exceptionMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z40.U</name>\r
+469975  rhillegas                 <text>{0} on first {1} column(s).</text>\r
+469975  rhillegas                 <arg>searchOperator</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z41.U</name>\r
+469975  rhillegas                 <text>Ordered null semantics on the following columns: </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z42.U</name>\r
+469975  rhillegas                 <text>Column Id</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z43.U</name>\r
+469975  rhillegas                 <text>Operator</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z44.U</name>\r
+469975  rhillegas                 <text>Ordered nulls</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z45.U</name>\r
+469975  rhillegas                 <text>Unknown return value</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z46.U</name>\r
+469975  rhillegas                 <text>Negate comparison result</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z47.U</name>\r
+469975  rhillegas                 <text>Getting the query plan as a String is not currently supported for {0}</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z48.U</name>\r
+469975  rhillegas                 <text>Column[{0}][{1}] Id</text>\r
+469975  rhillegas                 <arg>term</arg>\r
+469975  rhillegas                 <arg>columnNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z54.U</name>\r
+479527    myrnavl                 <text>This exception stops the statement after parsing - no further processing is needed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z55.U</name>\r
+469975  rhillegas                 <text>Execution stopped after parsing by StopAfterParsing debug flag.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z56.U</name>\r
+469975  rhillegas                 <text>Execution stopped after binding by StopAfterBinding debug flag.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z57.U</name>\r
+469975  rhillegas                 <text>Execution stopped after optimizing by StopAfterOptimizing debug flag.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z58.U</name>\r
+469975  rhillegas                 <text>Execution stopped after generating by StopAfterGenerating debug flag.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z80.U</name>\r
+469975  rhillegas                 <text>serializable</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z81.U</name>\r
+469975  rhillegas                 <text>read committed</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z82.U</name>\r
+469975  rhillegas                 <text>exclusive</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z83.U</name>\r
+469975  rhillegas                 <text>instantaneous share</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z84.U</name>\r
+469975  rhillegas                 <text>share</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z85.U</name>\r
+469975  rhillegas                 <text>table</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z86.U</name>\r
+469975  rhillegas                 <text>row</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z87.U</name>\r
+469975  rhillegas                 <text>share table</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>42Z88.U</name>\r
+469975  rhillegas                 <text>share row</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X00.U</name>\r
+469975  rhillegas                 <text>Attached to</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X01.U</name>\r
+469975  rhillegas                 <text>Begin Subquery Number</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X02.U</name>\r
+469975  rhillegas                 <text>Any ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X03.U</name>\r
+469975  rhillegas                 <text>Number of opens</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X04.U</name>\r
+469975  rhillegas                 <text>Rows seen</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X05.U</name>\r
+469975  rhillegas                 <text>Source result set</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X06.U</name>\r
+469975  rhillegas                 <text>End Subquery Number</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X07.U</name>\r
+469975  rhillegas                 <text>optimizer estimated row count</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X08.U</name>\r
+469975  rhillegas                 <text>optimizer estimated cost</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X09.U</name>\r
+469975  rhillegas                 <text>seconds</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X10.U</name>\r
+469975  rhillegas                 <text>Total</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X11.U</name>\r
+469975  rhillegas                 <text>Node</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X12.U</name>\r
+469975  rhillegas                 <text>{0} not currently implemented for {1}</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X13.U</name>\r
+469975  rhillegas                 <text>Delete ResultSet using</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X14.U</name>\r
+469975  rhillegas                 <text>table locking</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X15.U</name>\r
+469975  rhillegas                 <text>row locking</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X16.U</name>\r
+469975  rhillegas                 <text>deferred</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X17.U</name>\r
+469975  rhillegas                 <text>Rows deleted</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X18.U</name>\r
+469975  rhillegas                 <text>Indexes updated</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X19.U</name>\r
+469975  rhillegas                 <text>Delete</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X20.U</name>\r
+469975  rhillegas                 <text>Distinct Scalar Aggregate ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X21.U</name>\r
+469975  rhillegas                 <text>Rows input</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X22.U</name>\r
+469975  rhillegas                 <text>Distinct Scalar Aggregate</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X23.U</name>\r
+469975  rhillegas                 <text>Distinct Scan ResultSet for {0} using {1} {2}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>constraintOrIndex</arg>\r
+469975  rhillegas                 <arg>constraintOrIndexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X24.U</name>\r
+469975  rhillegas                 <text>constraint</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X25.U</name>\r
+469975  rhillegas                 <text>index</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X26.U</name>\r
+469975  rhillegas                 <text>Distinct Scan ResultSet for {0}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X27.U</name>\r
+469975  rhillegas                 <text>at {0} isolation level using {1} locking</text>\r
+469975  rhillegas                 <arg>isolationLevel</arg>\r
+469975  rhillegas                 <arg>lockString</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X28.U</name>\r
+469975  rhillegas                 <text>scan information</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X29.U</name>\r
+469975  rhillegas                 <text>Distinct column is column number</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X30.U</name>\r
+469975  rhillegas                 <text>Distinct columns are column numbers</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X31.U</name>\r
+469975  rhillegas                 <text>Hash table size</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X32.U</name>\r
+469975  rhillegas                 <text>Rows filtered</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X33.U</name>\r
+469975  rhillegas                 <text>next time in milliseconds/row</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X34.U</name>\r
+469975  rhillegas                 <text>start position</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X35.U</name>\r
+469975  rhillegas                 <text>stop position</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X36.U</name>\r
+469975  rhillegas                 <text>scan qualifiers</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X37.U</name>\r
+469975  rhillegas                 <text>next qualifiers</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X38.U</name>\r
+469975  rhillegas                 <text>on {0} using {1}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X39.U</name>\r
+469975  rhillegas                 <text>Distinct Scan</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X40.U</name>\r
+469975  rhillegas                 <text>Sort information</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X41.U</name>\r
+469975  rhillegas                 <text>Grouped Aggregate ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X42.U</name>\r
+469975  rhillegas                 <text>Has distinct aggregate</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X43.U</name>\r
+469975  rhillegas                 <text>In sorted order</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X44.U</name>\r
+469975  rhillegas                 <text>Grouped Aggregate</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X45.U</name>\r
+469975  rhillegas                 <text>Hash Exists Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X46.U</name>\r
+469975  rhillegas                 <text>Hash Exists Join ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X47.U</name>\r
+469975  rhillegas                 <text>Hash Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X48.U</name>\r
+469975  rhillegas                 <text>Hash Join ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X49.U</name>\r
+469975  rhillegas                 <text>Hash Left Outer Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X50.U</name>\r
+469975  rhillegas                 <text>Hash Left Outer Join ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X51.U</name>\r
+469975  rhillegas                 <text>Hash Scan ResultSet for {0} using {1} {2}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>constraintOrIndex</arg>\r
+469975  rhillegas                 <arg>constraintOrIndexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X52.U</name>\r
+469975  rhillegas                 <text>Hash Scan ResultSet for {0}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X53.U</name>\r
+469975  rhillegas                 <text>Hash key is column number</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X54.U</name>\r
+469975  rhillegas                 <text>Hash keys are column numbers</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X55.U</name>\r
+469975  rhillegas                 <text>Hash Scan</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X56.U</name>\r
+469975  rhillegas                 <text>Attached subqueries</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X57.U</name>\r
+469975  rhillegas                 <text>Hash Table ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X58.U</name>\r
+469975  rhillegas                 <text>Hash Table</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X59.U</name>\r
+469975  rhillegas                 <text>all</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X60.U</name>\r
+469975  rhillegas                 <text>Index Row to Base Row ResultSet for {0}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X61.U</name>\r
+469975  rhillegas                 <text>Columns accessed from heap</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X62.U</name>\r
+469975  rhillegas                 <text>for {0}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X63.U</name>\r
+469975  rhillegas                 <text>Index Row to Base Row</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X64.U</name>\r
+469975  rhillegas                 <text>insert mode: bulk insert</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X65.U</name>\r
+469975  rhillegas                 <text>insert mode: normal (unable to perform bulk insert due to non-empty table)</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X66.U</name>\r
+469975  rhillegas                 <text>insert mode: normal</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X67.U</name>\r
+469975  rhillegas                 <text>Insert ResultSet using</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X68.U</name>\r
+469975  rhillegas                 <text>Rows inserted</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X69.U</name>\r
+469975  rhillegas                 <text>Insert</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X70.U</name>\r
+469975  rhillegas                 <text>Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X71.U</name>\r
+469975  rhillegas                 <text>Last Key Index Scan ResultSet for {0} using index {1}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>indexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X72.U</name>\r
+469975  rhillegas                 <text>at {0} isolation level using {1} locking chosen by the optimizer</text>\r
+469975  rhillegas                 <arg>isolationLevel</arg>\r
+469975  rhillegas                 <arg>lockString</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X73.U</name>\r
+469975  rhillegas                 <text>Table Scan</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X74.U</name>\r
+469975  rhillegas                 <text>Index Scan</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X75.U</name>\r
+469975  rhillegas                 <text>on {0}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X76.U</name>\r
+469975  rhillegas                 <text>Materialized ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X77.U</name>\r
+469975  rhillegas                 <text>temporary conglomerate creation time (milliseconds)</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X78.U</name>\r
+469975  rhillegas                 <text>temporary conglomerate fetching time (milliseconds)</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X79.U</name>\r
+469975  rhillegas                 <text>Rows seen from the left</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X80.U</name>\r
+469975  rhillegas                 <text>Rows seen from the right</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X81.U</name>\r
+469975  rhillegas                 <text>Rows returned</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X82.U</name>\r
+469975  rhillegas                 <text>Left result set</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X83.U</name>\r
+469975  rhillegas                 <text>Right result set</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X84.U</name>\r
+469975  rhillegas                 <text>Nested Loop Exists Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X85.U</name>\r
+469975  rhillegas                 <text>Nested Loop Exists Join ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X86.U</name>\r
+469975  rhillegas                 <text>Nested Loop Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X87.U</name>\r
+469975  rhillegas                 <text>Nested Loop Join ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X88.U</name>\r
+469975  rhillegas                 <text>Empty right rows returned</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X89.U</name>\r
+469975  rhillegas                 <text>Nested Loop Left Outer Join</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X90.U</name>\r
+469975  rhillegas                 <text>Nested Loop Left Outer Join ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X91.U</name>\r
+469975  rhillegas                 <text>Normalize ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X92.U</name>\r
+469975  rhillegas                 <text>Once ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X93.U</name>\r
+469975  rhillegas                 <text>Project-Restrict ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X94.U</name>\r
+469975  rhillegas                 <text>restriction</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X95.U</name>\r
+469975  rhillegas                 <text>projection</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X96.U</name>\r
+469975  rhillegas                 <text>restriction time (milliseconds)</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X97.U</name>\r
+469975  rhillegas                 <text>projection time (milliseconds)</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X98.U</name>\r
+469975  rhillegas                 <text>Project Restrict</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43X99.U</name>\r
+469975  rhillegas                 <text>Row ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y00.U</name>\r
+469975  rhillegas                 <text>Scalar Aggregate ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y01.U</name>\r
+469975  rhillegas                 <text>Index Key Optimization</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y02.U</name>\r
+469975  rhillegas                 <text>Scalar Aggregate</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y03.U</name>\r
+469975  rhillegas                 <text>Scroll Insensitive ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y04.U</name>\r
+469975  rhillegas                 <text>Number of reads from hash table</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y05.U</name>\r
+469975  rhillegas                 <text>Number of writes to hash table</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y06.U</name>\r
+469975  rhillegas                 <text>Sort ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y07.U</name>\r
+469975  rhillegas                 <text>Eliminate duplicates</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y08.U</name>\r
+469975  rhillegas                 <text>Sort</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y09.U</name>\r
+469975  rhillegas                 <text>Index Scan ResultSet for {0} using {1} {2}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>constraintOrIndex</arg>\r
+469975  rhillegas                 <arg>constraintOrIndexName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y10.U</name>\r
+469975  rhillegas                 <text>Table Scan ResultSet for {0}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y11.U</name>\r
+469975  rhillegas                 <text>Actual locking used: table level locking.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y12.U</name>\r
+469975  rhillegas                 <text>Fetch Size</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y13.U</name>\r
+469975  rhillegas                 <text>qualifiers</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y14.U</name>\r
+469975  rhillegas                 <text>Union ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y15.U</name>\r
+469975  rhillegas                 <text>Union</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y16.U</name>\r
+469975  rhillegas                 <text>Update ResultSet using {0} locking</text>\r
+469975  rhillegas                 <arg>tableOrRow</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y17.U</name>\r
+469975  rhillegas                 <text>Rows updated</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y18.U</name>\r
+469975  rhillegas                 <text>Update</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y19.U</name>\r
+469975  rhillegas                 <text>VTI ResultSet for {0}</text>\r
+469975  rhillegas                 <arg>javaClassName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y20.U</name>\r
+469975  rhillegas                 <text>VTI</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y21.U</name>\r
+469975  rhillegas                 <text>Materialized subqueries</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y22.U</name>\r
+469975  rhillegas                 <text>Statement Name</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y23.U</name>\r
+469975  rhillegas                 <text>Statement Text</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y24.U</name>\r
+469975  rhillegas                 <text>Parse Time</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y25.U</name>\r
+469975  rhillegas                 <text>Bind Time</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y26.U</name>\r
+469975  rhillegas                 <text>Optimize Time</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y27.U</name>\r
+469975  rhillegas                 <text>Generate Time</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y28.U</name>\r
+469975  rhillegas                 <text>Compile Time</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y29.U</name>\r
+469975  rhillegas                 <text>Execute Time</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y30.U</name>\r
+469975  rhillegas                 <text>Begin Compilation Timestamp</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y31.U</name>\r
+469975  rhillegas                 <text>End Compilation Timestamp</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y32.U</name>\r
+469975  rhillegas                 <text>Begin Execution Timestamp</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y33.U</name>\r
+469975  rhillegas                 <text>End Execution Timestamp</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y44.U</name>\r
+469975  rhillegas                 <text>Statement Execution Plan Text</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y45.U</name>\r
+469975  rhillegas                 <text>Run Time 100%, {0} seconds</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y46.U</name>\r
+469975  rhillegas                 <text>Insert VTI ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y47.U</name>\r
+469975  rhillegas                 <text>Delete VTI ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y49.U</name>\r
+469975  rhillegas                 <text>Insert VTI</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y50.U</name>\r
+469975  rhillegas                 <text>Delete VTI</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y51.U</name>\r
+469975  rhillegas                 <text>Delete Cascade ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y52.U</name>\r
+469975  rhillegas                 <text>Delete Cascade ResultSet using</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y53.U</name>\r
+469975  rhillegas                 <text>Referential Actions On Dependent Tables</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y54.U</name>\r
+469975  rhillegas                 <text>Begin Referential Action On Dependent Table Number</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y55.U</name>\r
+469975  rhillegas                 <text>End Referential Action On Dependent Table Number</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y56.U</name>\r
+469975  rhillegas                 <text>User supplied optimizer overrides on {0} are {1}</text>\r
+469975  rhillegas                 <arg>tableName</arg>\r
+469975  rhillegas                 <arg>userSuppliedOptimizerOverrides</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y57.U</name>\r
+469975  rhillegas                 <text>User supplied optimizer overrides for join are {0}</text>\r
+469975  rhillegas                 <arg>userSuppliedOptimizerOverrides</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y58.U</name>\r
+469975  rhillegas                 <text>Intersect ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y59.U</name>\r
+469975  rhillegas                 <text>Intersect</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y60.U</name>\r
+469975  rhillegas                 <text>Except ResultSet</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>43Y61.U</name>\r
+469975  rhillegas                 <text>Except</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>44X00.U</name>\r
+469975  rhillegas                 <text>SQL Type Name</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>44X05.U</name>\r
+469975  rhillegas                 <text>next error</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>46001</name>\r
+469975  rhillegas                 <text>Exception while accessing jar file using URL '{0}'.</text>\r
+469975  rhillegas                 <arg>url</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>46J01</name>\r
+469975  rhillegas                 <text>Java method signature has invalid format.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>46J02</name>\r
+469975  rhillegas                 <text>Java method signature contains incorrect number ({0}) of parameters, expected {1}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54002</name>\r
+469975  rhillegas                 <text>A string constant starting with '{0}' is too long.</text>\r
+469975  rhillegas                 <arg>prefix</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54004</name>\r
+469975  rhillegas                 <text>SELECT statement has too many items in GROUP BY, ORDER BY or select list.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54006</name>\r
+469975  rhillegas                 <text>The length resulting from {0} operation is greater than {1}.</text>\r
+469975  rhillegas                 <arg>operator</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54008</name>\r
+469975  rhillegas                 <text>The CREATE INDEX statement specifies too many columns (16 is the maximum).</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54011</name>\r
+469975  rhillegas                 <text>Too many columns ({0}) were specified for  table or view {1}. The limit is {2}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>tableOrViewName</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54023</name>\r
+469975  rhillegas                 <text>The limit for the number of parameters for a procedure has been exceeded. Limit is {0} and number of parameters for procedure {1} are {2}.</text>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas                 <arg>procedureName</arg>\r
+469975  rhillegas                 <arg>number</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>54038</name>\r
+469975  rhillegas                 <text>Maximum depth of nested triggers was exceeded.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>S0022</name>\r
+469975  rhillegas                 <text>Column '{0}' not found.</text>\r
+469975  rhillegas                 <arg>columnName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ001.U</name>\r
+469975  rhillegas                 <text>Java exception: '{1}: {0}'.</text>\r
+469975  rhillegas                 <arg>exceptionClassName</arg>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ050.U</name>\r
+469975  rhillegas                 <text>Database requires upgrade from version {0}, set the attribute 'upgrade=true' on the JDBC connection URL to allow upgrade to version {1}.</text>\r
+469975  rhillegas                 <arg>oldVersion</arg>\r
+469975  rhillegas                 <arg>newVersion</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ082.U</name>\r
+469975  rhillegas                 <text>BLOB/CLOB values are not allowed as method parameters or receiver.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ083.U</name>\r
+469975  rhillegas                 <text>'{0}' not allowed because the ResultSet is not an updatable ResultSet. </text>\r
+469975  rhillegas                 <arg>operation</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XJ084.U</name>\r
+469975  rhillegas                 <text>Column does not correspond to a column in the base table. Cannot issue '{0}' on this column.</text>\r
+469975  rhillegas                 <arg>methodName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XML00</name>\r
+469975  rhillegas                 <text>Failed to locate '{0}' API or implementation classes.  XML operations are not permitted unless these classes are in your classpath.</text>\r
+469975  rhillegas                 <arg>xmlPackageName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XML01</name>\r
+469975  rhillegas                 <text>Encountered unexpected error while processing XML: {0}</text>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XN002.U</name>\r
+469975  rhillegas                 <text>SECTKN was not returned.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ0.U</name>\r
+469975  rhillegas                 <text>Scan type</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ1.U</name>\r
+469975  rhillegas                 <text>Number of pages visited</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ2.U</name>\r
+469975  rhillegas                 <text>Number of rows visited</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ3.U</name>\r
+469975  rhillegas                 <text>Number of deleted rows visited</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ4.U</name>\r
+469975  rhillegas                 <text>Number of rows qualified</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ5.U</name>\r
+469975  rhillegas                 <text>Number of columns fetched</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ6.U</name>\r
+469975  rhillegas                 <text>Bit set of columns fetched</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ7.U</name>\r
+469975  rhillegas                 <text>Tree height</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJ8.U</name>\r
+469975  rhillegas                 <text>Sort type</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJA.U</name>\r
+469975  rhillegas                 <text>Number of rows input</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJB.U</name>\r
+469975  rhillegas                 <text>Number of rows output</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJC.U</name>\r
+469975  rhillegas                 <text>Number of merge runs</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJD.U</name>\r
+469975  rhillegas                 <text>Size of merge runs</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJE.U</name>\r
+469975  rhillegas                 <text>All</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJF.U</name>\r
+469975  rhillegas                 <text>btree</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJG.U</name>\r
+469975  rhillegas                 <text>heap</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJH.U</name>\r
+469975  rhillegas                 <text>sort</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJI.U</name>\r
+469975  rhillegas                 <text>external</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>XSAJJ.U</name>\r
+469975  rhillegas                 <text>internal</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Authentication Messages from MessageId.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>A001</name>\r
+469975  rhillegas                 <text>FATAL: There is no Authentication Service for the system</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>A002</name>\r
+469975  rhillegas                 <text>FATAL: There is no Authentication Service for the database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>A011</name>\r
+469975  rhillegas                 <text>WARNING: No LDAP Server/Host name mentioned in {0} property; assuming localhost:389</text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>A020</name>\r
+469975  rhillegas                 <text>Invalid authentication.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Class Manager Messages from MessageId.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C000</name>\r
+469975  rhillegas                 <text>Wrote class {0} to file {1}. Please provide support with the file and the following exception information: {2}</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C001</name>\r
+479527    myrnavl                 <text>Class {0} has an unknown certificate type in jar {1}, expecting X509 certificate.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>jarName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C002</name>\r
+469975  rhillegas                 <text>Security exception thrown accessing class {0} in jar {1} : {2}</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>jarName</arg>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C003</name>\r
+469975  rhillegas                 <text>Exception loading database jar {0} - {1}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C004</name>\r
+469975  rhillegas                 <text>Stale class loader for class {0}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C005</name>\r
+469975  rhillegas                 <text>Database Class Loader started - derby.database.classpath='{0}'</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C006</name>\r
+469975  rhillegas                 <text>Loaded {0} from database jar {1}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>C007</name>\r
+469975  rhillegas                 <text>Exception loading class {0} from jar {1} - {2}</text>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas                 <arg>value</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Raw Store Messages from MessageId.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D001</name>\r
+469975  rhillegas                 <text>:\r
+469975  rhillegas  Booting Derby version {0}: instance {1}\r
+469975  rhillegas on database directory {2} {3} \r
+469975  rhillegas </text>\r
+469975  rhillegas                 <arg>derbyVersion</arg>\r
+469975  rhillegas                 <arg>id</arg>\r
+469975  rhillegas                 <arg>directoryName</arg>\r
+469975  rhillegas                 <arg>readOnlyStatus</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D002</name>\r
+469975  rhillegas                 <text>:\r
+469975  rhillegas Shutting down instance {0}</text>\r
+469975  rhillegas                 <arg>id</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D004</name>\r
+469975  rhillegas                 <text>Backup started for database located at {0} to {1}.</text>\r
+469975  rhillegas                 <arg>databaseName</arg>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D005</name>\r
+469975  rhillegas                 <text>moved old backup copy from {0} to {1}</text>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D006</name>\r
+469975  rhillegas                 <text>Backup of data segment to {0} completed. </text>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D007</name>\r
+469975  rhillegas                 <text>edited database service.properties to use default log device</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D008</name>\r
+469975  rhillegas                 <text>error editing database service.properties, backup aborted: {0}</text>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D009</name>\r
+469975  rhillegas                 <text>copied log directory from {0} to {1}</text>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D010</name>\r
+469975  rhillegas                 <text>Backup aborted due to error</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D011</name>\r
+469975  rhillegas                 <text>removed old backup copy at {0}</text>\r
+469975  rhillegas                 <arg>filePath</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D012</name>\r
+469975  rhillegas                 <text>Backup completed, log instant at {0} \r
+469975  rhillegas </text>\r
+469975  rhillegas                 <arg>backupInstant</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D013</name>\r
+469975  rhillegas                 <text>WARNING: The database is booted with {0}={1}. In this mode, it is possible that database may not be able to recover, committed transactions may be lost, database may be in an inconsistent state. Please use this mode only when these consequences are acceptable  \r
+469975  rhillegas </text>\r
+469975  rhillegas                 <arg>durabilityProperty</arg>\r
+469975  rhillegas                 <arg>noSync</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>D014</name>\r
+469975  rhillegas                 <text>in READ ONLY mode</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Messages for Interface in com.ibm.db2j.core.* from MessageId.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>I015</name>\r
+469975  rhillegas                 <text>org.apache.derby.jdbc.EmbeddedDriver is not registered with the JDBC driver manager</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>I024</name>\r
+469975  rhillegas                 <text>Database not available</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>I025</name>\r
+469975  rhillegas                 <text>JDBC Driver not available</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>I026</name>\r
+469975  rhillegas                 <text>JDBC Driver registration with java.sql.DriverManager failed: {0}</text>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented JDBC Messages</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J004</name>\r
+469975  rhillegas                 <text>database identity</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J005</name>\r
+469975  rhillegas                 <text>shut down Derby</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J007</name>\r
+469975  rhillegas                 <text>create database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J008</name>\r
+469975  rhillegas                 <text>no details</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J010</name>\r
+469975  rhillegas                 <text>encrypt database on disk</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J013</name>\r
+469975  rhillegas                 <text>upgrade database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J016</name>\r
+469975  rhillegas                 <text>cryptographic service provider</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J017</name>\r
+469975  rhillegas                 <text>cryptographic algorithm</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J018</name>\r
+469975  rhillegas                 <text>cryptographic key length</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J019</name>\r
+469975  rhillegas                 <text>external cryptographic key</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J020</name>\r
+469975  rhillegas                 <text>secret cryptographic key</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J021</name>\r
+469975  rhillegas                 <text>territory for the database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J022</name>\r
+469975  rhillegas                 <text>user name</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J023</name>\r
+469975  rhillegas                 <text>user password</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J025</name>\r
+469975  rhillegas                 <text>log directory path</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J028</name>\r
+469975  rhillegas                 <text>backup path for rollforward recovery</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+511283      mamta                 <name>J031</name>\r
+511283      mamta                 <text>collation for chararcter datatypes</text>\r
+511283      mamta             </msg>\r
+511283      mamta \r
+511283      mamta             <msg>\r
+469975  rhillegas                 <name>J100</name>\r
+469975  rhillegas                 <text>Cannot find the network server class, {0}. Your class path should contain derbynet.jar.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J101</name>\r
+469975  rhillegas                 <text>Cannot load the network server class, {0}. {1}  Check the integrity of your derbynet.jar file.</text>\r
+469975  rhillegas                 <arg>className</arg>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J102</name>\r
+469975  rhillegas                 <text>An exception was thrown during network server startup. {0}</text>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J103</name>\r
+469975  rhillegas                 <text>An exception was thrown during network server shutdown. {0}</text>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J104</name>\r
+469975  rhillegas                 <text>The object is already closed.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J105</name>\r
+469975  rhillegas                 <text>Precision exceeds 31 digits!</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J106</name>\r
+469975  rhillegas                 <text>Caused by exception</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J107</name>\r
+469975  rhillegas                 <text>Error for batch element #</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J108</name>\r
+469975  rhillegas                 <text>Security manager does not permit access to system property {0}.</text>\r
+469975  rhillegas                 <arg>propertyName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J109</name>\r
+469975  rhillegas                 <text>Detected an improper TCP/IP client configuration.  Unable to determine the IP address of your local host: '{0}'.  Make sure your client machine has a properly configured IP address.</text>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J110</name>\r
+469975  rhillegas                 <text>security mechanism not supported</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J111</name>\r
+469975  rhillegas                 <text>password missing</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J112</name>\r
+469975  rhillegas                 <text>userid missing</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J113</name>\r
+469975  rhillegas                 <text>userid or password invalid</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J114</name>\r
+469975  rhillegas                 <text>userid revoked</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J115</name>\r
+469975  rhillegas                 <text>new password invalid</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J116</name>\r
+469975  rhillegas                 <text>local security service non-retryable error</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J117</name>\r
+469975  rhillegas                 <text>SECTKN missing on ACCSEC when it is required or it is invalid</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J118</name>\r
+469975  rhillegas                 <text>password expired</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J120</name>\r
+469975  rhillegas                 <text>not specified</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J121</name>\r
+469975  rhillegas                 <text>the user is not authorized to access the database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J122</name>\r
+469975  rhillegas                 <text>a command requesting services of the database was issued prior to the command requesting access to database (ACCRDB)</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J123</name>\r
+469975  rhillegas                 <text>the requested command encountered an unarchitected and implementation-specific condition for which there was no architected message</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J124</name>\r
+469975  rhillegas                 <text>the access relational database (ACCRDB) command cannot be issued because the database is already currently accessed</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J125</name>\r
+469975  rhillegas                 <text>a Data Descriptor Mismatch Error was detected.</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J126</name>\r
+469975  rhillegas                 <text>a conversational protocol error was detected.  Reason: 0x{0}.</text>\r
+469975  rhillegas                 <arg>hexNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J127</name>\r
+469975  rhillegas                 <text>parseSQLDIAGGRP is not yet implemented</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J128</name>\r
+469975  rhillegas                 <text>the cursor is not open</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J129</name>\r
+469975  rhillegas                 <text>an Open Query command was issued for a query which was already open</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J130</name>\r
+469975  rhillegas                 <text>A PROTOCOL Invalid FDOCA Description Error was detected</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J131</name>\r
+548322      bernt                 <text>A PROTOCOL Data Stream Syntax Error was detected.  Reason: 0x{0}. Plaintext connection attempt to an SSL enabled server?</text>\r
+469975  rhillegas                 <arg>hexNumber</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J132</name>\r
+469975  rhillegas                 <text>The user name for the connection</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>J133</name>\r
+469975  rhillegas                 <text>The user's password for the connection</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Raw Store Log Messages from MessageId.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L001</name>\r
+469975  rhillegas                 <text>------------  BEGIN ERROR MESSAGE -------------\r
+469975  rhillegas </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L002</name>\r
+469975  rhillegas                 <text>------------  END ERROR MESSAGE -------------\r
+469975  rhillegas </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L003</name>\r
+469975  rhillegas                 <text>\r
+469975  rhillegas ------------  BEGIN SHUTDOWN ERROR STACK -------------\r
+469975  rhillegas </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L004</name>\r
+469975  rhillegas                 <text>\r
+469975  rhillegas ------------  END SHUTDOWN ERROR STACK -------------\r
+469975  rhillegas </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L005</name>\r
+469975  rhillegas                 <text>\r
+469975  rhillegas ------------  BEGIN ERROR STACK -------------\r
+469975  rhillegas </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L006</name>\r
+469975  rhillegas                 <text>\r
+469975  rhillegas ------------  END ERROR STACK -------------\r
+469975  rhillegas </text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L007</name>\r
+469975  rhillegas                 <text>WARNING: Log file not found, creating new log. Possible inconsistency in the database</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L008</name>\r
+479527    myrnavl                 <text>Deleting incompatible old Logfile {0}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L009</name>\r
+479527    myrnavl                 <text>Deleting old Logfile {0}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L010</name>\r
+469975  rhillegas                 <text>Incomplete log record detected in file {0} clearing log file from position {1} to eof at {2}.</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>position</arg>\r
+469975  rhillegas                 <arg>position</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L011</name>\r
+469975  rhillegas                 <text>Checkpoint Daemon caught standard exception</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L012</name>\r
+469975  rhillegas                 <text>log record is Not first but transaction is not in transaction table : {0}</text>\r
+469975  rhillegas                 <arg>transactionID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L013</name>\r
+469975  rhillegas                 <text>log record is first but transaction is already in transaction table : {0}</text>\r
+469975  rhillegas                 <arg>transactionID</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L014</name>\r
+469975  rhillegas                 <text>Bad start instant</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L015</name>\r
+469975  rhillegas                 <text>new log file exist and cannot be deleted {0}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L016</name>\r
+469975  rhillegas                 <text>cannot create a new log file {0}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L017</name>\r
+469975  rhillegas                 <text>cannot create a new log file {0} due to {1}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas                 <arg>errorMessage</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L018</name>\r
+469975  rhillegas                 <text>System may be in a inconsistent state, missing file {0}</text>\r
+469975  rhillegas                 <arg>fileName</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L020</name>\r
+469975  rhillegas                 <text>WARNING: The database was at least at one time booted with {0}={1}. As a result of this mode being used, it is possible that the database may not be able to recover, committed transactions may be lost, and the database may be in an inconsistent state. This may cause unexpected errors.\r
+469975  rhillegas </text>\r
+469975  rhillegas                 <arg>testModeProperty</arg>\r
+469975  rhillegas                 <arg>testMode</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>L021</name>\r
+469975  rhillegas                 <text>WARNING: The database was either previously booted or is currently booted with {0} set to {1}. Note that this mode {0}={1} does not guarantee recoverability, and is probably what might have caused this boot error.\r
+469975  rhillegas </text>\r
+469975  rhillegas                 <arg>testModeProperty</arg>\r
+469975  rhillegas                 <arg>testMode</arg>\r
+469975  rhillegas                 <arg>testModeProperty</arg>\r
+469975  rhillegas                 <arg>testMode</arg>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas \r
+469975  rhillegas         <family>\r
+469975  rhillegas             <title>Undocumented Message Service Messages from MessageId.java</title>\r
+469975  rhillegas \r
+469975  rhillegas             <msg>\r
+469975  rhillegas                 <name>M001</name>\r
+469975  rhillegas                 <text>\r
+469975  rhillegas # ********************************************************************\r
+469975  rhillegas # ***                Please do NOT edit this file.                 ***\r
+469975  rhillegas # *** CHANGING THE CONTENT OF THIS FILE MAY CAUSE DATA CORRUPTION. ***\r
+469975  rhillegas # ********************************************************************</text>\r
+469975  rhillegas             </msg>\r
+469975  rhillegas \r
+469975  rhillegas         </family>\r
+469975  rhillegas \r
+469975  rhillegas     </section>\r
+469975  rhillegas \r
+469975  rhillegas </messages>\r