Forum Moderators: DixonJones
The web host apparently updates server time every few days, and the logs are filled with what WeBtrends considers out-of-time-sequence entries, and it won't process the logs. Available Windows apps don't behave well with hundreds or thouands of lines (notepad, Write, Excel, etc) and I would prefer NOT to write my own Access import/export routines for this.... unless necessary.
Anyone know of a VIM script readly available?
DOS SORT - also limited to sorting on nth character of row. Not useful here.
UltraEdit - will sort, but first requires you to parse the file into columns. Looks like that is a major task, since it's been running for 15 minutes already with tons of disk activity.. I suspct it wil be parsed incorrectly but we shall see.
I have to guess that no one else has this problem?
I have to guess that no one else has this problem?I've had to combine logs from load-balanced servers for web trends in the past. I think this may have been to get around the same issue you are having (it was two years ago at least). I used a VB program to do it though. It read a line from each of the source log files, determined which was earliest, wrote it to the output file, and then fetched another row from the same source file.
I've been doing it by hand (with TextPad)- so UltraEdit sounds pretty good to me.
What I've been seeing is both out of order and sets of duplicates, also out of order - so for me, I would want sort and de-dupe capabilities.