Context profiles

This might affect Task 10 in Customizing your queue managers.

Context profiles can now be defined for each individual queue. If you use context security, and you want to use fully qualified context profiles, you need to define a fully qualified context profile for each queue, using the form

hlq.CONTEXT.queuename

and a generic context profile using the form

hlq.CONTEXT.**

to cover any queues that do not have fully qualified context profiles, in addition to your existing

hlq.CONTEXT profile. This new generic profile should have the same characteristics and accesses granted as your existing

hlq.CONTEXT profile. The old hlq.CONTEXT profile should be kept until you have completed migration.

If you use context security and you do not want to use fully qualified context profiles, we need to define a generic profile using the form

hlq.CONTEXT.**

for all queues belonging to the specified queue manager or queue-sharing group. This new generic profile should have the same characteristics and accesses granted as your existing

hlq.CONTEXT profile. The old

hlq.CONTEXT profile should be kept until you have completed migration.

If you leave your existing profiles unchanged, you will get security failure messages.