Author |
Message
|
Shanta |
Posted: Tue Sep 26, 2006 12:24 am Post subject: Can't connect to remote queue namager |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
Hi
I have installed MQ Series at my own PC with admin right and member of MQM group and update my host file . I mapped a drive where all mmc file are there like one for production ,Test and development environment.
When i try to execute these mmc i can connect to all remote queue manager in production environment but at the same time when i try to execute the mmc for test and development environment i can't connect to any queue manager. It says queue manager is not available for connection Ensure that queue manager is running on another ccomputer ,ensure it is configured to accept remote connection.(AMQ4043)but at the same time i can login to the machine and check that queue manager is ther and running.
Can any one help for the same
Thanks |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Tue Sep 26, 2006 2:36 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
Shanta,
first check what the QMgr says:
- is the channel SYSTEM.ADMIN.SVRCONN defined?
- is the listener running (port?)
- is the QMgr running
If these conditions are ok then check, if there is a firewall, which separates test and development from production systems. _________________ Regards
Hubert |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 26, 2006 3:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
HubertKleinmanns wrote: |
Shanta,
first check what the QMgr says:
- is the channel SYSTEM.ADMIN.SVRCONN defined?
- is the listener running (port?)
- is the QMgr running
If these conditions are ok then check, if there is a firewall, which separates test and development from production systems. |
And don't forget to check if your user is authorized to access the information you request from the qmgrs (either through authorization or membership of an authorized group (mqm?) on the target machine... _________________ MQ & Broker admin |
|
Back to top |
|
 |
Shanta |
Posted: Tue Sep 26, 2006 4:30 am Post subject: |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
What i see that in FDC
User exit not valid.
Channel program 'SYSTEM.ADMIN.SVRCONN'ended ecause user exit 'xxx.ExplorerExit(SecExit)' is not valid.
Ensure that the user is specified correctly in the channel definition,and that the user exit program is correct and available.
And second Event messages i can see
The libraey C:\Program Files\IBM\WebSphere MQ\exits\xxx.ExplorerExit.Dll was not found.
But i can see the Dll at C:\Program Files\IBM\WebSphere MQ\exits
One of my team member can access all the queue managers from remote system using mmc but at same time i can't.
At othere end when i login to the remote server from my machine using telnet i can see that queue managers are running .. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 26, 2006 4:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Try adding a test queue manager to the working production MMC file - temporarily. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dgolding |
Posted: Tue Sep 26, 2006 5:29 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
What happens when you right-click on "Websphere MQ" in the explorer and look at properties? Do you have an exit defined? Does your colleague? |
|
Back to top |
|
 |
Shanta |
Posted: Tue Sep 26, 2006 5:48 am Post subject: |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
Yes i can see the the security exit Name as xxxExplorerExit(SecExit)
and Security Exit data as C:\log.txt defined in Websphere properties.
Thanks |
|
Back to top |
|
 |
dgolding |
Posted: Tue Sep 26, 2006 5:54 am Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
And does your colleague have this? My point is if there is a problem with the Security exit you're using by your explorer this can you hinder you a lot  |
|
Back to top |
|
 |
Shanta |
Posted: Tue Sep 26, 2006 6:03 am Post subject: |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
Yes my fineds have the same , as i make a copy(shortcut) of mmc at my desktop from remote m/c all drive mapped at my PC.
When i use that mmc file i can see all the queue manager under explorer but i can't(connect) access any one of them.
At same location there is another mmc file for production i creat a short cut for the same and i can connect with all production queue managers and i can see the websphere explorer properties for production there is no
security Exit name and secuity data is defind for the same
Thanks |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 26, 2006 2:45 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Even though the dll is there in the right path do you have a way to access it: is it on the PATH environment variable..? does your user have access &execution rights on it?
And finally are you using a channel table?
Without the use of a channel table I doubt that the mmc will allow you to use an exit...
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
Shanta |
Posted: Wed Sep 27, 2006 12:07 am Post subject: |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
I added the dll pathe in system variable as C:\Program Files\IBM\WebSphere MQ\Exits\xxxSecExit.dll and still i can't connect with the remote queue managers.
But at the same location there is another mmc file for production Queue managers when i exectue that mmc file i can see all the remote queue managers connected in mq explorer.
Can you please help me to know where to check the channel table as i am dirctly accessing the mmc file from remote m/c by copying the shortcut at my desktop. |
|
Back to top |
|
 |
|