[RadiusNT] Insert field CallerID

Terry Bomersbach ( (no email) )
Thu, 4 Mar 1999 13:49:41 -0600

This is a multi-part message in MIME format.

------=_NextPart_000_0075_01BE6645.DA8FDB30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

How do I add the field CallerID to my radlogs table?
=20
Why is it that with 2.5.162 I get the following errors:
=20
radrecv: Request from host d8c61880 code=3D4, id=3D95, length=3D98
=20
Received unknown attribute 1, vendor 0
Received unknown attribute 4, vendor 0
Received unknown attribute 5, vendor 0
Received unknown attribute 61, vendor 0
Received unknown attribute 40, vendor 0
Received unknown attribute 41, vendor 0
Received unknown attribute 44, vendor 0
Received unknown attribute 45, vendor 0
Received unknown attribute 30, vendor 0
Received unknown attribute 7, vendor 0
Received unknown attribute 8, vendor 0
=20
Resp Time: 0 Auth: 0/16 -> 16 Acct: 0/0/0 -> 1
radrecv: Request from host d8c61880 code=3D1, id=3D234, length=3D59
=20
Received unknown attribute 1, vendor 0
Received unknown attribute 2, vendor 0
Received unknown attribute 4, vendor 0
Received unknown attribute 6, vendor 0
rad_authenticate_ODBC()
=20
Sending Reject of id 234 to d8c61880 (216.198.24.128)
=20
Authenticate: from 216.198.24.128 - No User Name
=20

SQL Statement: INSERT INTO RadLogs(RadLogMsgID, LogDate, Username, =
Data, CallerID) VALUES (51, GetDate(), '', '216.198.24.128', NULL)
=20
ODBC Error:S0022:207:
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name =
'CallerID'.
=20

Resp Time: 0 Auth: 0/17 -> 17 Acct: 0/0/0 -> 1

------=_NextPart_000_0075_01BE6645.DA8FDB30
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">

How do I add the field CallerID to my radlogs=20table?
 
Why is it that with 2.5.162 I get the following=20errors:
 
radrecv: Request from host d8c61880 =code=3D4,=20id=3D95, length=3D98
 
Received unknown attribute 1, vendor =0
Received unknown attribute 4, vendor 0
Received unknown =attribute 5,=20vendor 0
Received unknown attribute 61, vendor 0
Received unknown=20attribute 40, vendor 0
Received unknown attribute 41, vendor =0
Received=20unknown attribute 44, vendor 0
Received unknown attribute 45, vendor=200
Received unknown attribute 30, vendor 0
Received unknown =attribute 7,=20vendor 0
Received unknown attribute 8, vendor 0
 
Resp Time: 0   Auth: 0/16 =->=2016  Acct: 0/0/0 -> 1
radrecv: Request from host d8c61880 =code=3D1,=20id=3D234, length=3D59
 
Received unknown attribute 1, vendor =0
Received unknown attribute 2, vendor 0
Received unknown =attribute 4,=20vendor 0
Received unknown attribute 6, vendor=200
rad_authenticate_ODBC()
 
Sending Reject of id 234 to d8c61880 =(216.198.24.128)
 
Authenticate: from 216.198.24.128 - =No User=20Name
 

 SQL Statement: INSERT INTO =RadLogs(RadLogMsgID, LogDate, Username, Data, CallerID)  VALUES =(51,=20GetDate(), '', '216.198.24.128', NULL)
 
ODBC =Error:S0022:207:
 [Microsoft][ODBC=20SQL Server Driver][SQL Server]Invalid column name ='CallerID'.
 

Resp Time: 0   Auth: =0/17 ->=2017  Acct: 0/0/0 -> 1
------=_NextPart_000_0075_01BE6645.DA8FDB30--