Forum Moderators: DixonJones
iPlanet has the uncanny ability to write instances to the log out of sequence. It will write them in the order that objects are actually served to the client but the time stamps will be for when they were actually called. If you have enough instances where there is more than a three second difference in the time stamping=to order they are written, WebTrends will puke on it.
Fix; write a script to sort through the log and order them by time stamp.
Hope this helps.
You can run whats called a CharacterizeAnalysis on the logs (at least I think you can with Log Analyzer, I know its avaliable in Enterprise Suite which is two steps up from what you are using). They took the link off their site which will answer that question so I am awaiting a return email from an friend up there.
There is no patch for this at all from WebTrends. The only fix is to presort the logs some how. Either through a Perl script, VB script or something of the like.
I wish you luck and feel free to contact me anytime.
Characterized Analysis is an undocumented yet valuable feature of the new
generation of WebTrends products that helps you determine the readability of
a web log file and the reliability of the information it contains.
Characterized Analysis will help you answer the following questions and
gather more information about the log file and the individual records
(events) that comprise the log file.
What period of time does the log file cover?
How large are the log files in the profile path?
What is the log file format in the profile path?
How many of the log file records are valid (parseable)?
How many of the log file records are bad (unparseable)?
How many characters long is the average record?
How many characters long is the longest record?
What do the log file records look like?
How many records, if any, are out of chronological order?
Which parameters, if any, can be tracked via URL Parameter Analysis?
Refer to the following screen shots as you create a new report style and
memorized report type called "CharacterizeAnalysis".
From the main console, go to the Configuration menu and select Style Editor.
To view a screen shot please click.
The Style Wizard will populate.
Select the Create new report style radio-button.
To view a screen shot please click.
Continue to click Next until you arrive at the Style Wizard Finalization
dialog.
In the Style Name text box enter the following text.
CharacterizeAnalysis
Note: This field is case sensitive so the name must be typed exactly as seen
above.
Click the Finish button and this will close the dialog.
To run the Characterize Analysis report, double-click the profile, click the
Style tab, and for Report Style select the new style you just created,
CharacterizeAnalysis.
Click Start to begin creating the report.
--This may help now or in the future.