Problem(Abstract)
Your Queue manager fails to start due to an authorization problem, return code = 5 (ERROR_ACCESS_DENIED).
Symptom
AMQ7019: An error occurred while creating the directory structure for the new queue manager. Trace shows the failure occurs in zutCheckDirectory, with return code = 5 (ERROR_ACCESS_DENIED).
Cause
The domain User-ID under, which MQSeries services is running has not been authorized to access the shared disk.
Resolving the problem
Update the file permissions on the shared disk to authorize the MQ administrative User-ID to have "Full Control" to the shared disk. Verify the mqm group has "Full Control" to the shared disk.
AMQ7019 when creating a queue manager (crtmqm)
Problem(Abstract)
When trying to create a queue manager using "crtmqm", you receive the following error:
AMQ7019: An error occurred while creating the directory structure for the new queue manager.
The FDC shows Probe "ZT071000" out of "zutCreateDirectory"
AMQ7019: An error occurred while creating the directory structure for the new queue manager.
The FDC shows Probe "ZT071000" out of "zutCreateDirectory"
Symptom
The error log shows the following message:
AMQ6119: An internal WebSphere MQ error has occurred (A file or directory in the path name does not exist.(2): mkdir: :)
AMQ6119: An internal WebSphere MQ error has occurred (A file or directory in the path name does not exist.(2): mkdir: :)
Cause
It appears that /var/mqm/mqs.ini file has an error. The error would be along the line with DefaultPrefix={SomeDirName} is missing or commented out.
Resolving the problem
Make sure mqs.ini file is not empty. The line with DefaultPrefix={SomeDirName} is present and not commented out.
Comments
Post a Comment