(no subject)

Kevin Ingram ( (no email) )
Mon, 2 Feb 1998 13:43:32 -0600

I am trying to modify a radius7.mdb CALLS table to be able to accept
accounting information from both PM2's and RRAS. I now get this error when
authenticating from RRAS:

SQL Statement: INSERT INTO Calls
(CallDate,AcctStatusType,AcctSessionId,UserNam
e,NASPort,FramedProtocol) VALUES (Now(),1,'32707','mingram',2,1)
ODBC: SQLExecDirect Error:
[Microsoft][ODBC Microsoft Access 7.0 Driver] Can't add or change record.
Refe
rential integrity rules require a related record in table 'Servers'.

I have the server and secret in the SERVERS table. It authenticates and
connects the user.

What did I miss?

Kevin Ingram