bpplclients -delete exits with status 0, then bppllist still shows membership
I'm running a bpplclients command to remove clientname from a given policy. The command exits successfully (i.e. status 0).
bppllist -l -byclient clientname | grep ^CLASS | awk {'print $2'}`; do /usr/openv/netbackup/bin/admincmd/bpplclients PTC_NIX_BACKUP011_VERYLITE -M master-v -reason "DSO_Order_123456" -delete clientname
<2>bpplclients: INITIATING: version NetBackup 7.7.3 created: 2016051915
<2>bpplclients: EXIT status = 0
However, when I run bppllist afterward to validate removal, clientname still shows up.
root@master:/usr/openv/netbackup/logs/admin # bppllist -l -byclient clientname | grep ^CLASS
CLASS PTC_NIX_BACKUP011_VERYLITE *NULL* 0 772000 0 *NULL*
root@master:/usr/openv/netbackup/logs/admin #
I thought to try nbpemreq -updatepolicies to see if rereading configs would help, but it has not.
Am I missing something here?