Author |
Message |
Topic: setmqaut fails with AUTHENMD(PAM) |
LavMQ1980
Replies: 2 Views: 3689
|
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: 11617
|
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: 5029
|
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: 12114
|
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: 11914
|
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: 11914
|
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: 11914
|
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: 19408
|
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: 19408
|
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: 19408
|
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: 19408
|
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: 19408
|
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: 19408
|
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 ... |
Topic: Creating QM without "qmgrs" directory |
LavMQ1980
Replies: 5 Views: 11155
|
Forum: General IBM MQ Support Posted: Mon Mar 13, 2023 10:49 pm Subject: Creating QM without "qmgrs" directory |
Yep, I saw that they can be deleted, so it doesn't really matter where they are.
It's just the request is that QMs willbe let's say in /nfs/share/mqm/<QM>, but "qmgrs" is created an ... |
Topic: Creating QM without "qmgrs" directory |
LavMQ1980
Replies: 5 Views: 11155
|
Forum: General IBM MQ Support Posted: Mon Mar 13, 2023 12:31 am Subject: Creating QM without "qmgrs" directory |
Hello,
Looks like no matter where do I specify the "data" directory of QM to be, there is still some information that is kept in <prefix>/qmgrs directory.
Is there any way to pre ... |