Re: Question:

Jim Dunmyer ( jdunmyer@toltbbs.com )
Mon, 02 Mar 1998 07:45:20 -0500

--=====================_888860720==_
Content-Type: text/plain; charset="us-ascii"

At 11:05 PM 3/1/98 -0800, you wrote:
>We are running RadiusNT in ODBC mode with SQL 6.5. It appears that if we
>take Radius off line that it leaves the callers in the callsonline
>table(view) in place so when we bring Radius back online we get false
>concurrent errors. Is there any way to prevent this short of going in and
>clearing the serverports table?

We start RADIUS from the startup group with this batch file:

--=====================_888860720==_
Content-Type: text/plain; charset="us-ascii"

REM Starts RadiusNT Service
isql -E -d Emerald -Q "UPDATE ServerPorts SET AcctStatusType = 2 WHERE AcctStatusType = 1"
net start RadiusNT

--=====================_888860720==_
Content-Type: text/plain; charset="us-ascii"

<<jdunmyer@toltbbs.com>>
--=====================_888860720==_--