Author |
Message |
Topic: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
hschia
Replies: 16 Views: 15204
|
Forum: IBM MQ Security Posted: Sun Aug 05, 2012 8:05 pm Subject: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
I am using WMQ v7.0.1 client, does it the same? |
Topic: VB/.NET client not able to set MQEnvironment.userID & pw |
hschia
Replies: 20 Views: 28580
|
Forum: IBM MQ Java / JMS Posted: Sat Aug 04, 2012 1:54 am Subject: VB/.NET client not able to set MQEnvironment.userID & pw |
I guess the .net for MQ Client for userid and password of MQEnviroment are totally not working. Does this is the IBM MQ bug for .net? |
Topic: VB/.NET client not able to set MQEnvironment.userID & pw |
hschia
Replies: 20 Views: 28580
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 01, 2012 10:43 pm Subject: VB/.NET client not able to set MQEnvironment.userID & pw |
I cannot change to use SSL and MACA user as it belong to another vendor, they only use security exit in MQ server. Any suggestion to solve it? |
Topic: VB/.NET client not able to set MQEnvironment.userID & pw |
hschia
Replies: 20 Views: 28580
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 01, 2012 10:37 pm Subject: VB/.NET client not able to set MQEnvironment.userID & pw |
I also have same issue, anyone one have method or idea to solve the issue ?? |
Topic: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
hschia
Replies: 16 Views: 15204
|
Forum: IBM MQ Security Posted: Tue Jul 17, 2012 6:52 am Subject: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
Client side:
If a security exit is defined for the client, then this security exit may validate the password.
If a security exit is not defined for the client, then the value of the password is tr ... |
Topic: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
hschia
Replies: 16 Views: 15204
|
Forum: IBM MQ Security Posted: Tue Jul 17, 2012 5:00 am Subject: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
Yes, If I take out the security control from MQ Server, it is working well. It can connect without any error. |
Topic: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
hschia
Replies: 16 Views: 15204
|
Forum: IBM MQ Security Posted: Tue Jul 17, 2012 4:32 am Subject: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
I already tried
MQEnvironment.properties.Add(MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES_CLIENT)
but same result is getting.
I also try using as below but same result is getting as stated ... |
Topic: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
hschia
Replies: 16 Views: 15204
|
Forum: IBM MQ Security Posted: Tue Jul 17, 2012 3:50 am Subject: Unable to Connect to IBMMQ Server using IBMMQ .NET Client |
I was try to connect to IBMMQ Server use following VB .Net code and error showing "2538-MQRC_HOST_NOT_AVAILABLE".
MQEnvironment.Hostname = IPAddress ' & "(" & PORT& ... |