Re: [RadiusNT] Concurrency Problem

Dale E. Reed Jr. ( (no email) )
Thu, 17 Dec 1998 10:39:48 -0800

Matthew Bailey wrote:
>
> Dale et al,
>
> I have a concurrency problem here that I need help fixing..
>
> Have a user log into a NAS this morning. Our Radius LOG database
> overfilled (still can not get it to purge). Anyway I increase the size but
> during that he logged off. At this time RadiusNT didn't clear him, as we
> are using Manual Updates. What do I do to get the extra copy out of the
> database? Currently I raised his limit to 2 until I can resolv this..

You need to clear his entry from the ServerPorts table. This
will differ depending on what DB you are using. A query like this
would work, though:

Update ServerPorts
Set AcctStatusType = 0
Where Username = 'xxxxxx'

-- Dale E. Reed Jr.  (daler@iea-software.com)_________________________________________________________________       IEA Software, Inc.      |  RadiusNT, Emerald, and NT FAQs Internet Solutions for Today  |   http://www.iea-software.com

For more information about this list, including removal, pleasesee this URL: http://www.iea-software.com/maillist.html