Author |
Message |
Topic: get RFH2 folders with php mqseries |
hughson
Replies: 7 Views: 225
|
Forum: General IBM MQ Support Posted: Wed Oct 02, 2024 1:01 am Subject: get RFH2 folders with php mqseries |
After some tests also with amqsbcg (even without specifying 3 for PropOption RFH.. ) i saw that the php is not giving the rfh header in the message. the message is a pdf so it is normal to be not read ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
hughson
Replies: 20 Views: 619
|
Forum: IBM MQ Security Posted: Tue Oct 01, 2024 5:42 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
... finding this page which documents the gakit reason codes.
They're like gold dust those pages! |
Topic: MQ console URL |
hughson
Replies: 38 Views: 8813
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2024 6:51 pm Subject: MQ console URL |
OK - I've gone back to the start of this thread and gathered together what I think we know about your system (albeit I know you have made some changes like creating a RESLEVEL profile) so perhaps you ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
hughson
Replies: 20 Views: 619
|
Forum: IBM MQ Security Posted: Mon Sep 30, 2024 5:31 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
You say "certificate i am using is public certificate as it will only be used for AMS encryption", but I'm not quite sure why you believe you only need the public certificate? That might be ... |
Topic: get RFH2 folders with php mqseries |
hughson
Replies: 7 Views: 225
|
Forum: General IBM MQ Support Posted: Mon Sep 30, 2024 1:31 am Subject: get RFH2 folders with php mqseries |
Can you show us your code (rather than the code in mqseries.c from the PHP library)?
Cheers,
Morag |
Topic: MQ console URL |
hughson
Replies: 38 Views: 8813
|
Forum: General IBM MQ Support Posted: Fri Sep 27, 2024 5:44 pm Subject: MQ console URL |
The game plan next week is to give this a try?
https://www.ibm.com/docs/en/ibm-mq/9.4?topic=mcarqm-adding-remote-queue-manager-mq-console-by-using-command-line
I'm not sure how changing the way you ... |
Topic: MQ console URL |
hughson
Replies: 38 Views: 8813
|
Forum: General IBM MQ Support Posted: Fri Sep 27, 2024 1:07 pm Subject: MQ console URL |
CLASS NAME
----- ----
MQADMIN QKSL.RESLEVEL
I thought you said you didn't have ... |
Topic: MQ console URL |
hughson
Replies: 38 Views: 8813
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2024 9:14 pm Subject: MQ console URL |
Did you ever get anywhere with discovering exactly what access the CHINIT user ID has to the RESLEVEL profile (which is being covered by the qmgr.* profile in your setup)?
You can discover this by ... |
Topic: RDQM "centralized" start / stop qm scripts? |
hughson
Replies: 3 Views: 115
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2024 6:49 pm Subject: RDQM "centralized" start / stop qm scripts? |
I'll leave others to comment on easy ways to parse output in Linux shell scripts - not my forte.
However, I do wonder whether you can do something that makes use of the preferred location for the q ... |
Topic: MQRC 2058 with MQCCRED configuration |
hughson
Replies: 25 Views: 1007
|
Forum: General IBM MQ Support Posted: Thu Sep 26, 2024 4:19 am Subject: MQRC 2058 with MQCCRED configuration |
Based on the presentation that was shared by you .I understand that we need to configure connauth on the queue manager which has a chckclnt as OPTIONAL.
Then a chlauth record for the admin channel w ... |
Topic: MQRC 2058 with MQCCRED configuration |
hughson
Replies: 25 Views: 1007
|
Forum: General IBM MQ Support Posted: Wed Sep 25, 2024 10:06 pm Subject: MQRC 2058 with MQCCRED configuration |
1.
configured sec exit mqccred on the channel
Qmgr connauth with default IDPWOS, and chckclnt as optional.
Chlauth record for admin channel with chkclnt as Required.
In this scenario, it is fai ... |
Topic: MQRC 2058 with MQCCRED configuration |
hughson
Replies: 25 Views: 1007
|
Forum: General IBM MQ Support Posted: Mon Sep 23, 2024 3:05 am Subject: MQRC 2058 with MQCCRED configuration |
As I have configured connauth on the qmgr level. Will it also affect the app channels. Or will it only affect the channels where the Security exit is defined.
Note:My app channels use blockip exit ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
hughson
Replies: 20 Views: 619
|
Forum: IBM MQ Security Posted: Wed Sep 18, 2024 9:07 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Dotnet MQ Sample - simpleput - works for the queue where AMS policies are not applied but does not work for the queue where AMS policies are applied.00000C11 11:14:28.254361 33960.1 New MQExcept ... |
Topic: MQRC 2058 with MQCCRED configuration |
hughson
Replies: 25 Views: 1007
|
Forum: General IBM MQ Support Posted: Wed Sep 18, 2024 4:45 pm Subject: MQRC 2058 with MQCCRED configuration |
I have tried to browse the message on the TEST.Q ,the user is not the one specified in the .ini file.its taking the user with which the mq service is running.
I suspect this is because you have not y ... |
Topic: MQ console URL |
hughson
Replies: 38 Views: 8813
|
Forum: General IBM MQ Support Posted: Tue Sep 03, 2024 2:56 pm Subject: MQ console URL |
I think that's an old RACF entry. There is no Q with the name FMNTMQL in QKSL.
So can you give us an example queue name to work with?
As I mentioned earlier, I'm pretty sure the msgs from MQ Cons ... |