Topic Last Modified: 2006-02-27

The Microsoft® Exchange Server Analyzer Tool includes a performance data collection engine that is used to query performance counter objects on computers that are running Exchange 2000 Server or Exchange Server 2003. The performance data collection engine collects data from the Virus Scan Queue Length performance counter of the MSExchangeIS performance object to analyze performance data.

If the Exchange Server Analyzer determines that the 90th percentile value for the Virus Scan Queue Length counter is greater than 10 during the sample time slice, the Exchange Server Analyzer displays an error.

The Virus Scan Queue Length performance counter indicates the current number of outstanding requests that are queued for virus scanning.

This error can indicate performance issues related to the following:

To resolve this error, take the following steps:

Removing Processor Bottlenecks

There are many ways to remove processor bottlenecks from your Exchange server.

  • First, review the applications or tasks that are causing load on the server. Determine whether the application should be using the processor time that it is or whether there might be an issue with the process.

  • If a non-Exchange application is not important to that server, run that application on another server. If you can run that application on another server, move server roles to other computers also. For example, if the Inetinfo process is using lots of CPU utilization, consider adding front-end servers to assume responsibility for the protocol work that Inetinfo performs. You can also move public folder access to a dedicated public folder server. Finally, if a server performs lots of distribution list expansions, you can reduce CPU utilization by moving distribution list expansion to a dedicated distribution-list expansion server.

  • Add more or faster processors to the server if you can. Also, enable hyper-threading if it is supported by the processors. You can enable hyper-threading by configuring the system BIOS. For more information, see the computer manufacturer's Help documentation.

  • If increasing the processing power is not a workable option, you must reduce the load on the processors. To reduce the overall effect on the server, make sure that I/O-intensive, CPU-intensive, or memory-using tasks occur outside ordinary operation hours.

  • Make sure that CPU-intensive tasks, such as backup and maintenance, occur during off-peak hours. Also, make sure and that these tasks are performed in a staged manner. Staging a task means setting different start times and, preferably, end times for each task. Staging the maintenance and backup of databases or storage groups also lessens the effect of these resource-intensive tasks.

For More Information