Okay so i've include a section of my code (VB.NET) that just executes analog
i had to run to two different copies of analog because I can't get it to run
one config to make a report for a week, and then a seperate config file to
make a month report. I tried to include the -G +gmyconfig.cfg switches for
my parameters but they don't work its like they don't get passed, but the +F
and +T do work also note that the labels are just temporary so i can see the
values being used they will be replaced by variables later.
strAnalogLocation="C:\Inetpub\wwwroot\Webstats\analog.exe"
strFromDate = lblStartDate.text
strToDate = lblEndDate.text
strParameter = "+F" + strFromDate + " " + "+T" + strToDate + " -A -x +r"
Dim procAnalogStart As New Process
' Provide the name of the application or file.
procAnalogStart.StartInfo.FileName = strAnalogLocation
' Specify the arguments.
procAnalogStart.StartInfo.Arguments = strParameter
' Start the process.
procAnalogStart.Start()
strAnalogLocation="C:\Inetpub\wwwroot\Webstats\reports\analog.exe"
strMonthStart=lblMonthStartDate.text
strMonthEnd=lblMonthEndDate.text
strParameter = "+F" + strMonthStart + " " + "+T" + strMonthEnd + " -A -x
+r"
procAnalogStart.StartInfo.FileName = strAnalogLocation
' Specify the arguments.
procAnalogStart.StartInfo.Arguments = strParameter
' Start the process.
procAnalogStart.Start()
----- Original Message -----
From: "Aengus" <[EMAIL PROTECTED]>
To: "Support for analog web log analyzer" <[email protected]>
Sent: Sunday, April 02, 2006 12:23 PM
Subject: Re: [analog-help] Analog's Web Page
On Sunday, April 02, 2006 10:38 AM [EDT],
Robert D <[EMAIL PROTECTED]> wrote:
Hello Analog List:
a couple days ago my ISP switched all servers and the URL's etc. Since
then I have been unable to bring up anything on http://www.analog.cx
Is this the correct URL for that site 66.35.250.210
66.35.250.210 doesn't just host www.analog.cx - it resolves to
vhost.sourceforge.net, and is an address that is (probably) shared by
many
different websites. So if your browser doesn't use the hostname
www.analog.cx or analog.cx, you won't get the Analog page. If you use the
bare IP number, you'll get a blank page.
Does your ISP use a proxy server? If so, it sounds like it might be badly
misconfigured. Can you bypass it?
And does everyone else connect to and read from it?
http://www.analog.cx/ works fine for me.
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
+------------------------------------------------------------------------
+------------------------------------------------------------------------
| 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
+------------------------------------------------------------------------