Author |
Message |
Topic: getting MQRC 2538 when connecting to Queue manager |
ankurlodhi
Replies: 8 Views: 16876
|
Forum: IBM MQ API Support Posted: Wed Jul 27, 2022 9:25 pm Subject: getting MQRC 2538 when connecting to Queue manager |
Look in the amqerr01.log on the machine where your application is running and find the error message that gives you more information about why you are getting MQRC_HOST_NOT_AVAILABLE.
What do you m ... |
Topic: getting MQRC 2538 when connecting to Queue manager |
ankurlodhi
Replies: 8 Views: 16876
|
Forum: IBM MQ API Support Posted: Thu Jul 21, 2022 8:57 pm Subject: getting MQRC 2538 when connecting to Queue manager |
Please pardon me the Error is MQRC 2538. |
Topic: getting MQRC 2538 when connecting to Queue manager |
ankurlodhi
Replies: 8 Views: 16876
|
Forum: IBM MQ API Support Posted: Wed Jul 20, 2022 7:24 pm Subject: getting MQRC 2538 when connecting to Queue manager |
Hi All,
I am trying to run mq2qf utility to perform a get, put , browse operations from my application. but i am getting MQRC 2358 host not available every time. while the MQ API's in the same pipe ... |
Topic: How to integratre MQ appliance Log monitoring with Splunk. |
ankurlodhi
Replies: 1 Views: 6459
|
Forum: General Discussion Posted: Tue Jul 14, 2020 12:20 am Subject: How to integratre MQ appliance Log monitoring with Splunk. |
i looking for a way to integrate MQ appliance log monitoring with Splunk,
i have tried searching the web but couldn't find anything.
Thanks
Ankur |
Topic: Multi instance Queue manager doesn't starts automatically. |
ankurlodhi
Replies: 10 Views: 16535
|
Forum: General IBM MQ Support Posted: Thu May 07, 2020 1:55 pm Subject: Multi instance Queue manager doesn't starts automatically. |
we shutdown the machine in a graceful manner, i think it is due to that the queue manager gets shutdown properly and switchover fails.
in the last statement it is exactly like i have mentioned, it ... |
Topic: Multi instance Queue manager doesn't starts automatically. |
ankurlodhi
Replies: 10 Views: 16535
|
Forum: General IBM MQ Support Posted: Thu May 07, 2020 8:38 am Subject: Multi instance Queue manager doesn't starts automatically. |
There a ways around that behavior, but they involve reacting to events or scheduling a repetitive task... :innocent:when i stop the machine with active instance...", i.e. the server hosting the c ... |
Topic: Multi instance Queue manager doesn't starts automatically. |
ankurlodhi
Replies: 10 Views: 16535
|
Forum: General IBM MQ Support Posted: Thu Apr 30, 2020 8:49 am Subject: Multi instance Queue manager doesn't starts automatically. |
i used
strmqm -x QMGRName |
Topic: Multi instance Queue manager doesn't starts automatically. |
ankurlodhi
Replies: 10 Views: 16535
|
Forum: General IBM MQ Support Posted: Thu Apr 30, 2020 7:20 am Subject: Multi instance Queue manager doesn't starts automatically. |
i have setup a multi instancing Queue manager in our domain, but i am facing issue with auto failover of Queue manager when i stop the machine with active instance. the standby instance of the queue m ... |
Topic: Using powershell for MQ scripting |
ankurlodhi
Replies: 1 Views: 8641
|
Forum: General Discussion Posted: Wed Jan 15, 2020 4:45 am Subject: Using powershell for MQ scripting |
I am trying to fetch the value of Queue Manager name from the below output using Powershell,
QMNAME(TEST) STATUS(Running)
QMNAME(CLxxxxxxxxx) ... |
Topic: Difference between basic MQ authintication and IDPWOS |
ankurlodhi
Replies: 2 Views: 8486
|
Forum: General Discussion Posted: Tue Jul 23, 2019 2:39 am Subject: Difference between basic MQ authintication and IDPWOS |
Hi all,
i want to understand the difference between, basic MQ authentication and IDPWOS for an MQ client.
what we usually do is we create a user on MQ server and application team connects usin ... |
Topic: AMQ7077: not authorized to perform the "crtmqm" |
ankurlodhi
Replies: 6 Views: 11742
|
Forum: General IBM MQ Support Posted: Mon May 13, 2019 10:59 am Subject: AMQ7077: not authorized to perform the "crtmqm" |
i had this same issue we had new Linux servers built, The MQM user and Group was not created properly and due to that we were not able to work with MQ. Please check the user permissions on your direct ... |
Topic: IPprocs and the corresponding SVRCONN channel count mismatch |
ankurlodhi
Replies: 5 Views: 7092
|
Forum: General IBM MQ Support Posted: Fri Apr 26, 2019 4:42 am Subject: IPprocs and the corresponding SVRCONN channel count mismatch |
I am not entirely sure what you are asking. A DISPLAY CONN(*) TYPE(ALL) will return two types of record. A connection record, which tells you the application name, pid, connection id etc. And a number ... |
Topic: IPprocs and the corresponding SVRCONN channel count mismatch |
ankurlodhi
Replies: 5 Views: 7092
|
Forum: General IBM MQ Support Posted: Fri Apr 26, 2019 4:41 am Subject: IPprocs and the corresponding SVRCONN channel count mismatch |
did you try
dis qs() type(handle) all
what does that show. |
Topic: MQ 9.1 PAM auth fails when password is too long |
ankurlodhi
Replies: 2 Views: 5850
|
Forum: General IBM MQ Support Posted: Tue Apr 09, 2019 6:39 am Subject: MQ 9.1 PAM auth fails when password is too long |
MQ has it's limit of 12 character for any username's password,anything more then 12 MQ starts throwing errors. related to authentication.
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.1.0 ... |
Topic: how to set MQ data path while installing |
ankurlodhi
Replies: 9 Views: 14325
|
Forum: General Discussion Posted: Wed Apr 03, 2019 6:17 am Subject: how to set MQ data path while installing |
-bash-4.2$ dspmqver -i
Name: WebSphere MQ
Version: 8.0.0.11
Level: p800-011-181212.1
BuildType: IKAP - (Production)
Platform: WebSphere MQ for Linux (x86-64 platform)
Mode: ... |