Author |
Message
|
opmind |
Posted: Thu Jun 12, 2003 6:05 am Post subject: MQSI Control Center configuration |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
Hello everybody ...
Well I've got a big problem of configuration here. We have a MQSI configuration manager on windows NT 4 and because of this server is far from our office, we need to take remote control.
Well ok, there is control center to do this. But, after installed this one, tried to make connexion, when I click on OK, nothing appends.
Do u know what kind of configuration is missing ?
Thx for help.
Cyril |
|
Back to top |
|
 |
skn |
Posted: Thu Jun 12, 2003 6:15 am Post subject: |
|
|
 Centurion
Joined: 21 May 2003 Posts: 112 Location: Dallas
|
does it display any kind of messages?check the event viewer if anything is logged in there. |
|
Back to top |
|
 |
opmind |
Posted: Thu Jun 12, 2003 6:36 am Post subject: |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
Nope, nothing...
I tried again on another computer ... and the same thing : when I click OK, nothing appends...
Does it need MQSERIES installed on my station? I've got it but never put any connection on the queue manager that hosts our configuration manager.
Cyril |
|
Back to top |
|
 |
skn |
Posted: Thu Jun 12, 2003 6:37 am Post subject: |
|
|
 Centurion
Joined: 21 May 2003 Posts: 112 Location: Dallas
|
of course it does!  |
|
Back to top |
|
 |
opmind |
Posted: Thu Jun 12, 2003 6:38 am Post subject: |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
Ok But do I need to make connection between my Queue Manager and our configuration manager? |
|
Back to top |
|
 |
skn |
Posted: Thu Jun 12, 2003 6:46 am Post subject: |
|
|
 Centurion
Joined: 21 May 2003 Posts: 112 Location: Dallas
|
yes the mqchannels are used for communication.make sure the channels are up . |
|
Back to top |
|
 |
opmind |
Posted: Thu Jun 12, 2003 6:54 am Post subject: |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
Well, some developpers here can work with control center... So i checked the Queue Manager that hosted the configuration manager... And there is no channel defined to their stations...
So I believed that MQSI used a java communication ... Maybe I'm wrong.
How do u do people ?
Cyril |
|
Back to top |
|
 |
skn |
Posted: Thu Jun 12, 2003 7:01 am Post subject: |
|
|
 Centurion
Joined: 21 May 2003 Posts: 112 Location: Dallas
|
what do you mean channels defined to their stations.all the control center instances use the server conn channel defined by default in the config mgr qmgr.just make sure that the listner on the configmgr QMGR is started and then try to connect to it. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 12, 2003 8:06 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also check that your Control Center install has a LogonInfo.dll and LogonInfo.pdb in your <mqsi_install_dir>/bin folder. There are some combinations of installation and service packs for Control Center only installs that can cause these to go missing.
If they're not there, you can't log in.
If they are missing, you can hopefully copy them from one of your developer machines. |
|
Back to top |
|
 |
vmcgloin |
Posted: Thu Jun 12, 2003 8:13 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Also, if you are sure there aren't any relevant events either on your machine or the configmgr box then try running the Control Center with trace & see if it gives you any clues. Search on mqsilcc in the Administration Guide for exact details.
And, I noticed someone said you needed MQ installed - you should be aware that it just needs to be the MQ Client software - not a full server install.
Check the SYSTEM.BRK.CONFIG SVRCONN channel on the configmgr box next time you try to connect - if you display the status you should be able to see if your ip address is there.
Last but not least have you tried all these steps?
If the Control Center fails to contact the Configuration Manager, the most
likely reasons are:
v The Configuration Manager has not started successfully.
v The listener has not started successfully.
v The queue manager is not available.
v You are logged on to the local security domain, but your user ID is not a
member of the WebSphere MQ Integrator groups.
Check the groups of which your current user ID is a member. Also check
that you are logged onto the same security domain as the one you were
logged onto when you installed WebSphere MQ Integrator.
Check for MQSeries, or WebSphere MQ Integrator, entries in the Application
Log of the Windows NT Event Viewer to track down the problem.
Good luck! |
|
Back to top |
|
 |
opmind |
Posted: Wed Jun 18, 2003 12:56 am Post subject: |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
Thx for answers ... I checked everything and It still doesn't work at all !!!
I have a question : Does the control center works on WIN2K ? Our developpers have windows NT4 and it runs well !!!
So I really don't find any solutions
Cyril |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 18, 2003 5:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
opmind |
Posted: Wed Jun 18, 2003 7:09 am Post subject: |
|
|
Acolyte
Joined: 04 Dec 2001 Posts: 68
|
U've got it...
When I run my control center with traces... I've got it...
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: no library LogonInfo (LogonInfo.dll) in java.lib
rary.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java(Compiled Code))
at java.lang.Runtime.loadLibrary0(Runtime.java:477)
at java.lang.System.loadLibrary(System.java:771)
at com.ibm.broker.logoninfo.LogonInfo.<init>(LogonInfo.java:46)
at com.ibm.broker.logoninfo.LogonInfo.getInstance(LogonInfo.java:52)
at com.ibm.broker.config.webdav.MQConnection.<init>(MQConnection.java:15
at com.ibm.broker.config.webdav.NamespaceManager.<clinit>(NamespaceManag
er.java:178)
After search on my harddrive, it appears that I don't have this one... ( Yep I know someone suggests it below ... ) . But When we install control center on NT 4, this .dll is installed !
Where can I find this .dll ?
Cyril |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 18, 2003 9:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JeffLowrey wrote: |
Also check that your Control Center install has a LogonInfo.dll and LogonInfo.pdb in your <mqsi_install_dir>/bin folder. There are some combinations of installation and service packs for Control Center only installs that can cause these to go missing.
If they're not there, you can't log in.
If they are missing, you can hopefully copy them from one of your developer machines. |
You can also copy them from the server. |
|
Back to top |
|
 |
|