Author |
Message
|
paulmitchell |
Posted: Fri May 17, 2002 12:11 pm Post subject: 2058 errirs |
|
|
Newbie
Joined: 17 May 2002 Posts: 5
|
Trying to connect to a queue manager that's located on nt.
receiving error code of 2058 on my connect from my client workstation. Ip address, queue manager name is correct.
svrconn on the queue manager is defined.
any suggestions would be helpful. |
|
Back to top |
|
 |
mqonnet |
Posted: Fri May 17, 2002 1:13 pm Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Is your listener running. Check the port no you specified while connecting to the QMGR.
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
mrlinux |
Posted: Sun May 19, 2002 9:02 pm Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
If you are getting 2058 it means the queue manager name you are supplying is not the name of the queue manager you are attempting to connect too.
1) you have tried to use the default queue manager but didnt create
or set the queue manager as default.
2) you have misspelled or used the wrong case for the name
2058 indicates you connected with a listener. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
mqonnet |
Posted: Mon May 20, 2002 11:26 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Jeff. I am a little puzzled here. You said that "2058 indicates you connected with a listener". How can you get connected to a listener without connecting to a QM. You could have a listener running only if you have a QM running.
Could you please explain, what you meant by the same.
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
mrlinux |
Posted: Mon May 20, 2002 11:28 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
When you connect to the listener you pass in a queue manager name even
if it is " " (default queue manager) the listener process then tries to connect to the queue manager with the name you passed in if it doesnt match then you get 2058. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
mqonnet |
Posted: Mon May 20, 2002 11:34 am Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
Guess you are right.
Missed out on that one.
Thanks.
Cheers.
Kumar _________________ IBM Certified WebSphere MQ V5.3 Developer
IBM Certified WebSphere MQ V5.3 Solution Designer
IBM Certified WebSphere MQ V5.3 System Administrator |
|
Back to top |
|
 |
|