azureibm-mqfileshare

AMQ6004 : Multi Instance Queue Manager on Azure File Share Service


Components used: IBM MQ 8.0.0.4 + Azure File share + Windows server 2016

Scenario:

I have created a multi instance queue manager using the azure file share drive mounted as the Z drive on the windows server 2016.

crtmqm -ld Z:\logs -md Z:\qmgrs QMHA1

has been run successfully and no errors have been reported.

But when I start the queue manager using the command below error is coming.

strmqm QMHA1
WebSphere MQ queue manager 'QMHA1' starting.
The queue manager is associated with installation 'Installation1'.
AMQ6004: An error occurred during WebSphere MQ initialization or ending.

Please help me solve this issue to create a multi instance queue manager.

Note: When I created a queue manager and started on the local drive D:, queue manager was created and started successfully.


Solution

  • The issue was the proper rights were not added to the file share folder, hence the above issue. Once the user permissions are added, the issue got resolved. Thanks for the suggestions.