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: Application pool, CPU monitoring error, DefaultAppPool, Event ID: 1025, iis, iis warning, Internet Information Services
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: fixed file format, FTP larger files, ftp to mainframe, variable file format
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 [...]
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 [...]
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: SQL Server, sql server 2000, SQL Server 2005, SQL Server 7.0, SQL Server Comparison
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 [...]
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: boot identity is not valid, Could not acquire lock on ldap already in use, java Weblogic Server, Weblog not starting in Unix, Weblogic Not Starting in Windows, Weblogic Server Administration
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. [...]
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 [...]




