Ok. There is a difference between how the 2.5 admin and the 2.2
admin used that. Go into isql_w and do a:
select * From Groups
and see what it returns. You should have a global entry. It should
have been added by updttabs.sql for you, if you don't have it. If you
don't, run this:
SET IDENTITY_INSERT Groups ON
EXEC("
INSERT
Groups(GroupID,DomainID,GroupName,Description,SortOrder,GlobalOptions)
VALUES(-1, 1, 'Global', 'All Groups',0, 1)
")
SET IDENTITY_INSERT Groups OFF
--Dale E. Reed Jr. Emerald and RadiusNT__________________________________________IEA Software, Inc. www.iea-software.com