Author |
Message |
Topic: 9.4.0.0 Short/Long Retry Bug? |
Jeff.VT
Replies: 8 Views: 5175
|
Forum: General IBM MQ Support Posted: Thu Aug 22, 2024 12:45 pm Subject: 9.4.0.0 Short/Long Retry Bug? |
You were asked what you discovered in the error log. Please copy the relevant error log data and paste it here - include AMQnnnn error messages and error message text.
QM2 Logs:
02:38:45 - AMQ9542 ... |
Topic: 9.4.0.0 Short/Long Retry Bug? |
Jeff.VT
Replies: 8 Views: 5175
|
Forum: General IBM MQ Support Posted: Wed Aug 21, 2024 7:43 am Subject: 9.4.0.0 Short/Long Retry Bug? |
The Error Logs is where I found this information.
For the Production channel, the first attempt was immediately after the queue manager came up. And the second attempt was 20 minutes (long retry) l ... |
Topic: 9.4.0.0 Short/Long Retry Bug? |
Jeff.VT
Replies: 8 Views: 5175
|
Forum: General IBM MQ Support Posted: Mon Aug 19, 2024 1:44 pm Subject: 9.4.0.0 Short/Long Retry Bug? |
There's probably going to be a lot of "but why are you doing that" in this post, but the answer is "because that's the way we do it".
3 Queue Managers on the same 2-node Windows ... |
Topic: Move FR? Or Create New Cluster? |
Jeff.VT
Replies: 11 Views: 11299
|
Forum: Clustering Posted: Wed Feb 08, 2023 7:19 am Subject: Move FR? Or Create New Cluster? |
A full repository on CLUSTER_CURRENT can't be a partial repository of CLUSTER_NEW
Yes it can.
Qmgr attributes REPOS and REPOSNL only identify for which cluster/clusters this qmgr will be an FR. ... |
Topic: Move FR? Or Create New Cluster? |
Jeff.VT
Replies: 11 Views: 11299
|
Forum: Clustering Posted: Mon Feb 06, 2023 9:07 am Subject: Move FR? Or Create New Cluster? |
Alright - I found the fuzzy part of the lollipop trying to create a second cluster on top of the current cluster...
A full repository on CLUSTER_CURRENT can't be a partial repository of CLUSTER_NEW ... |
Topic: Move FR? Or Create New Cluster? |
Jeff.VT
Replies: 11 Views: 11299
|
Forum: Clustering Posted: Mon Feb 06, 2023 7:04 am Subject: Move FR? Or Create New Cluster? |
I feel like the least disruptive solution would be to set up a second MQ Cluster (CLUS_NEW) on top of the current one (CLUS_CUR) - but this one having the correct new FR's defined from the start. Then ... |
Topic: Move FR? Or Create New Cluster? |
Jeff.VT
Replies: 11 Views: 11299
|
Forum: Clustering Posted: Fri Feb 03, 2023 12:20 pm Subject: Move FR? Or Create New Cluster? |
The real fun part is I don't have a Test environment, so I'm just kinda stuck on Production.
But here's what I'm worried about...
QM01 - FR #1
QM02 - FR #2
QM10 - Primary FR of QM01
QM11 - ... |
Topic: Move FR? Or Create New Cluster? |
Jeff.VT
Replies: 11 Views: 11299
|
Forum: Clustering Posted: Fri Feb 03, 2023 10:56 am Subject: Move FR? Or Create New Cluster? |
The reason I wouldn't want to just follow the IBM Support documentation is it requires me to stop & delete channels. I feel like it's going to cause a lot of downtime.
My only real concern with ... |
Topic: Move FR? Or Create New Cluster? |
Jeff.VT
Replies: 11 Views: 11299
|
Forum: Clustering Posted: Fri Feb 03, 2023 10:28 am Subject: Move FR? Or Create New Cluster? |
I have a bit of a conundrum.
We've been using an MQ Cluster for our queue routing for quite some time now. But now I need to decommission the current Full Repositories. So I need to put the Full Re ... |
Topic: CCSID.tbl Default Conversion - Can it break things? |
Jeff.VT
Replies: 11 Views: 11735
|
Forum: General IBM MQ Support Posted: Tue Dec 15, 2020 12:19 pm Subject: CCSID.tbl Default Conversion - Can it break things? |
Quick after-note since I hate when people don't post their answers. Unfortunately there's no real answer here.
The guys in Israel decided to change their CCSID to a more generic one to avoid this p ... |
Topic: CCSID.tbl Default Conversion - Can it break things? |
Jeff.VT
Replies: 11 Views: 11735
|
Forum: General IBM MQ Support Posted: Wed Dec 09, 2020 2:40 pm Subject: CCSID.tbl Default Conversion - Can it break things? |
437 is a really old code page for IBM PC ASCII that includes extended codes for various graphical and special characters that were used in PC-DOS and PC graphics cards. It was not designed for interna ... |
Topic: CCSID.tbl Default Conversion - Can it break things? |
Jeff.VT
Replies: 11 Views: 11735
|
Forum: General IBM MQ Support Posted: Wed Dec 09, 2020 2:02 pm Subject: CCSID.tbl Default Conversion - Can it break things? |
It does not go into Running state.
------------
12/8/2020 15:43:41 - Process(16004.1) User(_____) Program(runmqchl.exe)
Host(_____) Installation(_____)
... |
Topic: CCSID.tbl Default Conversion - Can it break things? |
Jeff.VT
Replies: 11 Views: 11735
|
Forum: General IBM MQ Support Posted: Wed Dec 09, 2020 8:49 am Subject: CCSID.tbl Default Conversion - Can it break things? |
Reading through the ccsid.tbl, I was considering making this change:
# CCSID Base CodePage CodePage Type Enc ACRI Codeset
# CCSID DBCS SBCS name
# ----- --- ... |
Topic: CCSID.tbl Default Conversion - Can it break things? |
Jeff.VT
Replies: 11 Views: 11735
|
Forum: General IBM MQ Support Posted: Wed Dec 09, 2020 8:42 am Subject: CCSID.tbl Default Conversion - Can it break things? |
Ping Channel got the same error:
Conversion not supported.
IBM MQ is unable to convert string data tagged in CCSID 437 to data in CCSID 862.
Check the IBM MQ Application Programming Refer ... |
Topic: CCSID.tbl Default Conversion - Can it break things? |
Jeff.VT
Replies: 11 Views: 11735
|
Forum: General IBM MQ Support Posted: Wed Dec 09, 2020 8:29 am Subject: CCSID.tbl Default Conversion - Can it break things? |
Both presume compatible CCSID tables at both ends of the channel.
I wouldn't assume that. I'd guess that's precisely our issue here is that we don't have compatible CCSID tables.
This is long be ... |