Can you figure out what I did wrong

Greg Lowthian ( greg@isat.com )
Fri, 30 May 1997 10:51:03 -0700

This first output is from one of three PM3's that all do the same. Note the SQL Statement and there is nothing going into the online in Emerald
The second output is from A Computone PowerRack and its working fine. Online is updating. Both are setup the same in Emerald.

Response Time: 261
radrecv: Request from host c76ba402 code=4, id=231, length=94
Acct-Session-Id = "0B00052F"
User-Name = "farwest1"
NAS-Identifier = 199.107.164.2
NAS-Port = 31
NAS-Port-Type = Async
Acct-Status-Type = Start
Acct-Authentic = RADIUS
User-Service = Framed-User
Framed-Protocol = PPP
Framed-Address = 199.107.164.78
Acct-Delay-Time = 0

SQL Statement: UPDATE CallsOnline Set AcctStatusType=2, CallDate=GetDate() WHER
E NASIdentifier='199.107.164.2'

Sending Accounting Ack of id 231 to c76ba402 (lpm1.isat.com)
----------------------------------------------------------------------------

radrecv: Request from host ceab730a code=4, id=143, length=84
Acct-Status-Type = Start
NAS-Identifier = 206.171.115.10
Acct-Delay-Time = 0
User-Name = "vlad"
NAS-Port = 2
Acct-Session-Id = "715.02.0"
Acct-Authentic = RADIUS
User-Service = Framed-User
Framed-Protocol = PPP
Framed-Address = 206.171.115.35
LOG: Bad authenticator: from ctelko01.isat.com - ID: 143

SQL Statement: INSERT INTO Calls (CallDate,AcctStatusType,NASIdentifier,AcctDel
ayTime,UserName,NASPort,AcctSessionId,UserService,FramedProtocol,FramedAddress)
VALUES (GetDate(),1,'206.171.115.10',0,'vlad',2,'715.02.0',2,1,'206.171.115.35')

Sending Accounting Ack of id 143 to ceab730a (ctelko01.isat.com)