Author |
Message
|
wbiuid |
Posted: Thu Jul 21, 2005 6:26 am Post subject: WBI Domain Connection in toolkit |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
I am trying to create a domain connection in the toolkit, I have supplied the correct Queue Manager name and Port Number but I still receive the following error message
ConfigManagerProxy information was not received from the Configuration Manager. Either the Configuration Manager is not available or the user 'db2admin@azcrw2001v1' does not have authority to view the object. (UUID='', required attribute='name')
The Configuration Manager and WBI are on the same Windows machine (I know I inherited this system) and I am in the middle of upgrading from MQSI to WBI. I am logging in as db2admin locally and not using a server name, and the toolkit is also on the same machine. I have tried looking in the info center but can not find details on why the Config Manager is not taking the local user id of db2admin but looking for 'db2admin@azcrw2001v1' . I have added db2admin into all the relevant groups.
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 21, 2005 6:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
wbiuid |
Posted: Thu Jul 21, 2005 6:34 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
I apologise, can we carry it on from here please?
I did put more detail in this post |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 21, 2005 6:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is azcrw2001v1 the name of the local machine?
Is the machine in a domain, or not?
Are the "relevant groups" domain groups or local groups? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbiuid |
Posted: Thu Jul 21, 2005 6:45 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
Yes it is the name of the local machine, it is a standalone machine and not in a domain and they are local groups. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 21, 2005 6:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wbiuid wrote: |
Yes it is the name of the local machine, it is a standalone machine and not in a domain and they are local groups. |
Okay... unless something screwy was supplied to mqsicreateconfigmgr in the -d or -l parameters, then likely the security is actually correct.
So that leaves the other, usually not as likely, possibility.... is the ConfigMgr started?
Are there additional errors in the Event Viewer - Application Log? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbiuid |
Posted: Thu Jul 21, 2005 6:52 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
Yes the Config Manager has started correctly, and there are no errors in the Application Log. Just messages saying everything has been started successfully.
This is strange, I have added db2admin to all of the MQ groups, so I'm not sure what to do. I think the config manager is trying comparing db2admin and 'db2admin@azcrw2001v1' |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 21, 2005 6:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Do you know what parameters were passed to mqsicreateconfigmgr?
Can you examine the registry entries to see if you can see a domain name or domain awareness level? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbiuid |
Posted: Thu Jul 21, 2005 7:08 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
I'm sorry I was not part of the creation of this system so I have no idea how the config manager was set up..
I have just used regedit to look at the config mgr settings and it looks fine, there are two entries for db2admin. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 21, 2005 7:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Those are for the service user and database user, I'd guess.
These are not the parameters I'm asking about. The -l and -d parameters control how the configmgr interprets and handles usernames.
Try running mqsichangeconfigmgr -l 0 -d ""
If that doesn't work, try mqsichangeconfigmgr -l 0 -d "azcrw2001v1" _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbiuid |
Posted: Fri Jul 22, 2005 4:47 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
I have tried what you said and it just doesn't work.
I have now recreated the config manager and Broker from scratch with nothing in the tables and yet my toolkit still won't connect. I am totally baffled now, I'm even considering re-installing WBI from scratch. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 22, 2005 4:54 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are there any more errors in the Application Log? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wbiuid |
Posted: Fri Jul 22, 2005 5:09 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
Thats the thing there are no errors at all, its very strange. The Broker is running, the config manager and the queue managers and their listeners.
I have DB2 7.1 service pack 13. Could this be a problem? I still think its some setting I'm missing |
|
Back to top |
|
 |
markhiscock |
Posted: Fri Jul 22, 2005 5:19 am Post subject: |
|
|
 Novice
Joined: 16 May 2005 Posts: 22 Location: IBM Hursley, UK
|
Are you running a firewall on the configuration manager machine which is blocking the tooling from connecting?
You can check this by attempting to telnet to the queue manager's port from a remote machine to see if you can connect.
If this is when the domain connection is just being created (i.e. new -> domain connection) then it's purely an MQ connectivity issue as it's only when you right click on the domain and "connect" are you talking to the config manager.
Cheers,
Mark |
|
Back to top |
|
 |
wbiuid |
Posted: Fri Jul 22, 2005 5:58 am Post subject: |
|
|
Apprentice
Joined: 14 Jun 2005 Posts: 34
|
First of all I got the config manager, MQ and the broker all on the same machine with no firewall.
Again when I create a new Domain connection in the toolkit I receive the same error as the one first posted. |
|
Back to top |
|
 |
|