Possible Solution:

I don't understand why yet, but this appears to get me closer to what I want.

ALL OFF
ALLCHART OFF
REQUEST ON  # Enable the Request Report
REQCOLS NRr # Enable these three columns in the report

# The following lines is a sample of the lines included via a
CONFIGFILE directive (232 in all).
FILEINCLUDE /*?*035E592F-FA2A-267B-5AF64F16D156031F
FILEINCLUDE /*?*03DA02E6-FF9C-FE0B-37856AF28E60357A
FILEINCLUDE /*?*03DA0008-F3ED-1110-1AB00948167C27F2
FILEINCLUDE /*?*03D9FE43-BCE3-8680-163785D70C2B83FF
FILEINCLUDE /*?*03D9FCBC-9E27-9E66-BD24D89F3463E89F
FILEINCLUDE /*?*03D9FB16-B382-47B9-1A1538C833BA0EAB
FILEINCLUDE /*?*03D9F9AF-A665-0FFE-4429F3C56B4B5AB2
FILEINCLUDE /*?*035E5920-BCA0-D364-936C15CC46CC409A
etc.

REQFLOOR 1r
REQARGSFLOOR 1r
REQINCLUDE /*  # This line was important.  But I am not sure why.  The
Request Report would return 0 request with out this line.

# The following lines are a sample of thelines included via a
CONFIGFILE directive (232 lines in all).
REQALIAS REGEXPI:035E592F-FA2A-267B-5AF64F16D156031F "[Page Title Here]"
REQALIAS REGEXPI:03DA02E6-FF9C-FE0B-37856AF28E60357A "[Page Title Here]"
REQALIAS REGEXPI:03DA0008-F3ED-1110-1AB00948167C27F2 "[Page Title Here]"
REQALIAS REGEXPI:03D9FE43-BCE3-8680-163785D70C2B83FF "[Page Title Here]"
REQALIAS REGEXPI:03D9FCBC-9E27-9E66-BD24D89F3463E89F "[Page Title Here]"
REQALIAS REGEXPI:03D9FB16-B382-47B9-1A1538C833BA0EAB "[Page Title Here]"
REQALIAS REGEXPI:03D9F9AF-A665-0FFE-4429F3C56B4B5AB2 "[Page Title Here]"
REQALIAS REGEXPI:035E5920-BCA0-D364-936C15CC46CC409A "[Page Title Here]"
REQALIAS REGEXPI:03D9D2CE-C4B3-8BEA-6BC7CA151D443B03 "[Page Title Here]"
etc.

I appreciate if someone could help me understand these directives
better and how analog process them.  I have read the documentation a
number of time, but I'm still missing some things.

Thanks for all the help.

On Tue, Nov 3, 2009 at 11:35 PM, Aengus <analo...@eircom.net> wrote:
> On 11/3/2009 7:38 PM, Troy Simpson wrote:
>>
>> The logs are from an IIS Windows server, but I'm running Analog on a
>> RedHat Linux Server.  I had the directive case set to insensitive.
>> That was counter intuitive.
>>
>> CASE INSENSITIVE
>>
>> When I check my setting, the objectID was converted to lowercase.
>> Including (+) and excluding (-) the following files:
>>  All excluded, then
>>  + /*0847dda0-f261-59bf-faa04eb1ec032b61
>>
>> How come this directive works:
>> FILEINCLUDE /*?*0847DDA0-F261-59BF-FAA04EB1EC032B61
>>
>> But this directive does not work:
>> FILEINCLUDE /*0847DDA0-F261-59BF-FAA04EB1EC032B61
>>
>> Why do I have to have stars (*) on both sides of the question mark?
>
> Because 0847DDA0-F261-59BF-FAA04EB1EC032B61 is not a file name, it's an
> argument to index.cfm.
>
> Aengus
> +------------------------------------------------------------------------
> |  TO UNSUBSCRIBE from this list:
> |    http://lists.meer.net/mailman/listinfo/analog-help
> |
> |  Analog Documentation: http://analog.cx/docs/Readme.html
> |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
> |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
> +------------------------------------------------------------------------
>



-- 
Troy Simpson

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to