Author |
Message
|
mangoMan |
Posted: Thu Oct 16, 2003 9:16 am Post subject: MQ Client Connection Using .NET and ActiveX |
|
|
Acolyte
Joined: 16 Oct 2003 Posts: 69
|
My client application is written in VB.NET and it is using the MQ ActiveX control. But for some reason I get the 2058 error. I have have specified MqType=2 in the configuration properties build section. Am I missing something. Does MqType not work with .NET interop thing?
Any help would be greatly appreciated.
Thanks! |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 16, 2003 10:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Have you looked in the manuals for what Reason Code 2058 means?
Have you done a search here for Reason Code 2058? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mangoMan |
Posted: Thu Oct 16, 2003 12:30 pm Post subject: |
|
|
Acolyte
Joined: 16 Oct 2003 Posts: 69
|
Yes I have but I don't see the problem because when I use the amqsputc application I am able to connect to the QM on the server box but when I run my client app I get 2058 which I have looked up in manual as qm name error. And when I tried using "" for QMgr name I got a 2059. I am confused. |
|
Back to top |
|
 |
rbharatha |
Posted: Sat Oct 18, 2003 4:36 am Post subject: |
|
|
Newbie
Joined: 18 Oct 2003 Posts: 5
|
Hi MangoMan,
The prob's c'd be one of the below
1. when u r connection from client to server mention the channel definition and connect.
2. Or Set the Environment in the client machine
as under
Set MQSERVER=CHANNEL/TRANSPORTTYPE(TCP)/CONNECTIONNAME(PORTNO) _________________ Ramesh Bharata |
|
Back to top |
|
 |
|