<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technical Notes&#187; DB2 Error Codes</title>
	<atom:link href="http://technotes.towardsjob.com/tag/db2-error-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Error: SQL1245N Connection Limit Reached</title>
		<link>http://technotes.towardsjob.com/db2/error-sql1245n-connection-limit-reached/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql1245n-connection-limit-reached/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:14:40 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Connection Limit Error]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql1245n-connection-limit-reached/</guid>
		<description><![CDATA[DB2 Error: SQL1245N 

Description : Connection limit has been reached. No more connections are allowed from this client. 

Explanation: 
The maximum number of concurrent database connections has been reached for an environment where the number of connections is restricted or must be predefined. The primary example of where this would occur is when the NETBIOS [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/' rel='bookmark' title='Permanent Link: Error: SQL0290N Table space access is not allowed'>Error: SQL0290N Table space access is not allowed</a> <small>DB2 Error: SQL0290N Description :Table space access is not allowed. Explanation: A process attempted to access a table space which is in an invalid state for which the intended access is not allowed. If the table space is in a quiesced state, only processes which also hold the table space...</small></li>
<li><a href='http://technotes.towardsjob.com/general/weblogic-administration-error-heap-space-utilization-too-high/' rel='bookmark' title='Permanent Link: Weblogic Administration Error : Heap Space Utilization too high'>Weblogic Administration Error : Heap Space Utilization too high</a> <small>This Article is intended for Weblogic Administrators as a quick reference to known issues and their solution or workarounds. This will help in fast and effective resolution of problems Problem Description: Heap Space Utilization too high (&gt;=95% say) Solution/Workaround: Log on to WebLogic Admin Console Go to the server instance...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql1263n-archive-file-name-not-valid/' rel='bookmark' title='Permanent Link: Error: SQL1263N Archive file name not valid'>Error: SQL1263N Archive file name not valid</a> <small>DB2 Error: SQL1263N Description : The archive file name is not a valid log file for database name on node node-number. Explanation: The specified archive log file exists in the database log directory or the overflow log directory on the specified node, but the file is not valid. Roll-forward recovery...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql1245n-connection-limit-reached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: SQL1263N Archive file name not valid</title>
		<link>http://technotes.towardsjob.com/db2/error-sql1263n-archive-file-name-not-valid/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql1263n-archive-file-name-not-valid/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:13:28 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Archive File Error]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql1263n-archive-file-name-not-valid/</guid>
		<description><![CDATA[DB2 Error: SQL1263N 

Description : The archive file name is not a valid log file for database name on node node-number. 

Explanation: 
The specified archive log file exists in the database log directory or the overflow log directory on the specified node, but the file is not valid. 
Roll-forward recovery processing stops.
Solution:
To determine the correct [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql1762n-unable-to-connect-to-database/' rel='bookmark' title='Permanent Link: Error: SQL1762N Unable to connect to database'>Error: SQL1762N Unable to connect to database</a> <small>DB2 Error: SQL1762N Description : Unable to connect to database because there is not enough space to allocate active log files. Explanation: There is not enough disk space to allocate active log files. Possible reasons include: There is insufficient space available on the device used to store the recovery logs....</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/troubleshooting-device-activation-error-the-physical-file-name/' rel='bookmark' title='Permanent Link: Troubleshooting &ldquo;Device activation error. The physical file name..&rdquo;'>Troubleshooting &ldquo;Device activation error. The physical file name..&rdquo;</a> <small>During migration of SQL Server, after moving a copy of MDF &amp; LDF files to the other server, the below error has come while attaching those files in the new environment. Server: Msg 5105, Level 16, State 4, Line 1 Device activation error. The physical file name.. The problem is...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/process-cannot-access-file-being-used-by-another-process/' rel='bookmark' title='Permanent Link: Troubleshooting Error &ldquo;The process cannot access the file because it is being used by another process&rdquo;'>Troubleshooting Error &ldquo;The process cannot access the file because it is being used by another process&rdquo;</a> <small>You may come across the error “The process cannot access the file 'abc.txt' because it is being used by another process” while programming in DotNet environment. Usually this case occurs when you create a file and do some operation, before completion of the operation or if the file object is...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql1263n-archive-file-name-not-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: SQL0161N Insert or Update operation does not conform to the view definition</title>
		<link>http://technotes.towardsjob.com/db2/error-sql0161n-insert-update-not-conform-view-definition/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql0161n-insert-update-not-conform-view-definition/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:11:32 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>
		<category><![CDATA[Insert Update Error]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql0161n-insert-update-not-conform-view-definition/</guid>
		<description><![CDATA[DB2 Error: SQL0161N 

Description : The resulting row of the insert or update operation does not conform to the view definition. 

Explanation: 
The WITH CHECK OPTION clause was specified in the view definition that is the object of the insert or update operation or a FROM clause specified an insert or update operation with a [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/' rel='bookmark' title='Permanent Link: Error: SQL0284N The table was not created'>Error: SQL0284N The table was not created</a> <small>DB2 Error: SQL0284N Description : The table was not created because the table space tablespace-name following the clause clause is a tablespace-type table space. Explanation: The CREATE TABLE or DECLARE GLOBAL TEMPORARY TABLE statement specified a table space named tablespace-name following the clause clause that is not a valid type...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql1749n-not-logged-initially/' rel='bookmark' title='Permanent Link: Error: SQL1749N NOT LOGGED INITIALLY'>Error: SQL1749N NOT LOGGED INITIALLY</a> <small>DB2 Error: SQL1749N Description : The NOT LOGGED INITIALLY attribute cannot be activated for table table-name since it was not created with NOT LOGGED INITIALLY. Explanation: The table table-name was not created with the NOT LOGGED INITIALLY attribute specified and therefore this attribute cannot be activated using ALTER TABLE. The...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/error-while-processing-olap-cube-in-sql-analysis-services/' rel='bookmark' title='Permanent Link: Error while processing OLAP cube in SQL Analysis Services'>Error while processing OLAP cube in SQL Analysis Services</a> <small>This article describes the resolution for the issue that is faced while processing the OLAP cube in SQL Analysis Services. While processing the dimension in the cube sometimes the dimension gets hanged or it throws the error “– 2147221411: Process operation failed”. Problem Summary When you try to process the...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql0161n-insert-update-not-conform-view-definition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: SQL0284N The table was not created</title>
		<link>http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:09:25 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>
		<category><![CDATA[Table Creation Error]]></category>
		<category><![CDATA[Tablespace Error]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/</guid>
		<description><![CDATA[DB2 Error: SQL0284N 

Description : The table was not created because the table space tablespace-name following the clause clause is a tablespace-type table space. 

Explanation: 
The CREATE TABLE or DECLARE GLOBAL TEMPORARY TABLE statement specified a table space named tablespace-name following the clause clause that is not a valid type of table space for this [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/' rel='bookmark' title='Permanent Link: Error: SQL0290N Table space access is not allowed'>Error: SQL0290N Table space access is not allowed</a> <small>DB2 Error: SQL0290N Description :Table space access is not allowed. Explanation: A process attempted to access a table space which is in an invalid state for which the intended access is not allowed. If the table space is in a quiesced state, only processes which also hold the table space...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql1749n-not-logged-initially/' rel='bookmark' title='Permanent Link: Error: SQL1749N NOT LOGGED INITIALLY'>Error: SQL1749N NOT LOGGED INITIALLY</a> <small>DB2 Error: SQL1749N Description : The NOT LOGGED INITIALLY attribute cannot be activated for table table-name since it was not created with NOT LOGGED INITIALLY. Explanation: The table table-name was not created with the NOT LOGGED INITIALLY attribute specified and therefore this attribute cannot be activated using ALTER TABLE. The...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-system-tables/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Oracle System Tables'>Oracle PL/SQL: Oracle System Tables</a> <small>Oracle PL/SQL: Oracle System Tables. Below is an alphabetical listing of the Oracle system tables that are commonly used....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: SQL0290N Table space access is not allowed</title>
		<link>http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:07:43 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>
		<category><![CDATA[Tablespace Access Error]]></category>
		<category><![CDATA[Tablespace Error]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/</guid>
		<description><![CDATA[DB2 Error: SQL0290N 

Description :Table space access is not allowed. 

Explanation: 
A process attempted to access a table space which is in an invalid state for which the intended access is not allowed. 

If the table space is in a quiesced state, only processes which also hold the table space in a quiesced state are [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/' rel='bookmark' title='Permanent Link: Error: SQL0284N The table was not created'>Error: SQL0284N The table was not created</a> <small>DB2 Error: SQL0284N Description : The table was not created because the table space tablespace-name following the clause clause is a tablespace-type table space. Explanation: The CREATE TABLE or DECLARE GLOBAL TEMPORARY TABLE statement specified a table space named tablespace-name following the clause clause that is not a valid type...</small></li>
<li><a href='http://technotes.towardsjob.com/general/weblogic-administration-error-heap-space-utilization-too-high/' rel='bookmark' title='Permanent Link: Weblogic Administration Error : Heap Space Utilization too high'>Weblogic Administration Error : Heap Space Utilization too high</a> <small>This Article is intended for Weblogic Administrators as a quick reference to known issues and their solution or workarounds. This will help in fast and effective resolution of problems Problem Description: Heap Space Utilization too high (&gt;=95% say) Solution/Workaround: Log on to WebLogic Admin Console Go to the server instance...</small></li>
<li><a href='http://technotes.towardsjob.com/dotnet/process-cannot-access-file-being-used-by-another-process/' rel='bookmark' title='Permanent Link: Troubleshooting Error &ldquo;The process cannot access the file because it is being used by another process&rdquo;'>Troubleshooting Error &ldquo;The process cannot access the file because it is being used by another process&rdquo;</a> <small>You may come across the error “The process cannot access the file 'abc.txt' because it is being used by another process” while programming in DotNet environment. Usually this case occurs when you create a file and do some operation, before completion of the operation or if the file object is...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: SQL1762N Unable to connect to database</title>
		<link>http://technotes.towardsjob.com/db2/error-sql1762n-unable-to-connect-to-database/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql1762n-unable-to-connect-to-database/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:06:04 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>
		<category><![CDATA[Login Issues]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql1762n-unable-to-connect-to-database/</guid>
		<description><![CDATA[DB2 Error: SQL1762N 

Description : Unable to connect to database because there is not enough space to allocate active log files. 

Explanation: 
There is not enough disk space to allocate active log files. Possible reasons include: 

There is insufficient space available on the device used to store the recovery logs. 
If userexits are enabled, the [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql1263n-archive-file-name-not-valid/' rel='bookmark' title='Permanent Link: Error: SQL1263N Archive file name not valid'>Error: SQL1263N Archive file name not valid</a> <small>DB2 Error: SQL1263N Description : The archive file name is not a valid log file for database name on node node-number. Explanation: The specified archive log file exists in the database log directory or the overflow log directory on the specified node, but the file is not valid. Roll-forward recovery...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/sql-server-2005-dba-checklist/' rel='bookmark' title='Permanent Link: SQL Server 2005 database DBA Checklist for database administrator'>SQL Server 2005 database DBA Checklist for database administrator</a> <small>This article provides SQL Server 2005 database DBA Checklist for database administrator. The objective is to provide Check list for database administrator Overcome existing database server issues like CPU Utilization more (95%), growth in transaction log Database Performance (CUP Utilization) SQL Server 2005 database is 64 bit, its basic feature...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/' rel='bookmark' title='Permanent Link: Error: SQL0290N Table space access is not allowed'>Error: SQL0290N Table space access is not allowed</a> <small>DB2 Error: SQL0290N Description :Table space access is not allowed. Explanation: A process attempted to access a table space which is in an invalid state for which the intended access is not allowed. If the table space is in a quiesced state, only processes which also hold the table space...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql1762n-unable-to-connect-to-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: SQL1749N NOT LOGGED INITIALLY</title>
		<link>http://technotes.towardsjob.com/db2/error-sql1749n-not-logged-initially/</link>
		<comments>http://technotes.towardsjob.com/db2/error-sql1749n-not-logged-initially/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:04:43 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[DB2 Error Codes]]></category>
		<category><![CDATA[DBA Tips]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/db2/error-sql1749n-not-logged-initially/</guid>
		<description><![CDATA[DB2 Error: SQL1749N 

Description : The NOT LOGGED INITIALLY attribute cannot be activated for table table-name since it was not created with NOT LOGGED INITIALLY. 

Explanation: 
The table table-name was not created with the NOT LOGGED INITIALLY attribute specified and therefore this attribute cannot be activated using ALTER TABLE. 
The statement cannot be processed. 
Solution:
Remove [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/db2/error-sql0284n-the-table-was-not-created/' rel='bookmark' title='Permanent Link: Error: SQL0284N The table was not created'>Error: SQL0284N The table was not created</a> <small>DB2 Error: SQL0284N Description : The table was not created because the table space tablespace-name following the clause clause is a tablespace-type table space. Explanation: The CREATE TABLE or DECLARE GLOBAL TEMPORARY TABLE statement specified a table space named tablespace-name following the clause clause that is not a valid type...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql0161n-insert-update-not-conform-view-definition/' rel='bookmark' title='Permanent Link: Error: SQL0161N Insert or Update operation does not conform to the view definition'>Error: SQL0161N Insert or Update operation does not conform to the view definition</a> <small>DB2 Error: SQL0161N Description : The resulting row of the insert or update operation does not conform to the view definition. Explanation: The WITH CHECK OPTION clause was specified in the view definition that is the object of the insert or update operation or a FROM clause specified an insert...</small></li>
<li><a href='http://technotes.towardsjob.com/db2/error-sql0290n-table-space-access-is-not-allowed/' rel='bookmark' title='Permanent Link: Error: SQL0290N Table space access is not allowed'>Error: SQL0290N Table space access is not allowed</a> <small>DB2 Error: SQL0290N Description :Table space access is not allowed. Explanation: A process attempted to access a table space which is in an invalid state for which the intended access is not allowed. If the table space is in a quiesced state, only processes which also hold the table space...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/db2/error-sql1749n-not-logged-initially/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>