Re: (RADIATOR) Problem with Class attribute

2002-11-24 Thread Ganbold
Hi Hugh, I changed as you suggested '-' into ':', but it seems like still error. Mon Nov 25 10:11:01 2002: ERR: There is no value named 16:3049 for attribute Class. Using 0. Mon Nov 25 10:11:01 2002: ERR: There is no value named 16:3049 for attribute Class. Using 0. Mon Nov 25 10:11:01 2002:

Re: (RADIATOR) Problem with Class attribute

2002-11-24 Thread Hugh Irvine
Hello Ganbold - OK - having looked at the code in AuthSQL.pm, it appears that the problem is due to your AcctColumnDef: AcctColumnDef class_id,Class,integer,substring('%{Class}',1,locate('- ','%{Class}')- 1) AcctColumnDef

Re: (RADIATOR) Problem with Class attribute

2002-11-24 Thread Ganbold
Hi Hugh, These class_id and CONTRACTID fields are integer fields. If I choose literal it will write only 0 into these fields. This configuration works sometimes except saying error. It writes these fields as integer values. What do you recommend? What should I change to make it work properly?

Re: (RADIATOR) Problem with Class attribute

2002-11-22 Thread Hugh Irvine
Hello Ganbold - What definition do you have for Class in your dictionary (looks like integer)? It should be defined as string. Here is the entry from the standard dictionary: ATTRIBUTE Class 25 string regards Hugh On Friday, Nov 22, 2002, at 17:20

(RADIATOR) Problem with Class attribute

2002-11-21 Thread Ganbold
Hi, I'm having trouble with Radiator 3.3.1. I'm putting concatenated value to Class attribute. But in radius logfile it says ERR: There is no value named 19-400 for attribute Class. Using 0. In insert statement it gets Class value and gets part of string and puts into 2 different int field.