Author |
Message |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Mon Oct 07, 2024 3:05 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Understood. Thanks for your explanation.
How does then JMS client api work for java which doesn?t need private key for AMS? |
Topic: MQ AMS MCA Interception configuration |
mangeshp16
Replies: 10 Views: 14728
|
Forum: IBM MQ Security Posted: Fri Oct 04, 2024 5:39 am Subject: MQ AMS MCA Interception configuration |
I am facing the exact same issue as you. What do you mean "solution was a result of an IBM PMR" and what is the RCA for the Full certificate (public and private). Also in my case I dont need ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Thu Oct 03, 2024 3:58 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
@fjb_saber, Thank for your reply.
My question is not for setup. I was just stating the fact that per queue policy, queue doesn?t need signing but just encryption.
Now for the certificate issue let ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Wed Oct 02, 2024 3:11 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Just to let you know we also opened a case with IBM as the other java api works with public certificate and Ibm says i don?t need private keys so not sure what else to look at. Is there a difference b ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Wed Oct 02, 2024 3:10 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Just to let you know we also opened a case with IBM as the other java api works with public certificate and Ibm says i don?t need private keys so not sure what else to look at. Is there a difference b ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Tue Oct 01, 2024 3:33 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Thanks for your analysis and finding this page which documents the gakit reason codes. Only reason I thought public certificate is needed for encryption is because other java api is using the same cer ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Mon Sep 30, 2024 1:54 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Hello @hughson. Thanks for your reply and Sorry for not replying earlier.
I moved on to c++ libraries as they are easy to use and supports AMS. c++ dll can be imported in .net standard 8.0 so we wi ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Wed Sep 18, 2024 10:25 am Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Here you go: https://www.nuget.org/packages/IBMMQDotnetClient
IBMMQDotnetClient
IBM MQ classes for .NET Standard allow a program written in the .NET programming framework to work with IBM MQ Que ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Wed Sep 18, 2024 10:01 am Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
@fjb_saper
Interesting point about c client. where can I find C client?
And for your question -> Can you please show us where you found that the transport TRANSPORT_MQSERIES_CLIENT was not s ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Wed Sep 18, 2024 4:43 am Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
I am using the MQC.TRANSPORT_MQSERIES_MANAGED as the TRANSPORT_MQSERIES_CLIENT is not supported (MQRC_FUNCTION_NOT_SUPPORTED) in IBM MQ dotnet standard library and Also found a documentation where the ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Mon Sep 16, 2024 3:29 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
I asked and they don't see any error logged. I started tracing on client side but I don't see any errors just a long trace but that does not provide me error details.
Where will error be logged on se ... |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Mon Sep 16, 2024 7:04 am Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
Thanks for your reply but the user id has put permissions. forgot to mention that there is a AMS policy on the queue and I have imported required certificates in kdb file. |
Topic: C# Client error on message put - MQRC_NOT_AUTHORIZED |
mangeshp16
Replies: 23 Views: 10731
|
Forum: IBM MQ Security Posted: Sat Sep 14, 2024 12:47 pm Subject: C# Client error on message put - MQRC_NOT_AUTHORIZED |
I am trying to create a POC for basic validations like connect, put, get. MQ server is hosted on mainframe and my client is c# console app. I am using IBM.WMP package. I have also configured kdb field ... |