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.

Tags: , , , , , ,

Tech Guy on February 24th, 2010

FTP files to mainframe In order to FTP the file to Mainframe we have to use: put < path/filename1 > < ’filename2’ > (put command is used when we logged to one server and are transferring the file to different server) or get [...]

Tags: , , ,

Tech Guy on February 23rd, 2010

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 [...]

Raju Sachin on February 23rd, 2010

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.

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> select logins from [...]

Tags: , ,

Raju Sachin on October 6th, 2009

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 [...]

Tags: , , , ,

Tech Guy on October 1st, 2009

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 [...]

Tags: , ,

Tech Guy on October 1st, 2009

Problem Description: Server not coming up after restart. (You will find error in log like: “Could not acquire lock on ldap … already in use …”)
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 [...]

Tags: , , , , ,

Tech Guy on October 1st, 2009

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. [...]

Tags: ,

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 (>=95% say) Solution/Workaround:

Log on to WebLogic Admin Console

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

Tags: ,