Re: [RadiusNT] VSA

Dale E. Reed Jr. ( (no email) )
Sun, 14 Mar 1999 18:54:55 -0800

Clancy Knaup wrote:
>
> However if I run RadGetATConfigs 'TEST' I Get; How do I remove all of the
> reset of the extra RadAttrubute 26

The RadGetATConfigs proc had an error in some release. Double-click
the proc in your Emerald Database, and check the table matching. I
believe the problem is the second to last line was incorrectly
"ra.RadVendorType=ra.RadVendorTpe", where the second one should have
been rc. Here is the correct proc:

CREATE PROCEDURE RadGetATConfigs @AccountType varchar(15) AS
Select ra.RadAttributeID, Name, Data, Value, Type, rc.RadVendorID,
rc.RadVendorType, rc.RadCheck