-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQException: MQJE001: Completion Code '2', Reason '2033' #158
Comments
2020-09-11 12:50:08.181 ERROR - Error occurred during sending PCF command: |
According to the IBM website, the problem could be related to: Explanation This reason code can also be returned by the mqGetBag and mqExecute calls. mqGetBag is similar to MQGET. For the mqExecute call, the completion code can be either MQCC_WARNING or MQCC_FAILED: Programmer response If this is an unexpected condition, check that: |
Hello, Will it be necessary to adjust any parameter in the development of mq_exporter? Please your comments. Thank you. |
Hello,
These error codes appear when I start the client.
Could you help me understand why they are due?
2020-09-11 12:49:18.617 INFO - Successfully parsed configuration file!
2020-09-11 12:49:49.378 ERROR - Failed!
com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2033'.
at com.ibm.mq.MQDestination.getInt(MQDestination.java:707) ~[com.ibm.mq.allclient-9.1.2.0.jar:9.1.2.0 - p912-L190308]
at com.ibm.mq.MQDestination.get(MQDestination.java:452) ~[com.ibm.mq.allclient-9.1.2.0.jar:9.1.2.0 - p912-L190308]
at ru.cinimex.exporter.ExporterLauncher.getAllPublishedMetrics(ExporterLauncher.java:83) [mq_exporter.jar:?]
at ru.cinimex.exporter.ExporterLauncher.main(ExporterLauncher.java:49) [mq_exporter.jar:?]
2020-09-11 12:50:08.036 ERROR - Connection with queue manager was closed:
com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '6124'.
at com.ibm.mq.pcf.PCFMessageAgent.send(PCFMessageAgent.java:210) ~[com.ibm.mq.allclient-9.1.2.0.jar:9.1.2.0 - p912-L190308]
at ru.cinimex.exporter.mq.MQPCFSubscriber.run(MQPCFSubscriber.java:142) [mq_exporter.jar:?]
Thank you very much and greetings
The text was updated successfully, but these errors were encountered: