Author |
Message |
Topic: Managed .NET Client Connecting with SSL. MQ version 8.0 |
mfiorel1
Replies: 5 Views: 7117
|
Forum: General IBM MQ Support Posted: Fri Sep 01, 2017 7:27 am Subject: Managed .NET Client Connecting with SSL. MQ version 8.0 |
Thanks Morag - i followed the config steps based on the blog post. I made no coding changes, and passed in *SYSTEM as my keyrepository. Connection works with SSLCAUTH(OPTIONAL), but I get AMQ9637 with ... |
Topic: Managed .NET Client Connecting with SSL. MQ version 8.0 |
mfiorel1
Replies: 5 Views: 7117
|
Forum: General IBM MQ Support Posted: Thu Aug 31, 2017 1:11 pm Subject: Managed .NET Client Connecting with SSL. MQ version 8.0 |
I'm receiving the below error when connecting from my .NET client application. No errors are shown on the server:
Remote host '10.158.193.51(1416)' not available, retry later.
The attempt to all ... |
Topic: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
mfiorel1
Replies: 11 Views: 35909
|
Forum: General IBM MQ Support Posted: Mon Aug 21, 2017 11:10 am Subject: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
Thank you Joseph. Again, I am not in control of the MQ setup (CONNAUTH, CHLAUTH, etc) nor am I (at the moment) aware of these details as they're not being provided. I can deduce most of them given the ... |
Topic: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
mfiorel1
Replies: 11 Views: 35909
|
Forum: General IBM MQ Support Posted: Mon Aug 21, 2017 9:01 am Subject: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
Below is the Java Code they are using with successful connection. I cant tell any difference from my code aside from the transport type. I see no equivalent for the property they are passing in.
J ... |
Topic: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
mfiorel1
Replies: 11 Views: 35909
|
Forum: General IBM MQ Support Posted: Fri Aug 18, 2017 12:48 pm Subject: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
Thanks! If you see my error log in the original post, the first userID indicated is the UserId running the client application. Why is the log indicating the queue is initializing with that user? It sh ... |
Topic: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
mfiorel1
Replies: 11 Views: 35909
|
Forum: General IBM MQ Support Posted: Fri Aug 18, 2017 11:55 am Subject: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
There is logging code but i stripped it from the post for brevity. The user gets MQ code 2035.
We have requested the customer provide us the IBM commands they used to set up authentication, includi ... |
Topic: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
mfiorel1
Replies: 11 Views: 35909
|
Forum: General IBM MQ Support Posted: Fri Aug 18, 2017 11:27 am Subject: AMQ9557: Unable to connect to MQ from C# client w/ UserId |
Developing a C# MQ Connection tester app for a customer that has MQ version 8.0.0.6 on a Linux machine. They want a UserId to be passed from the client to the server for authentication. Below is my c# ... |