invalid column name "Rad AttributeID"

( fx2@eon.adcdatel.com )
Thu, 14 May 1998 07:46:11 -0400 (EDT)

Hi,

I'm trying to get Radius NT v2.2 working using mssql server on the
back end. I've created all the tables and I've double checked to make
sure they are the same as the documented table layout. I try to run radius
via radius -x10 and get the following. Does anyone have any ideas?

Initializing Winsock...
Licensed MBRs: 200
ODBC: SQLExecDirect Error:
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name
'RadAttribut
eID'.
3 Clients Loaded
config_init(): dict_valfind(Lifetime-In-Days) not found.

Radius NT is ready to receive requests!

I do have the following tables:

RadAttributes -
RadAttributeID
Name
Type

I populated this table with data from the sample database. (the same data
from the dictionary file)

I'm not sure about the error "config_init():
dict_valfind(Lifetime-In-Days) not found." This might be a another
problem all together.