I am able to generate great reports using Analog and Report Magic.  I have found some 
good information getting this up and rolling for an IIS Server that is hosting 21 
sites.

However, in the domain report, I still see "[unresolved numerical addresses]."  So, I 
did some digging and found that I was not alone and there is a program called qdns.exe 
from http://www.analogx.com .  I am seeing the same result under both Analog itself 
and ReportMagic.  I have tried the batch sample provided in the download from Analogx. 
 Also, we are seeing similar results in the IIS Stats Automator from - 
http://www.reportmagic.org/addons.html and have tried to add in the qdns.exe 
components.

Here is what I have put in the batch script:

d:\apps\analog\qdns.exe /G d:\www\site\analog.cfg /Y x.x.x.x
d:\apps\analog\analog.exe -G +gd:\www\site\analog.cfg

And this does generate the dnsfile.txt with named sites, but is never read when the 
stats are generated..

I have also tried this info in the VBSCript that I am trying to put together, but it 
feels like I need to put together a analog.cfg for each site being analyzed.

VBScript version:

'code..

qdnsCommand = "D:\apps\analog\qdns.exe"
        'Start Qdns
        param = " /G " & Chr(34) & sitepath & "\analog.cfg" & Chr(34) & " /Y x.x.x.x "
        cmd = Chr(34) & qdnsCommand & Chr(34) & param
        If verboseMode = True Then
                WScript.Echo cmd
        End If
        WshShell.Run cmd, 0, True
'code continues

Thanks!

- Kent


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

Reply via email to