[analog-help] INTSEARCHQUERY
Aengus
analog07 at eircom.net
Wed May 9 09:52:04 PDT 2007
Cindy Harper <charper at mail.colgate.edu> wrote:
> I'm having trouble getting an INTSEARCHQUERY report to run.
>
> My log file is a Windows extended log, with the #Fields and #Software
> lines, from IIS 6.0. I'm using Analog 6.0 (same results as Analog
> 5.32).
Please include these headers when posting sample lines from an extended
log - the sample lines are a lot less useful without the "blueprint"
needed to parse them.
> I'm trying to produce specific results on a page that can have 2
> different sets of arguments:
>
> 2007-05-01 00:17:47 W3SVC33462978 EXLIBRIS 149.43.22.60 GET
> /mondo/titlesearch.aspx
> initialarticle=The%2B&remainder=Social%2BConstruction%2Bof%2BReality&sea
> rchscope=%7ES5&Radio1=N&Submit1=Submit 80 - 149.43.126.81 HTTP/1.1
> Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1)
> __utma=25255599.1082855323.1165434207.1165434207.1165434207.1;+__utmz=25
> 255599.1165434207.1.1.utmccn=(referral)|utmcsr=cu.colgate.edu|utmcct=/cp
> /render.userLayoutRootNode.uP|utmcmd=referral
> http://exlibris.colgate.edu/mondo/titlesearch.aspx?searchscope=~S5&The+S
> ocial+Construction+of+Reality exlibris.colgate.edu 302 0 0 538 764 156
>
> I'm trying to determine how often the page is accessed a first pass
> with the argument searchscope=, and then a second pass with the
> parameter initialarticle=, and what QUERYs in initialarticle.
>
> My analog.cfg specifies:
>
> INTSEARCHENGINE /mondo/titlesearch.aspx initialarticle,Submit1,Radio1
>
> I keep getting
>
> analog: Warning R: Turning off empty Internal Search Query Report
> analog: Warning R: Turning off empty Internal Search Word Report
>
> I can't figure what's wrong. Any ideas?
The problem is that your titlesearch script is returning a 302 status
code (a redirection), rather than a 200 (Success) code, so Analog
doesn't see that log entry as a Successful Request. The General Summary
for the 3 lines you posted is:
Successful requests: 1
Redirected requests: 2
You can see the arguments passed with these redirected requests by
turning on the Redirection report:
REDIRECTION ON
REDIRARGSFLOOR 1r
Aengus
More information about the analog-help
mailing list