Author |
Message |
Topic: SQL Server SP not returning the values to ESQL List |
bruce2359
Replies: 1 Views: 3162
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 13, 2024 7:30 am Subject: SQL Server SP not returning the values to ESQL List |
I?d recommend that you post this on a website devoted to SQL support, rather than here on IBM MQ support site. |
Topic: IBM ACE Queue Based Authorization Issue |
bruce2359
Replies: 6 Views: 688
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2024 5:08 am Subject: IBM ACE Queue Based Authorization Issue |
MQ automatically folds names into upper-case.
Try enclosing the name bob in quotes to preserve lower-case or mixed-case names.
setmqaut -m QM -t qmgr -p 'bob' +connect +inq |
Topic: How to test which multi instance QM node is active? |
bruce2359
Replies: 10 Views: 1108
|
Forum: General IBM MQ Support Posted: Mon Nov 18, 2024 1:04 pm Subject: How to test which multi instance QM node is active? |
Hi, yes, on all my non-MQ managed HA pairs, dspmq fails (rc<>0) on the passive node whereas on an MQ managed HA pair, dspmq will always be successful (rc=0). As I say, I will try something else ... |
Topic: How to test which multi instance QM node is active? |
bruce2359
Replies: 10 Views: 1108
|
Forum: General IBM MQ Support Posted: Sun Nov 17, 2024 2:42 pm Subject: How to test which multi instance QM node is active? |
Yes, thanks. I am using a rather limited Windows shell but will figure something out.
Not sure what this means? Do you get an error of some kind? Issuing control commands requires mqm or equivalen ... |
Topic: How to test which multi instance QM node is active? |
bruce2359
Replies: 10 Views: 1108
|
Forum: General IBM MQ Support Posted: Fri Nov 15, 2024 10:33 am Subject: How to test which multi instance QM node is active? |
According to https://www.ibm.com/docs/en/ibm-mq/9.2?topic=reference-dspmq-display-queue-managers the -x switch. |
Topic: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
bruce2359
Replies: 14 Views: 1239
|
Forum: General IBM MQ Support Posted: Sun Oct 27, 2024 6:22 am Subject: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
My contract ends for cics and mq ends nov 30th so I better hurry. What's next then? |
Topic: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
bruce2359
Replies: 14 Views: 1239
|
Forum: General IBM MQ Support Posted: Fri Oct 25, 2024 12:53 pm Subject: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
Are these users Read-Only? Did you create a Read-Only console profile? |
Topic: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
bruce2359
Replies: 14 Views: 1239
|
Forum: General IBM MQ Support Posted: Fri Oct 25, 2024 9:37 am Subject: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
yes...PCF messages. Vendor code.
I'm feeling a bit dense this morning.
So, you have a vendor app that is doing MQ admin with MQ Programmable Command Format messages... to do what, exactly?
T ... |
Topic: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
bruce2359
Replies: 14 Views: 1239
|
Forum: General IBM MQ Support Posted: Thu Oct 24, 2024 1:20 pm Subject: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
ok. But I need the userid that's inside the PCF messages (altuserid) ... What PCF messages? Do you mean MQ's Programmable Command Format? Or, something else? |
Topic: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
bruce2359
Replies: 14 Views: 1239
|
Forum: General IBM MQ Support Posted: Thu Oct 24, 2024 10:32 am Subject: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
The distributed side is using LDAP to manage security. Good so far, LDAP authenticates client signed-on (network) userid.
When they signon with a network id, that id gets used inside the MQ messag ... |
Topic: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
bruce2359
Replies: 14 Views: 1239
|
Forum: General IBM MQ Support Posted: Thu Oct 24, 2024 9:16 am Subject: Re: Change MCAUSER SVRCONN based on AlternateUserID or ??? |
I need to change MCAUSER on a SVRCONN based on a Network USERID.
Color me confused. By Network USERID do you mean the logged on userid on the client platform that executed the application? Or som ... |
Topic: IBM MQ purpose and use case |
bruce2359
Replies: 2 Views: 549
|
Forum: General IBM MQ Support Posted: Tue Oct 22, 2024 6:02 am Subject: IBM MQ purpose and use case |
Do some research on your own. Go to google, and search for ? ibm MQ use case? or similar key words. |
Topic: Relative overhead of different MQ ciphers z/OS |
bruce2359
Replies: 2 Views: 853
|
Forum: IBM MQ Security Posted: Wed Oct 16, 2024 10:24 am Subject: Relative overhead of different MQ ciphers z/OS |
Wow. I haven't heard MIPS used in decades. MIPS lost most of its meaning with z specialty engines for accomplishing certain workloads (to reduce costs for users) rather than in CP/CPUs.
It depen ... |
Topic: MQ console URL RESLEVEL |
bruce2359
Replies: 41 Views: 13098
|
Forum: General IBM MQ Support Posted: Thu Oct 10, 2024 7:56 am Subject: MQ console URL RESLEVEL |
So this proves that either there isnt any checking or RACF CLASS(MQQUEUE) is allowing.
Looking at your profiles in the MQQUEUE class, the queue called JASON.TEST would be covered by either the QKSL ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
bruce2359
Replies: 23 Views: 2326
|
Forum: IBM MQ Security Posted: Wed Sep 18, 2024 7:09 am Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
00000C0F 11:14:28.253573 33960.1 MQQueueManager.CheckHConnHealth() Reason: 0x0000080F
00000C10 11:14:28.253757 33960.1 IBM.WMQ.MQQueue#01DC1A6B throwing MQException: cc=2 rc=2063
00000 ... |