[OPEN-ILS-DEV] User permissions error

Jason Etheridge jason at esilibrary.com
Tue May 27 10:28:35 EDT 2008


> Is there any hope to recover my system without a complete reload?

Maybe.

Could you run these queries in postgres and get us the results?

select * from permission.grp_tree;

select g.name, p.code, m.depth, m.grantable from
permission.grp_perm_map m, permission.grp_tree g, permission.perm_list
p where m.perm = p.id and m.grp = g.id order by 2, 1;

select * from permission.usr_perm_map;

Thanks!

-- 
Jason Etheridge
 | VP, Community Support and Advocacy
 | Equinox Software, Inc. / The Evergreen Experts
 | phone: 1-877-OPEN-ILS (673-6457)
 | email: jason at esilibrary.com
 | web: http://www.esilibrary.com


More information about the Open-ils-dev mailing list