<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello</FONT></DIV>
<DIV><FONT face=Arial size=2>I am trying the radwho feature to manage the
sessions, but got the error to open this page. The environment is:</FONT></DIV>
<DIV><FONT face=Arial size=2>windows 2003 server, IIS web server, Radiator 4.2,
Radmin 1.10,ActivePerl-5.8.8.822-MSWin32-x86-280952.msi, MS SQL 2003 enterprise
version. All configured well and works. Radmin works with MS SQL too. I follow
the ref instruction to copy the radwho.pl into
c:\inetpub\scripts\radmin\priviate\ director ,same as listusers.pl as those
pages work well.I configured IIS to ask for access control to this directory
which works well too.But when I try to launch the radwho.pl page with IE7, it
give me the error below. I tried to copied a few lines from listusers.pl into
this file and it still doesn't work. The lines are:</FONT></DIV><FONT face=Arial
size=2>
<DIV><BR>#!C:\Perl\bin\perl.exe<BR># -*- mode: Perl -*-<BR># radwho.pl<BR>#<BR>#
CGI script to show current sessions<BR># <BR># Author: Mike<BR># Copyright (C)
1997 Open System Consultants<BR># $Id: radwho.pl,v 1.4 2002/06/12 05:41:11 mikem
Exp $</DIV>
<DIV> </DIV>
<DIV>BEGIN<BR>{<BR> # Not all web servers start us off in
the directory where<BR> # this executable is. Lets be
consistent.<BR> chdir('Radmin/private') if $^O eq
'MSWin32';<BR>}<BR></DIV>
<DIV>Other portion I changed is I added this below:</DIV>
<DIV><BR> $DBSource = 'dbi:ODBC:radmin';<BR> $DBUsername =
'radmin';<BR> $DBAuth = 'radminpw';</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>I tested on CLI with this this result which looks correct:</DIV>
<DIV>C:\Inetpub\Scripts\Radmin\private>perl radwho.pl<BR>Current Sessions by
User-Name at Thu Jul 10 16:43:00
2008<BR>User-Name NAS-Identifier
NAS-Port Acct-Session-Id
Timestamp<BR>Time On Framed-IP-Address
NAS-Port-Type Service-Type<BR>test1
203.63.154.1 1234 999001 Wed May 14
00:30:01 2008 57
16:12<BR>:59
Async Framed-User</DIV>
<DIV> </DIV>
<DIV>C:\Inetpub\Scripts\Radmin\private></DIV>
<DIV> </DIV>
<DIV>Does it need to run Make install.pl to install it again?</DIV>
<DIV>Just don't understand why the page cannot show . Any advice? Thanks !</DIV>
<DIV> </DIV>
<DIV>best regards</DIV>
<DIV>Scott</DIV>
<DIV> </DIV></FONT></BODY></HTML>