<?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</title>
	<atom:link href="http://technotes.towardsjob.com/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>Mon, 08 Mar 2010 13:17:02 +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>Application pool &#8216;DefaultAppPool&#8217; exceeded its job limit settings</title>
		<link>http://technotes.towardsjob.com/general/application-pool-defaultapppool-exceeded-its-job-limit-settings/</link>
		<comments>http://technotes.towardsjob.com/general/application-pool-defaultapppool-exceeded-its-job-limit-settings/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:15:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Application pool]]></category>
		<category><![CDATA[CPU monitoring error]]></category>
		<category><![CDATA[DefaultAppPool]]></category>
		<category><![CDATA[Event ID:    1025]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis warning]]></category>
		<category><![CDATA[Internet Information Services]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/?p=447</guid>
		<description><![CDATA[This warning in event log will cause the high CPU usage and leads to the service unavailable error in IIS. This issue is due to enable CPU monitoring.


Related posts:<ol><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>
<li><a href='http://technotes.towardsjob.com/sql-server/steps-to-create-and-deploy-ssis-package-as-a-sqlagent-job/' rel='bookmark' title='Permanent Link: Steps to Create and Deploy SSIS Package as a SQLAgent Job'>Steps to Create and Deploy SSIS Package as a SQLAgent Job</a> <small>Microsoft says that SQL Server Integration Services (SSIS) “is a platform for building high performance data integration solutions, including extraction, transformation, and load (ETL) packages for data warehousing.” A simpler way to think of SSIS is that it’s the solution for automating SQL Server. SSIS provides a way to build...</small></li>
<li><a href='http://technotes.towardsjob.com/testing/guidelines-for-testing-database-level-application/' rel='bookmark' title='Permanent Link: Guidelines for Testing Database Level Application'>Guidelines for Testing Database Level Application</a> <small>Introduction Databases are integral part of any application. There are applications which directly operate on databases. There are other applications that send requests to the aforementioned applications. The document provides the guidelines on how to go on with the testing of applications that directly operate on Databases. The system test...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/general/application-pool-defaultapppool-exceeded-its-job-limit-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to FTP files with Larger Record Length to Mainframe</title>
		<link>http://technotes.towardsjob.com/general/how-to-ftp-files-with-larger-record-length-to-mainframe/</link>
		<comments>http://technotes.towardsjob.com/general/how-to-ftp-files-with-larger-record-length-to-mainframe/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:12:58 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fixed file format]]></category>
		<category><![CDATA[FTP larger files]]></category>
		<category><![CDATA[ftp to mainframe]]></category>
		<category><![CDATA[variable file format]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/general/how-to-ftp-files-with-larger-record-length-to-mainframe/</guid>
		<description><![CDATA[FTP files to mainframe    In order to FTP the file to Mainframe we have to use:    put &#60; path/filename1 &#62; &#60; ’filename2’ &#62; (put command is used when we logged to one server and are transferring the file to different server)    or    get [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/oracle-plsql-datatypes/' rel='bookmark' title='Permanent Link: Oracle PL/SQL Datatypes'>Oracle PL/SQL Datatypes</a> <small>SQL: Data Types The following is a list of general SQL datatypes that may not be supported by all relational databases. Data Type Syntax Oracle 9i Explanation (if applicable) dec(p, s) The maximum precision [...]...</small></li>
<li><a href='http://technotes.towardsjob.com/unix/unix-command-tips-for-developers/' rel='bookmark' title='Permanent Link: UNIX Command Tips for Developers'>UNIX Command Tips for Developers</a> <small>Here are some interesting shell commands that can be useful to any programmer working on UNIX environment 1. Viewing a zipped or Compressed file zcat &lt;filename&gt; This will help you to view the contents of a zipped file. 2. using the while command to keep the session [...]...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/inbuilt-functions-in-oracle/' rel='bookmark' title='Permanent Link: Inbuilt Functions in Oracle'>Inbuilt Functions in Oracle</a> <small>Character Functions in oracle String function plays important role in oracle as often it is required to convert the string or extract certain part of it. These functions accept column value or an expression as the input. ASCII This function is used to get the ASCII value of a character....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/general/how-to-ftp-files-with-larger-record-length-to-mainframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to JOINS in SQL Server</title>
		<link>http://technotes.towardsjob.com/sql-server/introduction-to-joins-in-sql-server/</link>
		<comments>http://technotes.towardsjob.com/sql-server/introduction-to-joins-in-sql-server/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:41:32 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/?p=443</guid>
		<description><![CDATA[SQL Server provides a method of retrieving data from more than one table using joins. A join can be defined as an operation that includes the retrieval of data from more than one table at a time.

A join is implemented using the SELECT statement, in which the SELECT list contains the name of the columns [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/sql-tips-writing-multiple-column-subqueries/' rel='bookmark' title='Permanent Link: SQL TIPS : Writing Multiple Column Subqueries'>SQL TIPS : Writing Multiple Column Subqueries</a> <small>In subqueries, regardless of whether one row or multiple rows are returned, each of these rows contains only one column worth of data to compare to the main query level. The main query can be set up to handle multiple columns in each row returned, too. For example select deptno,ename,job,sal,...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/an-introduction-to-microsoft-sql-server-2008-part-1/' rel='bookmark' title='Permanent Link: An Introduction to Microsoft SQL Server 2008 &ndash; Part 1'>An Introduction to Microsoft SQL Server 2008 &ndash; Part 1</a> <small>Microsoft® SQL Server® 2008 is a database platform for large-scale online transaction processing (OLTP), data warehousing, and e-commerce applications; it is also a business intelligence platform for data integration, analysis, and reporting solutions. Microsoft® SQL Server® 2008 provides a trusted, productive, and intelligent data platform that enables you to run...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/why-upgrade-to-microsoft-sql-server-2008/' rel='bookmark' title='Permanent Link: Why Upgrade to Microsoft SQL Server 2008?'>Why Upgrade to Microsoft SQL Server 2008?</a> <small>With the new release of SQL Server 2008, there are many benefits in upgrading the existing applications to the latest release. SQL Server 2008 provides a Data Platform for enterprise applications. Let’s learn more about the new features available in SQL Server 2008...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/introduction-to-joins-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue on Renaming SQL Server machine name</title>
		<link>http://technotes.towardsjob.com/sql-server/issue-on-renaming-sql-server-machine-name/</link>
		<comments>http://technotes.towardsjob.com/sql-server/issue-on-renaming-sql-server-machine-name/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:29:46 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/?p=437</guid>
		<description><![CDATA[If we change SQL Server machine's computer name, the new name doesn't take to effect immediately to SQL server. This article will solve this problem.


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/troubleshooting-ssrs-error-the-report-server-is-not-responding/' rel='bookmark' title='Permanent Link: Troubleshooting SSRS Error &ldquo;The report server is not responding&rdquo;'>Troubleshooting SSRS Error &ldquo;The report server is not responding&rdquo;</a> <small>This article explains the step by step troubleshooting methodology for correcting the error “The report server is not responding. Verify that the report server is running and can be accessed from this computer” that occurs in SQL Server Reporting Services (SSRS 2005). SQL Server 2005 Reporting Services (SSRS 2005) allows...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/cannot-install-sql-server-cluster-on-a-computer-that-runs-microsoft-windows-server-2003/' rel='bookmark' title='Permanent Link: Cannot install SQL Server cluster on a computer that runs Microsoft Windows Server 2003'>Cannot install SQL Server cluster on a computer that runs Microsoft Windows Server 2003</a> <small>We might have seen the error “Cannot install SQL Server cluster on a computer that runs Microsoft Windows Server 2003 “ during the process of SQL Server Installation in Windows Server 2003. Let us discus why we get the error and how to recover from the error Problem Description You...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/error-while-installing-the-sql-server-2000-virtual-instance/' rel='bookmark' title='Permanent Link: Error while installing the SQL Server 2000 Virtual Instance'>Error while installing the SQL Server 2000 Virtual Instance</a> <small>When you try to install an instance of Microsoft SQL Server 2000 virtual server on the failover cluster nodes that are running Microsoft Windows Server 2003, you may notice that the SQL Server 2000 virtual server installation is not completed successfully. Additionally, you may receive the following error message: “An...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/issue-on-renaming-sql-server-machine-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORA-01035: ORACLE only available to users with Restricted Session privelege</title>
		<link>http://technotes.towardsjob.com/oracle/ora-01035-oracle-only-available-to-users-with-restricted-session-privelege/</link>
		<comments>http://technotes.towardsjob.com/oracle/ora-01035-oracle-only-available-to-users-with-restricted-session-privelege/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:20:44 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ORA-01035]]></category>
		<category><![CDATA[Oracle in Restricted]]></category>
		<category><![CDATA[STARTUP RESTRICT]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/?p=434</guid>
		<description><![CDATA[Cause :
The database is in Restricted Mode, Usually database will be put in restricted mode while taking backup. While in restricted mode users with Restricted access will have access to database. Normal users will be able to access database.
Identification :
You can identify the current login mode of the database using the query
SQL&#62; select logins from [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/oracle/ora-01652-unable-to-extend-temp-segment-by-64-in-tablespace/' rel='bookmark' title='Permanent Link: ORA-01652 unable to extend temp segment by 64 in tablespace'>ORA-01652 unable to extend temp segment by 64 in tablespace</a> <small>Solution: 1. Check the datafile location of the tablespace where the space issue has raised. SQL&gt;Select file_name, from dba_data_files where tablespace_name=’TN’; 2. Check whether there is space in the tablespace from the following query. SQL&gt;select tablespace_name, sum (bytes/1024/1024) from dba_free_space where tablespace_name=’TN&#8217; GROUP BY tablespace_name; select tablespace_name, sum (bytes/1024/1024) from...</small></li>
<li><a href='http://technotes.towardsjob.com/oracle/oracle-pl-sql-transactions/' rel='bookmark' title='Permanent Link: Oracle PL/SQL: Transactions'>Oracle PL/SQL: Transactions</a> <small>Oracle PL/SQL: Commit Transactions The syntax for the COMMIT statement is: COMMIT [WORK] [COMMENT text]; The Commit statement commits all changes for the current session. Once a commit is issued, other users will be able to see your changes. Oracle PL/SQL: Rollback Transactions The syntax for the ROLLBACK statement is:...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/microsoft-sql-server-security/' rel='bookmark' title='Permanent Link: Microsoft SQL SERVER &ndash; Security'>Microsoft SQL SERVER &ndash; Security</a> <small>What are Builtin\Administrators? SQL Server creates a default NT Group login called Builtin\Administrators during installations.This login facilitates the following All local NT administrators on the server to have default sysadmin privileges&#160; Automatic access to system tables Automatic access to user tables How security is compromised? SQL Server security is compromised...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/oracle/ora-01035-oracle-only-available-to-users-with-restricted-session-privelege/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server &#8211; Maximum Capacity Specifications Comparison</title>
		<link>http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/</link>
		<comments>http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:22:00 +0000</pubDate>
		<dc:creator>Raju Sachin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 7.0]]></category>
		<category><![CDATA[SQL Server Comparison]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/</guid>
		<description><![CDATA[



The following table compares the maximum sizes and numbers of various objects defined in SQL Server 7.0, SQL Server 2000 and SQL Server 2005 databases or referenced in Transact-SQL statements. The table does not include Microsoft SQL Server 2000 Windows CE Edition and Microsoft SQL Server 2005 Windows CE Edition. The table has the technical [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/sql-server/encryption-and-decryption-in-sql-server-2005/' rel='bookmark' title='Permanent Link: Encryption and Decryption in SQL Server 2005'>Encryption and Decryption in SQL Server 2005</a> <small>In this tutorial we shall see how to implement Microsoft SQL Server 2005 Encryption Techniques. Microsoft SQL Server 2005 Encryption are a good way to encrypt sensitive and confidential fields such as passport number, credit card number, phone numbers, and other user information. Many applications require security of important data...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/sql-server-compare-and-synchronize-tool/' rel='bookmark' title='Permanent Link: SQL Compare &#8211; Compare and Synchronize tool for SQL Server Database'>SQL Compare &#8211; Compare and Synchronize tool for SQL Server Database</a> <small>SQL Compare is a Data comparison and synchronization tool from Redgate, This is an effective tool for SQL developers, Test Engineers&#160; and SQL DBAs to accomplish their task. The specialty of the software is that it can be used with live database, Database Snapshots as well as SQL Scripts. Some...</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/consistency-errors-in-ms-sql-server-2000/' rel='bookmark' title='Permanent Link: Consistency Errors in MS SQL Server 2000'>Consistency Errors in MS SQL Server 2000</a> <small>Overview of Consistency Errors A DBCC CHECKDB statement may report consistency errors in your database when all the following conditions are true: SQL Server loads data into a column that is a sql_variant data type. The data originates in another column that is a sql_variant data type and at some...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/sql-server/sql-server-maximum-capacity-specifications-comparison/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Class for Sending Email using Java API</title>
		<link>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/</link>
		<comments>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:31:01 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java API]]></category>
		<category><![CDATA[Java Class for Email]]></category>
		<category><![CDATA[Mail using Java API]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/</guid>
		<description><![CDATA[Introduction
This is a java class file for sending mails using java APIs. It requires two jar files to be set in the class path. Also Java J2SDK is required to compile or run this code. A valid SMTP server ip is required and that should be authenticated by a valid user id and password. 
Limitations [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/java/java-commons-email-api/' rel='bookmark' title='Permanent Link: Java Commons-Email API'>Java Commons-Email API</a> <small>Introduction Commons-Email provides an API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: SimpleEmail &#8211; This class is used to send basic text based emails. MultiPartEmail &#8211; This class...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-developers-forgetting-that-java-is-zero-indexed/' rel='bookmark' title='Permanent Link: Java Developers Forgetting that Java is zero-indexed'>Java Developers Forgetting that Java is zero-indexed</a> <small>If you&#8217;ve come from a C/C++ background, you may not find this quite as much a problem as those who have used other languages. In Java, arrays are zero-indexed, meaning that the first element&#8217;s index is actually 0. Confused? Let&#8217;s look at a quick example. // Create an array of...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/' rel='bookmark' title='Permanent Link: Java API for Voice Based Solutions'>Java API for Voice Based Solutions</a> <small>Introduction Voice based solutions are needed when there is a legal requirement to play back an already recorded statement, recording and playing back the telephony conversations, speech recognition systems, visually impaired people, for training customer support representations and so on. Voice based solutions can be implemented using J2SE Java Sound...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblogic Server Error :  Server not coming UP</title>
		<link>http://technotes.towardsjob.com/general/weblogic-server-error-server-not-coming-up/</link>
		<comments>http://technotes.towardsjob.com/general/weblogic-server-error-server-not-coming-up/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 15:57:16 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[boot identity is not valid]]></category>
		<category><![CDATA[Could not acquire lock on ldap already in use]]></category>
		<category><![CDATA[java Weblogic Server]]></category>
		<category><![CDATA[Weblog not starting in Unix]]></category>
		<category><![CDATA[Weblogic Not Starting in Windows]]></category>
		<category><![CDATA[Weblogic Server Administration]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/general/weblogic-server-error-server-not-coming-up/</guid>
		<description><![CDATA[Problem Description: Server not coming up after restart. (You will find error in log like: “Could not acquire lock on ldap &#8230; already in use &#8230;”)
Possible causes: Server did not shutdown properly though in console you will see the status as SHUTDOWN / UNKNOWN
Solution:

Logon to UNIX box.
Switch user to the user owning the domain
Run “/usr/ucb/ps [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/general/weblogic-administration-error-execute-thread-count-full/' rel='bookmark' title='Permanent Link: Weblogic Administration Error : Execute Thread Count Full'>Weblogic Administration Error : Execute Thread Count Full</a> <small>Problem Description: Execute Thread Count Full Solution/Workaround: Open WebLogic Admin Console Go to the server for which the Default Execute Thread filled up Go to “Monitor all Execute Queue” Check for “Idle threads” count If it is showing “Zero”, and application is running slow and the IdleThread count is “Zero”...</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/sql-server/troubleshooting-ssrs-error-the-report-server-is-not-responding/' rel='bookmark' title='Permanent Link: Troubleshooting SSRS Error &ldquo;The report server is not responding&rdquo;'>Troubleshooting SSRS Error &ldquo;The report server is not responding&rdquo;</a> <small>This article explains the step by step troubleshooting methodology for correcting the error “The report server is not responding. Verify that the report server is running and can be accessed from this computer” that occurs in SQL Server Reporting Services (SSRS 2005). SQL Server 2005 Reporting Services (SSRS 2005) allows...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/general/weblogic-server-error-server-not-coming-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblogic Administration Error : Execute Thread Count Full</title>
		<link>http://technotes.towardsjob.com/general/weblogic-administration-error-execute-thread-count-full/</link>
		<comments>http://technotes.towardsjob.com/general/weblogic-administration-error-execute-thread-count-full/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 15:44:33 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[java Weblogic Server]]></category>
		<category><![CDATA[Weblogic Server Administration]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/general/weblogic-administration-error-execute-thread-count-full/</guid>
		<description><![CDATA[Problem Description: Execute Thread Count Full
Solution/Workaround:

Open WebLogic Admin Console
Go to the server for which the Default Execute Thread filled up
Go to “Monitor all Execute Queue”
Check for “Idle threads” count
If it is showing “Zero”, and application is running slow and the IdleThread count is “Zero” forlong (say 5 min)
Only option is to restart the server instance. [...]


Related posts:<ol><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/general/weblogic-server-error-server-not-coming-up/' rel='bookmark' title='Permanent Link: Weblogic Server Error :  Server not coming UP'>Weblogic Server Error :  Server not coming UP</a> <small>Problem Description: Server not coming up after restart. (You will find error in log like: “Could not acquire lock on ldap &#8230; already in use &#8230;”) Possible causes: Server did not shutdown properly though in console you will see the status as SHUTDOWN / UNKNOWN Solution: Logon to UNIX box....</small></li>
<li><a href='http://technotes.towardsjob.com/sql-server/error-while-installing-the-sql-server-2000-virtual-instance/' rel='bookmark' title='Permanent Link: Error while installing the SQL Server 2000 Virtual Instance'>Error while installing the SQL Server 2000 Virtual Instance</a> <small>When you try to install an instance of Microsoft SQL Server 2000 virtual server on the failover cluster nodes that are running Microsoft Windows Server 2003, you may notice that the SQL Server 2000 virtual server installation is not completed successfully. Additionally, you may receive the following error message: “An...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/general/weblogic-administration-error-execute-thread-count-full/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblogic Administration Error : Heap Space Utilization too high</title>
		<link>http://technotes.towardsjob.com/general/weblogic-administration-error-heap-space-utilization-too-high/</link>
		<comments>http://technotes.towardsjob.com/general/weblogic-administration-error-heap-space-utilization-too-high/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 15:38:04 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[java Weblogic Server]]></category>
		<category><![CDATA[Weblogic Server Administration]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/general/weblogic-administration-error-heap-space-utilization-too-high/</guid>
		<description><![CDATA[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 (&#62;=95% say)   Solution/Workaround:

 Log on to WebLogic Admin Console

Go to the server instance for which the heap space [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/general/weblogic-administration-error-execute-thread-count-full/' rel='bookmark' title='Permanent Link: Weblogic Administration Error : Execute Thread Count Full'>Weblogic Administration Error : Execute Thread Count Full</a> <small>Problem Description: Execute Thread Count Full Solution/Workaround: Open WebLogic Admin Console Go to the server for which the Default Execute Thread filled up Go to “Monitor all Execute Queue” Check for “Idle threads” count If it is showing “Zero”, and application is running slow and the IdleThread count is “Zero”...</small></li>
<li><a href='http://technotes.towardsjob.com/general/weblogic-server-error-server-not-coming-up/' rel='bookmark' title='Permanent Link: Weblogic Server Error :  Server not coming UP'>Weblogic Server Error :  Server not coming UP</a> <small>Problem Description: Server not coming up after restart. (You will find error in log like: “Could not acquire lock on ldap &#8230; already in use &#8230;”) Possible causes: Server did not shutdown properly though in console you will see the status as SHUTDOWN / UNKNOWN Solution: Logon to UNIX box....</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/general/weblogic-administration-error-heap-space-utilization-too-high/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>