Author |
Message |
Topic: MQ v9 linear logging strange behavior |
fjb_saper
Replies: 11 Views: 194
|
Forum: General IBM MQ Support Posted: Sun Feb 05, 2023 8:01 am Subject: MQ v9 linear logging strange behavior |
Have you tried sorting your output skipping the first file letter?  |
Topic: MQ v9 linear logging strange behavior |
fjb_saper
Replies: 11 Views: 194
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2023 9:24 pm Subject: MQ v9 linear logging strange behavior |
And are you always using the same user (mqm) ?
The folder disappearing could be due to missing permissions for the user.  |
Topic: MQ Explorer-could not establish a connection to the QM |
fjb_saper
Replies: 45 Views: 1165
|
Forum: General IBM MQ Support Posted: Wed Feb 01, 2023 9:14 pm Subject: MQ Explorer-could not establish a connection to the QM |
Hi All,
Apologies for late reply, as I was on vacation.
The monthly failover was happened few days before and I can see the queue manager and its objects under MQ explorer.
I'll share the resu ... |
Topic: Unable to use Iterative Discovery - Websphere SAP Adapter |
fjb_saper
Replies: 2 Views: 107
|
Forum: WebSphere Message Broker Support Posted: Sat Jan 28, 2023 2:33 am Subject: Unable to use Iterative Discovery - Websphere SAP Adapter |
You cannot willy nilly mix the JCO adapter and the IDoc adapter from SAP.
You need to look which go together... This might be a version mismatch between your sap JCO adapter and the IDoc adapter (jar ... |
Topic: Getting Dot characters while pulling message from MQ by Main |
fjb_saper
Replies: 5 Views: 133
|
Forum: General IBM MQ Support Posted: Sat Jan 28, 2023 2:28 am Subject: Re: Getting Dot characters while pulling message from MQ by |
Hi All,
We receiving messages from DotNet Client application to our Mainframe Queue manager and while the Mainframe application tries to pull the message from our Mainframe Queue the messages are a ... |
Topic: Setting LDAP on MQ 9.3 running on Openshift |
fjb_saper
Replies: 16 Views: 298
|
Forum: General IBM MQ Support Posted: Wed Jan 25, 2023 12:29 am Subject: Re: Setting LDAP on MQ 9.3 running on Openshift |
HI,
i recently deployed the IBm HELM Chart and i deployed this example:
https://github.com/ibm-messaging/mq-helm/tree/main/samples/OpenShiftNativeHA/deploy
OS AUTH just work fine. But im not be ... |
Topic: Bad SSL certificate for channel '????'. |
fjb_saper
Replies: 3 Views: 116
|
Forum: IBM MQ Security Posted: Wed Jan 25, 2023 12:19 am Subject: Bad SSL certificate for channel '????'. |
Are you trying to run an Elliptic Curve Cipher with an RSA certificate?
Or a TLS 1.3 cipher against a TLS 1.2 cipher?  |
Topic: Merry Christmas |
fjb_saper
Replies: 8 Views: 508
|
Forum: General Discussion Posted: Wed Jan 18, 2023 3:00 pm Subject: Merry Christmas |
Took the Xmas and New Year period as an excuse not to visit the forum...
So belated Merry Xmas and very Happy and Prosperous New Year to all  |
Topic: MQ Explorer-could not establish a connection to the QM |
fjb_saper
Replies: 45 Views: 1165
|
Forum: General IBM MQ Support Posted: Sun Jan 15, 2023 2:34 am Subject: MQ Explorer-could not establish a connection to the QM |
I have seen MQRC_HOST_NOT_AVAILABLE to be a product of poor authentication combination:
user and password mismatch. Could be because user is too long (should not be over 12 chars)
missing the USE MQ ... |
Topic: Sequence Number (Cluster to Multi Instance) Scripting Idea |
fjb_saper
Replies: 12 Views: 346
|
Forum: General IBM MQ Support Posted: Fri Jan 13, 2023 2:09 am Subject: Sequence Number (Cluster to Multi Instance) Scripting Idea |
Your problem arises because you are indiscriminately sending to 2 different qmgrs using the same channel. They seem to use the F5 not as a proxy for the same qmgr, but as a failover between 2 qmgrs.
... |
Topic: how to remove ssl from a channel |
fjb_saper
Replies: 7 Views: 2412
|
Forum: General Discussion Posted: Fri Jan 13, 2023 1:57 am Subject: how to remove ssl from a channel |
Thanks, not often that I would think to start the receiver channel by hand.
You need to stop the channel to make it take the change. Including the receiver channel. If you just leave it inactive you ... |
Topic: Sequence Number (Cluster to Multi Instance) Scripting Idea |
fjb_saper
Replies: 12 Views: 346
|
Forum: General IBM MQ Support Posted: Thu Jan 12, 2023 9:55 pm Subject: Sequence Number (Cluster to Multi Instance) Scripting Idea |
Sorry Morag, had to delete your post because I edited it instead of quoting it...
The F5 set up is not supported and will cause sequence number discrepancies
I would generally agree. However I belie ... |
Topic: how to remove ssl from a channel |
fjb_saper
Replies: 7 Views: 2412
|
Forum: General Discussion Posted: Thu Jan 12, 2023 9:44 pm Subject: how to remove ssl from a channel |
Sorry to raise an old post.
After clearing the cipherspec from both ends of a sender/receiver channel pair on z/os qm (v9.0) - I can't restart the channel.
Is there a need to refresh ssl or some ... |
Topic: Sequence Number (Cluster to Multi Instance) Scripting Idea |
fjb_saper
Replies: 12 Views: 346
|
Forum: General IBM MQ Support Posted: Thu Jan 12, 2023 7:28 am Subject: Sequence Number (Cluster to Multi Instance) Scripting Idea |
The CONNAME is a DNS entry, that goes to F5 on the Multi Instance side and that handles the failover, the problem we are having is the Multi Instance has two DCs, so sequence mismatch is going to occu ... |
Topic: How to remove default HTTP Headers from a SOAPReply node? |
fjb_saper
Replies: 1 Views: 124
|
Forum: WebSphere Message Broker Support Posted: Wed Jan 11, 2023 7:40 pm Subject: How to remove default HTTP Headers from a SOAPReply node? |
Before removing a header, make sure you don't need it later (when sending the reply...)
To remove the header set it to null.
Hope it helps  |