Author |
Message
|
abd.wsu |
Posted: Tue Jan 26, 2016 7:34 am Post subject: Delete authrec not deleting completely |
|
|
Acolyte
Joined: 12 Sep 2012 Posts: 65
|
Is there anyway I can remove the NONE record for the @class for a userid? I tried everything. Nothing seems to work.
AMQ8864: Display authority record details.
PROFILE(@class) ENTITY(DEADSPIN)
ENTTYPE(GROUP) OBJTYPE(QUEUE)
AUTHLIST(NONE)
AMQ8864: Display authority record details.
PROFILE(@class) ENTITY(DEADSPIN)
ENTTYPE(GROUP) OBJTYPE(QMGR)
AUTHLIST(NONE)
I did a delete authrec, setmqaut -remove, setmqaut -all.
DELETE AUTHREC +
PROFILE('@class') +
GROUP('DEADSPIN') +
OBJTYPE(QUEUE)
DELETE AUTHREC +
PROFILE(@class) +
GROUP('DEADSPIN') +
OBJTYPE(QMGR) |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Jan 26, 2016 8:16 am Post subject: Re: Delete authrec not deleting completely |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
abd.wsu wrote: |
Is there anyway I can remove the NONE record for the @class for a userid? I tried everything. Nothing seems to work.
AMQ8864: Display authority record details.
PROFILE(@class) ENTITY(DEADSPIN)
ENTTYPE(GROUP) OBJTYPE(QUEUE)
AUTHLIST(NONE)
AMQ8864: Display authority record details.
PROFILE(@class) ENTITY(DEADSPIN)
ENTTYPE(GROUP) OBJTYPE(QMGR)
AUTHLIST(NONE)
I did a delete authrec, setmqaut -remove, setmqaut -all.
DELETE AUTHREC +
PROFILE('@class') +
GROUP('DEADSPIN') +
OBJTYPE(QUEUE)
DELETE AUTHREC +
PROFILE(@class) +
GROUP('DEADSPIN') +
OBJTYPE(QMGR) |
What response do you get from these delete commands? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 26, 2016 8:28 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What is the difference between a regular auth object and an auth object that starts with "@"? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
abd.wsu |
Posted: Tue Jan 26, 2016 9:11 am Post subject: |
|
|
Acolyte
Joined: 12 Sep 2012 Posts: 65
|
I get successfully deleted message when i run a delete command. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jan 27, 2016 5:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What is the result of the
command?
What is the result of
Code: |
amqoamd -s -m <qmgr> |
command filtered for the corresponding group / principal  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gdbleb |
Posted: Fri Feb 12, 2016 10:07 am Post subject: |
|
|
Newbie
Joined: 08 May 2014 Posts: 1
|
Yes, runmqsc reports those @CLASS profiles are deleted.
BUT, all those @CLASS profiles are in there forever unfortunately.
I went so far as to open a PMR for confirmation.
Cruft. |
|
Back to top |
|
 |
|