Dr. Watson on Radius 2.5-122

Jim Whaley ( radiusnt@ids.net )
Mon, 08 Jun 1998 16:33:17 -0400

Hello all. I too tried the Radius 2.5-122 and got Dr. Watson. I downloaded it
because I still get the Invalid column name 'delay' message as shown below:

SQL Statement: UPDATE CallsOnline Set Username='test',AcctStatusType=2,
CallDate=GetDate(),
FramedAddress=NULL WHERE NASIdentifier='155.212.1.106' and NASPort=3
AND (DateAdd(Second, 0-delay, GetDate()) >= CallDate OR CallDate IS NULL)

ODBC Error:S0022:207:
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'delay'.

I'm trying to evaluate this product, and will buy it. If it works. I posted
a message on Friday, and never even got a reply. Although I can currently
authenticate users with 2.5 right now, I need more than that. I need to do
concurrency, which requires the calls online to work. Calls online doesn't
work because of the invalid 'delay' field.

Is there a fix for this on the way?

Jim