Forum Moderators: DixonJones

Message Too Old, No Replies

** WebTrends Log Analyzer - Daily, Weekly, and Monthly reports **

please help ...

         

benc007

7:41 am on Jan 23, 2004 (gmt 0)

10+ Year Member



I am having a lot of trouble setting up WebTrends Log Analyzer to create daily, weekly, and monthly reports in HTML.

For the daily report, I am using getting the software to use the previous log file:

IN%DATE-1%%YY%%MM%%DD%.LOG

but I get an error:

IN%DATE-1%%YY%%MM%%DD%.LOG Please check the spelling of the log file and make sure that the file exists.

The file is there ... is there a problem with my syntax? Please help. Thank you in advance.

CMwebmaster

3:13 pm on Jan 23, 2004 (gmt 0)

10+ Year Member



They way you have it, it looks like your log files would have be named like:

IN040121.log
IN040122.log
IN040123.log
etc.

benc007

1:33 am on Jan 24, 2004 (gmt 0)

10+ Year Member



My log files are named:

ex040118.log
ex040119.log
ex040120.log
ex040121.log
ex040122.log
ex040123.log

I am now using:

ex%%DATE-1%%YY%%MM%DD.log

but I am getting the same error.. please help.

bmcgee

1:38 am on Jan 26, 2004 (gmt 0)

10+ Year Member



Are you sure you have daily log files? Perhaps you have logs written on a weekly basis, or even monthly.

Check your log files to see exactly what is being written first.

benc007

12:13 pm on Jan 26, 2004 (gmt 0)

10+ Year Member



I am sure I have all the log files. Is there a problem with my syntax?

CMwebmaster

3:50 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



The '%' should be around each variable, thus, I think it should look like this:

ex%DATE-1%%YY%%MM%%DD%.log

benc007

9:07 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



I still get the same error message ... =(

CMwebmaster

10:03 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



According to the Webtrends documentation, the syntax seems correct. The only difference is they have %date-1% in all lower case.

Is the profile looking in the right directory for your log files? can you test with some local log files to see if you can get it to work?

benc007

2:23 am on Jan 28, 2004 (gmt 0)

10+ Year Member



CMWebmaster,

I put all the log files into the root of C, and used the same syntax:

ex%DATE-1%%YY%%MM%%DD%.log

and everything is working now. Thank you! =)