Re: SQL Error Message

Dale E. Reed Jr. ( (no email) )
Tue, 05 May 1998 11:20:33 -0700

> Greg Keys wrote:
>
> I am sitting here watching Radius authenticating against our brand new emerald
> install (what a job :} ) and everything is working fine,
> except.......,
> When we get an invalid login attempt (bad user name) I see in Radius (debug
> mode) the following error:
>
> [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Data'
>
> Any idea's?

You need to add a data column to your RadLogs table. Execute this in
isql_w against your Emerald database:

ALTER TABLE RadLogs
ADD Data varchar (50) NULL DEFAULT NULL
GO

-- 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