mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

default authorizations for DEV.DEAD.LETTER.QUEUE of entity 'app' seems not enough

Open rochen opened this issue 3 years ago • 0 comments

use following command to check entity app's permission for DEV.DEAD.LETTER.QUEUE dspmqaut -t queue -n DEV.DEAD.LETTER.QUEUE -p app

and here are the results: get / browse / put / inq

then I have problem to put poison message to DEV.DEAD.LETTER.QUEUE because of insufficient authority. it looks like 'app' does not have following authorizations for DEV.DEAD.LETTER.QUEUE as DEV.QUEUE.1 passid / passall / setid setall

is it possible to fix that to avoid manual operation?

rochen avatar Aug 24 '21 09:08 rochen