Hello,
We've had awstats running fine with IIS fine until we introduced load-balanced servers.
I've tried to run logresolvemerge.pl in a conf file as shown:
/tools/logresolvemerge.pl C:\\inetpub\\logs\\u_ex%YY-24%MM-24%DD-24.log \\\\anotherserver\\C$\\inetpub\\logs\\u_ex%YY-24%MM-24%DD-24.log |
This works, but gives me this output:
Phase 1 : First bypass old records, searching new record…
Searching new records from beginning of log file…
Jumped lines in file: 0
Parsed lines in file: 25368
Found 25367 dropped records,
Found 1 corrupted records,
Found 0 old records,
Found 0 new qualified records.
I have looked through the forums a bit and found that switching the logformat to "%time2 %method %url %query %logname %host %other %ua %referer %code %bytesd" has solved some peoples' problems, but not mine.
Does anyone have suggestions?
Thanks