dcsimg

Time stamps for hits in an IIS log are all the same

Products

Webtrends Analytics 9.x
Webtrends Analytics 8.x

Issue

All traffic seems to be happening at the same time. Usually occurring at some point in the future while using IIS weblogs. IIS is running in a virtual environment.

Cause

This is caused by the system time changing and IIS not being restarted. This can be verified by checking that the date/time stamp is all the same within the IIS log files.

Resolution

After verifying that the system time is set correctly, open a command prompt with administrative privilege and type the follow commands:

Net stop http
net start http
iisreset

You should now be able to verify that the time stamp is being correctly logged within the IIS logs.