Funmi Beckley <[EMAIL PROTECTED]> wrote:

> I am trying to create a user report based on the value of a cookie
> 'visitor' but keep getting an error message:
> Warning R: Turning off empty User Report.
> Here is a sample line from my log file:
> 192.168.20.20 - - [14/Mar/2002:16:20:46 +0000] "GET
> /interact/pharmology?page=SectionWelcome&a=2&b=0 HTTP/1.1" 200 15431
>
"<http://192.168.20.167/interact/pharmology?page=SectionWelcome&a=0&b=0>
"
> "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)""visitor=John
> Smith; JSESSIONID=To1011mC28174022820484423At"
> How do I need to write the USERALIAS statement in order to generate a
> User Report?
> I have tried:
> USERALIAS REGEXP:visitor=(.*?); $1

"visitor"? Do you mean JSESSIONID?

> which is based on an example I saw recently: USERALIAS
> REGEXPI:G2M_USER=(.*?); $1 .
> If I have got the USERALIAS variable set correctly, could you please
> tell me what else I might need to do in order to generate a User
> Report.

It doesn't matter whether your USERALIAS is right or not - if it's
wrong, your User Report would contain unaliased Users. If you're getting
an empty User Report, that means that your LOGFORMAT command isn't
allowing Analog to recognize your cookie as a User.

What LOGFORMAT are you using?

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/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to