Dear Michael, I'm no expert, but possibly the line you are using ...
LOGFILE "d:\inetpub\sites\username\logs\W3SVC3486\*.log" needs to be written for a DOS 8.3 naming convention and without the quotation marks, in which case it would read ... LOGFILE d:\inetpub\sites\username\logs\W3SVC3~1\*.log Check that "username" also complies with above. best regards John E. Hersey HERSEY & Associates CC TEL: (021) 531 22 37 ----------------------------- Email: [EMAIL PROTECTED] URL: http://www.hersey.co.za Simple - Effective - Computing - Solutions "We'll move your Internet world for you!" ----- Original Message ----- From: Michael Clark <[EMAIL PROTECTED]> To: Analog Mailing List <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 4:33 PM Subject: [analog-help] Log location on W2000 > Hi, > > I'm new to the list, so please be gentle with me :o) > > I'm trying to run Analog 5.03 on W2000 on a remote ISP. Everything is in > place and functions correctly IF the log files are in the same directory > as the analog executable. > > The problem I have is that the logs are not written to the same > directory, and they are not being found by analog, despite the fact that > the LOGFILE in the config file is pointing to existing files. To give > you more information, the structure of the files at the ISP is as > follows: > > D:\Inetpub\sites\username\scripts\analog.exe (and config file and perl > script) > D:\Inetpub\sites\username\logs\W3SVC3486\*.log > D:\Inetpub\sites\username\wwwroot\blah\blah\anlgform.html > > If I put a copy of the logs into the 'scripts' directory, it works > perfectly, with the following reference in the config file: > > LOGFILE *.log > > However, with the following line, it fails to return any results: > > LOGFILE "d:\inetpub\sites\username\logs\W3SVC3486\*.log" > > If I put the following in... > > SETTINGS ON > DEBUG ON > > ...the following output is given: > > > This is analog version 5.03/Win32 > For more information on analog see docs/Readme.html or > http://www.analog.cx/ > > Compile-time optional code: > Pie charts included > Pipes included > DNS lookups included > No DNS timeouts > Win32 dirent included > Using open() function > Compile-time variables: > Default configuration file: > d:\inetpub\sites\username\scripts\analog.cfg > Madatory configuration file: none > Configuration files read: > d:\inetpub\sites\username\scripts\analog.cfg > standard input > Warning types on: FL > Debugging types on: all > Reading cache files: > none > Reading logfiles: > d:\inetpub\sites\username\scripts\logfile.log > Warning: cannot open that file > Logfile format: > <Automatic detection>\n > Analysing all dates > Including (+) and excluding (-) the following files: > All included, then > - *.gif > - *.jpg > - *.js > - *.swf > - *.css > Including (+) and excluding (-) the following as pages: > All excluded, then > + */ > + REGEXPI:\.html?$ > + *.cfm > + *.pl > No LOWMEM commands in operation > DNS level is NONE > Filenames are case insensitive > DIRSUFFIX index.html > Report order is as follows: > > (etc, etc, etc) > > > So, my question is (I think!), do the logs HAVE to be in the same > directory as the executable, or can they be anywhere on the machine > (local or networked drives). If the latter, how on earth do I specify > where they are, if not by the entry shown above? > > Any tips/advice/face slapping would be very much appreciated. > > Regards, > > Mike. > > +------------------------------------------------------------------------ > | 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 > +------------------------------------------------------------------------ > +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
