Author |
Message |
Topic: Unable to configure for testing with .NET Core |
derrickatdecdev
Replies: 13 Views: 19561
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Feb 15, 2021 1:46 pm Subject: Unable to configure for testing with .NET Core |
What user id do you see in use? Coding that in the MCAUSER of the SVRCONN would allow it to pass any authorization check.
Again, as has been said, turning off security is not recommended, but just ... |
Topic: Unable to configure for testing with .NET Core |
derrickatdecdev
Replies: 13 Views: 19561
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Feb 15, 2021 7:50 am Subject: Unable to configure for testing with .NET Core |
You have mentioned disabling auth a few times now. Could you clarify how you did so?
I followed the instructions given in post 433569 ( http://www.mqseries.net/phpBB2/viewtopic.php?p=433569#433569 ... |
Topic: Unable to configure for testing with .NET Core |
derrickatdecdev
Replies: 13 Views: 19561
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Feb 11, 2021 10:37 am Subject: Unable to configure for testing with .NET Core |
Are you sure you are not trying to authenticate a domain user/ID on a machine that is not running with a domain service user?
I apologize, but I don't think I know enough about AD/windows admin to ... |
Topic: Unable to configure for testing with .NET Core |
derrickatdecdev
Replies: 13 Views: 19561
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 10, 2021 11:55 pm Subject: Unable to configure for testing with .NET Core |
The user id it is using came from somewhere. If it is not the client machine ID, and you don't have an MCAUSER coded on the SVRCONN, and you are not supplying a user in an MQCSP, then all I can think ... |
Topic: Unable to configure for testing with .NET Core |
derrickatdecdev
Replies: 13 Views: 19561
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 10, 2021 7:06 am Subject: Unable to configure for testing with .NET Core |
Does the user ID 'DERRICK$' exist on the machine where the queue manager is running? Or are you using domain security? The second error message suggests you might be. What is it telling you and have y ... |
Topic: Unable to configure for testing with .NET Core |
derrickatdecdev
Replies: 13 Views: 19561
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Feb 09, 2021 1:01 pm Subject: Unable to configure for testing with .NET Core |
Hello again!
I'm trying to test a client connection using amqmdnetstd.dll for .NET Core.
(Previously, you helped me successfully test a similar thing using the .NET Framework dll, in post number 4 ... |
Topic: Unable to configure user for testing only |
derrickatdecdev
Replies: 5 Views: 15134
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 12, 2020 8:55 am Subject: Unable to configure user for testing only |
You won't be surprised to hear that that fixed it immediately! Thanks so much! |
Topic: Unable to configure user for testing only |
derrickatdecdev
Replies: 5 Views: 15134
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 11, 2020 1:54 pm Subject: Unable to configure user for testing only |
Sure - this is everything that gets logged for a single try. Windows user id is 'derrick' (it sometimes appears with an AD domain prefix that doesn't appear here)...machine name is probably 'DERRICK'. ... |
Topic: Unable to configure user for testing only |
derrickatdecdev
Replies: 5 Views: 15134
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Mar 11, 2020 10:27 am Subject: Unable to configure user for testing only |
Hello all! I am new to this, and while I've read a lot of text about IBM MQ, I have yet to figure out a working configuration for testing.
Let me stress that this is for testing only, not productio ... |