Skip to content

Commit e2d5e16

Browse files
committed
remove terrible ibm.com links
1 parent 5ff1e0f commit e2d5e16

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

ibm-mq-metrics/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,20 @@ See [docs/metrics.md](docs/metrics.md).
185185
186186
For more details, please check this [doc](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/zr00610_.htm)
187187
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.
189192
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.
191195
192196
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.
195202
196203
4. `MQJE001: Completion Code '2', Reason '2195'`
197204
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

Comments
 (0)