On 2/5/02 12:11 PM Patrick Gormley ([EMAIL PROTECTED]) wrote: >Is anyone having problems analyzing W* V logs with Analog. Webstar is >writing Webstar Log Format (WLF) files, like it always has. Analog keeps >giving me a report stating that all log lines are corrupted. I have not >changed anything in my Analog prefs files. Webstar 4.x gave me no problems. >Any suggestions on how I can fix this?
You should switch WebSTAR to W3C ExLF log format. WebSTAR 5.x WLF log files are in a brand new format that bears little resemblance to WebSTAR 2.x,3.x,4.x WLF log files. Analog does not currently support WebSTAR 5.x WLF. You could write a custom log format specification to enable Analog to read the logs, but it would probably be alot of work. Another approach to patching existing logs is to remove all of the lines that start with a "#". Watch for the line that starts "#Fields:" and replace that with "!!LOG_FORMAT", leaving the rest of that line alone. This is really tedious, as you need to catch all occurrences of lines starting with a "#" anywhere in the log file. I am currently trying to convince 4D that they should put the format back to being compatible with WebSTAR 2.x,3.x,4.x. If you felt like e-mailing them that might help convince them that their brand new incompatible format was a bad idea. Jason ----------------- [EMAIL PROTECTED] ----------------- Dr. Seuss books . . . can be read and enjoyed on several levels. For example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed as a searing indictment of the narrow-minded binary counting system. -- Peter van der Linden, Expert C Programming, Deep C Secrets +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
