From: Atif S. <BM...@bm...> - 2006-03-02 11:38:06
|
>Peter Crowther wrote: > > >>While trying to search for users to add to a group: >>"org.bodington.server.BuildingServerException: Unknown java class for >>database: org.bodington.server.realm.sp.SPAuthUser" >> >> > >Facility.listusers() seems to be working ok for me on a clean quickstart >database. > It seems to be working ok for me on a clean quickstart database. >>Does anyone know off the top of their head what this class does, why >>it's unconfigured in a new installation, and how I might go about fixing >>the problem? >> >> > >Do you have the stack trace? >Did the installer run the SQL in >src/org.bodington/server/realm/sp/SPAuthUser.sql? ie do you have the >sp_auth_user table and the right stuff in class/fields? > > Did the installer run the following SQL in : src/org.bodington/server/realm/sp/SPAuthUser.sql? Can you see the table sp_auth_user in the MS-SQL Server database? And also can you see the right stuff in class/fields table in the MS-SQL Server database? SPAuthUser class is used to store the user name of SP authenticated user. |