Author |
Message |
Topic: Procedure for upgrading MQ Cluster |
LavMQ1980
Replies: 3 Views: 138
|
Forum: General Discussion Posted: Tue Jun 24, 2025 11:32 pm Subject: Procedure for upgrading MQ Cluster |
Thank you very much!
It's a cluster without multi-instance QM's. |
Topic: Procedure for upgrading MQ Cluster |
LavMQ1980
Replies: 3 Views: 138
|
Forum: General Discussion Posted: Tue Jun 24, 2025 10:00 am Subject: Procedure for upgrading MQ Cluster |
Hello,
What is the step by step procedure of upgrading MQ Cluster?
is it:
1. suspend QM
2. stop QM
3. upgrade QM
4. start QM
Move to the next one.
Is it correct?
Thank you,. |
Topic: setmqaut fails with AUTHENMD(PAM) |
LavMQ1980
Replies: 2 Views: 8854
|
Forum: General Discussion Posted: Wed Dec 25, 2024 6:35 am Subject: setmqaut fails with AUTHENMD(PAM) |
Hello,
We have a linux server configured with active directory through SSSD and when we try to set permissions with "setmqaut" to AD user, we get:
"AMQ7026E: A principal or group ... |
Topic: IBM JDBC Crossworlds to RAC |
LavMQ1980
Replies: 0 Views: 32144
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Aug 07, 2024 5:44 am Subject: IBM JDBC Crossworlds to RAC |
Hello,
May be someone here knows ...
We have a veeery old system that uses IBM's JDBC driver to Oracle RAC. How is it possible (if at all), to define connection to Oracle RAC with his JDBC drive ... |
Topic: Migrating MQ 7.0 |
LavMQ1980
Replies: 0 Views: 12213
|
Forum: General IBM MQ Support Posted: Tue May 21, 2024 2:45 am Subject: Migrating MQ 7.0 |
Hello,
We need to migrate MQ version 7.0 on Windows to a newer version.
Per documentation, there is no dmpmqcfg command there and we need to use savemgr.exe utility. Where can I obtain it? In th ... |
Topic: Developer license vs non prod license |
LavMQ1980
Replies: 4 Views: 17601
|
Forum: General Discussion Posted: Mon Oct 30, 2023 3:59 am Subject: Developer license vs non prod license |
Hello,
Without reading tons of agreements and legal pages ... When customer can use a free developer license of MQ and when he needs to purchase non prod license for MQ?
Thank you in advance. |
Topic: High availability question |
LavMQ1980
Replies: 8 Views: 16457
|
Forum: General IBM MQ Support Posted: Mon Oct 30, 2023 3:57 am Subject: High availability question |
Hi,
It just provides client load balancing, but if two applications are connected to different QMs, they don't see messages from one another. |
Topic: High availability question |
LavMQ1980
Replies: 8 Views: 16457
|
Forum: General IBM MQ Support Posted: Wed Oct 25, 2023 10:10 pm Subject: High availability question |
Hello,
thank you for your answers.
The requirement is that it will be possible to put and get from a Q using any of the QM's ... And there is not option for a shared storage between QM's.
For ... |
Topic: High availability question |
LavMQ1980
Replies: 8 Views: 16457
|
Forum: General IBM MQ Support Posted: Wed Oct 25, 2023 1:30 am Subject: High availability question |
Hello all,
I'm looking how to solve an HA requirement, without having shared storage. Cluster could solve it, but while I can put a message to a queue through any QM in the cluster, I can consume i ... |
Topic: dmpmqmsg and MQHRF2 messages |
LavMQ1980
Replies: 11 Views: 20203
|
Forum: General IBM MQ Support Posted: Tue Mar 21, 2023 12:50 am Subject: dmpmqmsg and MQHRF2 messages |
The 1208 code page is what customer has for years in the older environment ... It's just a given fact
Command on MQ8 Windows used to extract:
dmpmqmsg -iQL.APP1 -mQM.APP -fdump.msg
... |
Topic: dmpmqmsg and MQHRF2 messages |
LavMQ1980
Replies: 11 Views: 20203
|
Forum: General IBM MQ Support Posted: Sun Mar 19, 2023 4:08 am Subject: dmpmqmsg and MQHRF2 messages |
You have Windows set to 1208 (UTF-8 equivalent), rather than its native code page? - Yes
Dumped it with -dt, I didn't see anything special
I will look into -c, thanks.
It fails on the structu ... |
Topic: dmpmqmsg and MQHRF2 messages |
LavMQ1980
Replies: 11 Views: 20203
|
Forum: General IBM MQ Support Posted: Thu Mar 16, 2023 11:36 am Subject: dmpmqmsg and MQHRF2 messages |
Yes, I run dos2unix first, because otherwise it just fails on the structure of the file.
-P as I see for CCSID conversion ... It's 1208 on both qmgrs. |
Topic: dmpmqmsg and MQHRF2 messages |
LavMQ1980
Replies: 11 Views: 20203
|
Forum: General IBM MQ Support Posted: Thu Mar 16, 2023 6:20 am Subject: dmpmqmsg and MQHRF2 messages |
One more detail, source is windows, target is linux and I'm using dos2unix to fix new lines in the file. for MQSTR format i works fine. |
Topic: dmpmqmsg and MQHRF2 messages |
LavMQ1980
Replies: 11 Views: 20203
|
Forum: General IBM MQ Support Posted: Thu Mar 16, 2023 4:02 am Subject: dmpmqmsg and MQHRF2 messages |
Sorry, it MQRHF2 of course  |
Topic: dmpmqmsg and MQHRF2 messages |
LavMQ1980
Replies: 11 Views: 20203
|
Forum: General IBM MQ Support Posted: Thu Mar 16, 2023 3:48 am Subject: dmpmqmsg and MQHRF2 messages |
Hello,
I need to move MQHRF2 messages from one QMGR to another, but when I try to load messages from the file, I get
MQPUT(Q1) failed RC(2334) RFH Error
Is there any way to perform this task ... |