You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibm-mq-metrics/README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,13 +185,20 @@ See [docs/metrics.md](docs/metrics.md).
185
185
186
186
For more details, please check this [doc](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/zr00610_.htm)
187
187
188
-
This might occur due to various reasons ranging from incorrect installation to applying [ibm fix packs](http://www-01.ibm.com/support/docview.wss?uid=swg21410038) but most of the time it happens when you are trying to connect in `Bindings` mode and machine agent is not on the same machine on which WMQ server is running. If you want to connect to WMQ server from a remote machine then connect using `Client` mode.
188
+
This might occur due to various reasons ranging from incorrect installation to applying
189
+
IBM Fix Packs, but most of the time it happens when you are trying to connect in `Bindings`
190
+
mode and machine agent is not on the same machine on which WMQ server is running. If you want
191
+
to connect to WMQ server from a remote machine then connect using `Client` mode.
189
192
190
-
Another way to get around this issue is to avoid using the Bindings mode. Connect using CLIENT transport type from a remote box.
193
+
Another way to get around this issue is to avoid using the Bindings mode. Connect using CLIENT
194
+
transport type from a remote box.
191
195
192
196
3. Error `Completion Code '2', Reason '2035'`
193
-
This could happen for various reasons but for most of the cases, for **Client** mode the user specified in config.yml is not authorized to access the queue manager. Also sometimes even if userid and password are correct, channel auth (CHLAUTH) for that queue manager blocks traffics from other ips, you need to contact admin to provide you access to the queue manager.
194
-
For Bindings mode, please make sure that the MA is owned by a mqm user. Please check [this doc](https://www-01.ibm.com/support/docview.wss?uid=swg21636093)
197
+
This could happen for various reasons but for most of the cases, for **Client** mode the
198
+
user specified in config.yml is not authorized to access the queue manager. Also sometimes
199
+
even if userid and password are correct, channel auth (CHLAUTH) for that queue manager blocks
200
+
traffics from other ips, you need to contact admin to provide you access to the queue manager.
201
+
For Bindings mode, please make sure that the MA is owned by a mqm user.
195
202
196
203
4. `MQJE001: Completion Code '2', Reason '2195'`
197
204
This could happen in **Client** mode. Please make sure that the IBM MQ dependency jars are correctly referenced in classpath of monitor.xml
0 commit comments