Hi Hugh et al Thank you for forcing me to run radiator in the foreground.
>From the errors generated I managed to fix both problems. They were both problem with the attributes assigned to particular column's in the database. In my first configuration I couldn't insert 'start' records as the table expected non-null values for fields such as 'Acct-Session-Time, Acct-Input-Octets and Acct-Output-Octetes' which were always going to be null for a 'start' record! So, I had to change one column's modifier from 'not-null=true' to 'not-null=false' to fix it. The other configuration had a similar problem which prevented the 'stop' records being inserted. I am only new to radiator and I am sure I will have some more questions.... Regards, Greg === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
