From: "Andrew Gaskell" <[EMAIL PROTECTED]>
> Hi Loren,
> how do I activate the error file? Do you mean:
>
> errfile <somefilename>
Yes. When you enable debugging, analog displays lines that don't match the
format it expects, and puts a * under the first field that doesn't make
sense. On a normal 80 column screen, the output wraps, and can be
difficult to interpret. If you capture it to a file instead, and open it
in a text editor that doesn't wrap (and that used a fixed, not a
proportional font), you can figure out why Analog doesn't like a
particular line.
> The time reporting seems to be correct in my output (it has rounded it
up
> automatically):
>
> S: Earliest entry in logfile: 10/Aug/01:0801
> S: Latest entry in logfile: 10/Aug/01:2300
>
> But I am getting an F for files missing or corrupt I believe on opening
the
> file:
No, it's F because it's a File message, but it doesn't indicate a problem,
it's simply reporting that it opened and closed the files.
> I also have the following in my report if this is any help:
> Logfile lines without status code: 244
MICROSOFT-INT2 recognizes two types of lines:
LOGFORMAT (%S, %u, %d/%m/%y, %h:%n:%j, W3SVC%j, %j, %v,
%T, %j, %b, %c, %j, %j, %r, %q,)
LOGFORMAT (%*S, %*u, %d/%m/%y, %h:%n:%j, %j)
In your case, none of the lines match the first (none of them have W3SVC
in them), so they all match the second, and it doesn't have a status
field. It also ignores the actual files requested, for those lines that
have one. (Not all the FTP log file lines refer to file transfers - the
USER and PASS lines are for users logging in). You'll have to write custom
logformats to match the remaining lines.
If you get a satisfactory result, post your LOGFORMAT here, so that it can
be included in the documentation.
Aengus
+------------------------------------------------------------------------
| 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
+------------------------------------------------------------------------