
fredb at modernp
Jun 17, 2008, 6:38 AM
Post #1 of 1
(373 views)
Permalink
|
|
Unable to delete watcher admincc
|
|
Hello all, I am trying to remove a group as AdminCC of a queue. When I try to do so, I get: Jun 17 15:34:21 xxxxxx RT: Unable to revoke delegated rights for principal 1087 (//var/www/xxxxxx/rt-3.6.3/lib/RT/GroupMember_Overlay.pm:334) Jun 17 15:34:21 xxxxxx RT: Failed to delete group 949 member 26 Jun 17 15:34:21 xxxxxx RT: Failed to delete 26 as a member of group 949 Member not deleted (//var/www/xxxxxx/rt-3.6.3/lib/RT/Queue_Overlay.pm:857) Code, seems to be there then: # Since this deletion may have changed the former member's # delegation rights, we need to ensure that no invalid delegations # remain. $err = $self->MemberObj->_CleanupInvalidDelegations(InsideTransaction => 1); unless ($err) { $RT::Logger->warning("Unable to revoke delegated rights for principal ".$self->Id); $RT::Handle->Rollback(); return (undef); Where does it come from? I guess I need to do something, somewhere else... but... :/ I don't have this problem with other groups in that queue. Thanks a lot. f. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: sales [at] bestpractical Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
|