400 lines
26 KiB
HTML
400 lines
26 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Distributed relational database SQLCODEs and SQLSTATEs" />
|
||
|
<meta name="abstract" content="The list provides some of the common SQLCODEs and SQLSTATEs associated with distributed relational database processing." />
|
||
|
<meta name="description" content="The list provides some of the common SQLCODEs and SQLSTATEs associated with distributed relational database processing." />
|
||
|
<meta name="DC.subject" content="SQLSTATE error code, for distributed relational database" />
|
||
|
<meta name="keywords" content="SQLSTATE error code, for distributed relational database" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbal1sqlc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../rzala/rzalakickoff.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/dspmsgd.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbal1aspcoda" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Distributed relational database SQLCODEs and SQLSTATEs</title>
|
||
|
</head>
|
||
|
<body id="rbal1aspcoda"><a name="rbal1aspcoda"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Distributed relational database SQLCODEs and SQLSTATEs</h1>
|
||
|
<div><p>The list provides some of the common SQLCODEs and SQLSTATEs associated
|
||
|
with distributed relational database processing.</p>
|
||
|
<div class="section"><p id="rbal1aspcoda__codstat"><a name="rbal1aspcoda__codstat"><!-- --></a></p>
|
||
|
</div>
|
||
|
<div class="section"><p>In these brief descriptions of the SQLCODEs (and their associated
|
||
|
SQLSTATEs), message data fields are identified by an ampersand (&), and
|
||
|
a number (for example, &1). The replacement text for these fields is stored
|
||
|
in SQLERRM if the application program is using an SQLCA, or in DB2_ORDINAL_TOKEN_n
|
||
|
(where n is the token number) if the application program is using the SQL
|
||
|
diagnostic area. More detailed cause and recovery information for any SQLCODE
|
||
|
can be found by using the <span class="cmdname">Display Message Description (DSPMSGD)</span> command.</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" width="100%" frame="hsides" border="1" rules="rows"><caption>Table 1. SQLCODEs and SQLSTATEs</caption><thead align="left"><tr><th valign="top" width="22.866894197952217%" id="d0e37">SQLCODE</th>
|
||
|
<th valign="top" width="20.13651877133106%" id="d0e39">SQLSTATE</th>
|
||
|
<th valign="top" width="56.996587030716725%" id="d0e41">Description</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+100</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">02000</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">This SQLSTATE reports a No Data exception warning due
|
||
|
to an SQL operation on an empty table, zero rows identified in an SQL UPDATE
|
||
|
or SQL DELETE statement, or the cursor in an SQL FETCH statement was after
|
||
|
the last row of the result table.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+114</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">0A001</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Relational database name &1; not the same as current server &2;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+304</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01515</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">This SQLSTATE reports a warning on a FETCH or SELECT
|
||
|
into a host variable list or structure that occurred because the host variable
|
||
|
was not large enough to hold the retrieved value. The FETCH or SELECT does
|
||
|
not return the data for the indicated SELECT item, the indicator variable
|
||
|
is set to -2 to indicate the return of a NULL value, and processing continues. </td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+331</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01520</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character conversion cannot be performed.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+335</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01517</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character conversion has resulted in substitution characters.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+551</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01548</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Not authorized to object & in &2 type &3.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+552</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01542</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Not authorized to &1;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+595</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01526</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Commit level &1; has been escalated to &2; lock.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+802</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01519</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">This SQLSTATE reports an arithmetic exception warning
|
||
|
that occurred during the processing of an SQL arithmetic function or arithmetic
|
||
|
expression that was in the SELECT list of an SQL select statement, in the
|
||
|
search condition of a SELECT or UPDATE or DELETE statement, or in the SET
|
||
|
clause of an UPDATE statement. For each expression in error, the indicator
|
||
|
variable is set to -2 to indicate the return of a NULL value. The associated
|
||
|
data variable remains unchanged, and processing continues.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+863</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01539</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Only SBCS characters allowed to relational database &1;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+990</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01587</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">This SQLSTATE reports a pending response or a mixed
|
||
|
outcome from at least one participant during the two-phase process.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">+30104</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">01615</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Bind option ignored.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-114</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42961</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Relational database &1; not the same as current server &2;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-144</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58003</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Section number &1; not valid. Current high section number is &3;
|
||
|
Reason &2;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-145</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">55005</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Recursion not supported for heterogeneous application server.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-175</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58028</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">The commit operation failed.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-189</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22522</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Coded Character Set identifier &1; is not valid.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-191</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22504</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">A mixed data value is invalid.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-250</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42718</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Local relational database not defined in the directory.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-251</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">2E000 42602</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character in relational database name &1; is not valid.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-300</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22024</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">A NUL-terminated input host variable or parameter did
|
||
|
not contain a NUL.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-302</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22001 </td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Conversion error on input host variable &2;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-330</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22021</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character conversion cannot be performed.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-331</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22021</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character conversion cannot be performed.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-332</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">57017</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character conversion between CCSID &1; and CCSID &2; not valid.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-334</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22524</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Character conversion resulted in truncation.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-351 -352</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">56084</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">An unsupported SQLTYPE was encountered in a select-list
|
||
|
or input-list.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-426</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">2D528</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Operation invalid for application run environment. This
|
||
|
SQLSTATE reports the attempt to use EXCSQLIMM or EXCSQLSTT to execute a COMMIT
|
||
|
in a dynamic COMMIT restricted environment.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-427</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">2D529</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Operation invalid for application run environment.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-501 -502 -507</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">24501</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Execution failed due to an invalid cursor state. The
|
||
|
identified cursor is not open.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-510</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42828</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">This SQLSTATE reports an attempt to DELETE WHERE CURRENT
|
||
|
OF CURSOR or UPDATE WHERE CURRENT OF CURSOR on a cursor that is fetching rows
|
||
|
using a blocking protocol.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-525</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">51015</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Statement is in error.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-551</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42501</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Not authorized to object &1; in &2; type *&3;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-552</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42502</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Not authorized to &1;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-683</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42842</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">FOR DATA clause or CCSID clause not valid for specified type.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-752</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">0A001</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Application process is not in a connectable state. Reason code &1;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-802</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">22003 22012</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">A numeric value is out of range and division by zero
|
||
|
is invalid.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-805</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">51002</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">SQL package &1; in &2; not found.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-818</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">51003</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Consistency tokens do not match.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-842</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">08002</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">The connection already exists.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-862</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">55029</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Local program attempted to connect to remote relational database.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-871</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">54019</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Too many CCSID values specified.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-900</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">08003</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">The connection does not exist.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-918</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">51021</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">SQL statements cannot be executed until the application
|
||
|
process executes a rollback operation.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-922</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42505</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">This SQLSTATE reports a failure to authenticate the
|
||
|
user during connection processing to an application server.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-925 -926</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">2D521</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">SQL COMMIT or ROLLBACK statements are invalid in the
|
||
|
current environment.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-950</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42705</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Relational database &1; not in relational directory.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-952</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">57014</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Processing of the SQL statement was ended by ENDRDBRQS command.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-969</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58033</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Error occurred when passing request to application requester driver
|
||
|
program.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-7017</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42971</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Commitment control is already active to a DDM target.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-7018</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42970</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">COMMIT HOLD or ROLLBACK HOLD is not allowed.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-7021</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">57043</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Local program attempting to run on application server.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30000</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58008</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed
|
||
|
Relational Database Architecture™ (DRDA<sup>®</sup>) protocol error.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30001</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">57042</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Call to distributed SQL program not allowed.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30020</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58009</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed
|
||
|
Relational Database Architecture (DRDA) protocol error.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30021</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58010</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed relational database not supported by remote server.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30040</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">57012</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">DDM resource &2; at relational database &1; unavailable.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30041</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">57013</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">DDM resources at relational database &1; unavailable.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30050</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58011</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">DDM command &1; is not valid while bind process in progress.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30051</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58012</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">bind process with specified package name and consistency token not
|
||
|
active.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30052</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42932</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Program preparation assumptions are incorrect.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30053</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">42506</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Not authorized to create package for owner&1;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30060</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">08004</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">User not authorized to relational database &1;</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30061</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">08004</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Relational database &1; not found.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30070</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58014</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed Data Management (DDM) command &1; not supported.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30071</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58015</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed Data Management (DDM) object &1; not supported.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30072</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58016</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed Data Management (DDM) parameter &1; not supported.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30073</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58017</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed Data Management (DDM) parameter value &1; not supported.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30074</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58018</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Distributed Data Management (DDM) reply message &1; not supported.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30080</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">08001</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Communication error occurred during distributed database processing.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30082</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">08001</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Authorization failure on distributed database connection attempt.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30090</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">25000 2D528 2D529</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Change request not valid for read-only application server.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30104</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">56095</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Invalid bind option. This SQLSTATE reports that one
|
||
|
or more bind options were not valid at the server. The bind operation terminates.
|
||
|
The first bind option in error is reported in SQLERRMC.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">-30105</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">56096</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">Conflicting bind options. The bind operation terminates.
|
||
|
The bind options in conflict are reported in SQLERRMC.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.866894197952217%" headers="d0e37 ">Unrecognized by AR</td>
|
||
|
<td valign="top" width="20.13651877133106%" headers="d0e39 ">58020</td>
|
||
|
<td valign="top" width="56.996587030716725%" headers="d0e41 ">SQLSTATE value not defined for the error or warning.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1sqlc.htm" title="Program interfaces using SQL return error information to the application program when an error occurs. SQLSTATEs and their corresponding SQLCODEs are returned to the application program in either the SQL communication area (SQLCA) or the SQL diagnostic area.">SQLCODEs and SQLSTATEs</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="../rzala/rzalakickoff.htm">SQL messages and codes</a></div>
|
||
|
<div><a href="../cl/dspmsgd.htm">Display Message Description (DSPMSGD) command</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|