<!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>&nbsp;</DIV>
<DIV>BEGIN<BR>{<BR>&nbsp;&nbsp;&nbsp; # Not all web servers start us off in 
the&nbsp; directory where<BR>&nbsp;&nbsp;&nbsp; # this executable is. Lets be 
consistent.<BR>&nbsp;&nbsp;&nbsp; chdir('Radmin/private') if $^O eq 
'MSWin32';<BR>}<BR></DIV>
<DIV>Other portion I changed is I added this below:</DIV>
<DIV><BR>&nbsp; $DBSource = 'dbi:ODBC:radmin';<BR>&nbsp; $DBUsername = 
'radmin';<BR>&nbsp; $DBAuth = 'radminpw';</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I tested on CLI with this this result which looks correct:</DIV>
<DIV>C:\Inetpub\Scripts\Radmin\private&gt;perl radwho.pl<BR>Current Sessions by 
User-Name at Thu Jul 10 16:43:00 
2008<BR>User-Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAS-Identifier&nbsp; 
NAS-Port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Acct-Session-Id 
Timestamp<BR>Time On Framed-IP-Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
NAS-Port-Type&nbsp;&nbsp; Service-Type<BR>test1&nbsp;&nbsp; 
203.63.154.1&nbsp;&nbsp;&nbsp; 1234&nbsp;&nbsp;&nbsp; 999001&nbsp; Wed May 14 
00:30:01 2008&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 57 
16:12<BR>:59&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Async&nbsp;&nbsp; Framed-User</DIV>
<DIV>&nbsp;</DIV>
<DIV>C:\Inetpub\Scripts\Radmin\private&gt;</DIV>
<DIV>&nbsp;</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>&nbsp;</DIV>
<DIV>best regards</DIV>
<DIV>Scott</DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>