Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Usage analysis for Office XP Web Services does not automatically occur on a server that is running Windows Server 2003


View products that this article applies to.

Symptoms

You install FrontPage 2002 Server Extensions from Microsoft and Microsoft Internet Information Services (IIS) version 6.0 on a server that is running Microsoft Windows Server 2003. After you do this, usage analysis for Office XP Web Services does not automatically occur while the server handles typical traffic for Office XP Web Services requests.

↑ Back to the top


Cause

This behavior is by design. Office XP Web Services do not include an automatic timer service.

↑ Back to the top


Workaround

To work around this behavior, you can create a scheduled task by using Scheduled Tasks in Control Panel. Alternatively, you can manually create a scheduled task by using the Schtasks.exe tool. This tool runs the following example batch file at a set time interval:
@echo off
if not (%1)==(low) start /low cmd.exe /c Batch_file_name.cmd low
if not (%1)==(low) goto EXIT
cd /d "%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\50\bin"
owsadm.exe -o usage -p lm/w3svc/1
owsadm.exe -o usage -p lm/w3svc/2
owsadm.exe -o usage -p lm/w3svc/3
:EXIT
In this example, the Owsadm.exe command-line utility is called three times to process usage statistics for the Web sites that have the identifier numbers of 1, 2, and 3. To see the Web site identifiers, follow these steps:
  1. Start Internet Services Manager.
  2. Click the name of the Web site that you want to examine.
  3. Read the description of the Web site. The description lists the Web site identifiers.
  4. Quit Internet Services Manager.
For additional information about how to create a scheduled task in Windows Server 2003, click the following article number to view the article in the Microsoft Knowledge Base:
814596� How to use Schtasks.exe to schedule tasks in Windows Server 2003

↑ Back to the top


Keywords: KB889363, kbprb, kbtshoot

↑ Back to the top

Article Info
Article ID : 889363
Revision : 4
Created on : 12/3/2007
Published on : 12/3/2007
Exists online : False
Views : 320