Author |
Message
|
EZHIL MALAR |
Posted: Mon Nov 05, 2007 3:54 am Post subject: Remote Execution groups not visible on toolkit |
|
|
Newbie
Joined: 20 Mar 2007 Posts: 8
|
Hi all,
I have added an aclentry with FULL access level to my user name on a Configuration manager that is on a remote UNIX Server.
Even though my user name got added and is reflected when i give the
mqsilistaclentry <CONFIG_MGR name>,
i cannot see the execution groups of the broker related to the configuration manager on my WINDOWS toolkit except for the " default" execg group with no FLOWS in it.
Please respond as this is an issue on our LIVE environment |
|
Back to top |
|
 |
rajmq |
Posted: Mon Nov 05, 2007 4:12 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
what is the toolkit version ?
Where did you create the execution group ? and did you see any error in the logs ? _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 05, 2007 4:13 am Post subject: Re: Remote Execution groups not visible on toolkit |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
EZHIL MALAR wrote: |
Please respond as this is an issue on our LIVE environment |
If it's that urgent/important, raise a PMR rather than wait for a response off this board!
Do the user id's match across the 2 platforms, and exist in both places? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 05, 2007 4:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Did you create the acl entry with -a ?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Nov 05, 2007 7:50 pm Post subject: Re: Remote Execution groups not visible on toolkit |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Vitor wrote: |
Do the user id's match across the 2 platforms, and exist in both places? |
There is a possibility of the domain of users being different on your windows machine and unix box... _________________ Cheers |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 05, 2007 8:26 pm Post subject: Re: Remote Execution groups not visible on toolkit |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
AkankshA wrote: |
Vitor wrote: |
Do the user id's match across the 2 platforms, and exist in both places? |
There is a possibility of the domain of users being different on your windows machine and unix box... |
Typically when crossing platforms you need to setup your users with "-a" flag as Unix as such does have no concept of a domain in its native user setup...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
EZHIL MALAR |
Posted: Mon Nov 05, 2007 9:18 pm Post subject: |
|
|
Newbie
Joined: 20 Mar 2007 Posts: 8
|
I am using toolkit version 6.0.0.1 and the configuration manager is created on a UNIX platform..
Also, i created the ACL entry with a "-a" option.
The userids do match across the platforms and i have not provided any domain name in the aclentry, so there is no question of any mismatch happening.
But, My user doesnt exist on the UNIX BOX.
I am not sure how to ensure that  |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Nov 05, 2007 9:25 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
EZHIL MALAR wrote: |
Also, i created the ACL entry with a "-a" option.
The userids do match across the platforms and i have not provided any domain name in the aclentry, so there is no question of any mismatch happening.
But, My user doesnt exist on the UNIX BOX.
|
was your mqsicreateaclentry successfull???
can u paste your mqsicreateaclentry command here... _________________ Cheers |
|
Back to top |
|
 |
elvis_gn |
Posted: Mon Nov 05, 2007 9:25 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi EZHIL MALAR,
I guess the simple thing to do would be:
1. Create the user of your MB on Unix box, onto the Windows box.
2. Use whichever user you are currently using on Windows, but use a 'Run As' option to open the toolkit everytime, with the userId that you have now created on your windows box.
Regards. |
|
Back to top |
|
 |
EZHIL MALAR |
Posted: Mon Nov 05, 2007 10:14 pm Post subject: |
|
|
Newbie
Joined: 20 Mar 2007 Posts: 8
|
Akanksha,
my aclentry command was successful and i can see my user name in the acllist also.
I am able to drag the UNIX Config manager domain to windows on both the ToolKit as well as CMP.
But, the only problem is that the execution groups are not visible.
the Command i used is
mqsicreateaclentry <configmgr> -u <user_name> -a -x F -p
and elvis_gn,
i tried your solution.. but still no use. |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Nov 05, 2007 11:21 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
well your command seems fine to me.. may be we need to explore a lil more
but i can help u wd a workaround rt now.. as elvis said
create a local user on your windows machine wd the same id as your unix machine
log on to windows using that id onto that machine only _________________ Cheers |
|
Back to top |
|
 |
elvis_gn |
Posted: Mon Nov 05, 2007 11:38 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi,
AkankshA wrote: |
well your command seems fine to me.. may be we need to explore a lil more
but i can help u wd a workaround rt now.. as elvis said
create a local user on your windows machine wd the same id as your unix machine
log on to windows using that id onto that machine only |
The solution we are giving is for when the remote configMgr is not getting added to a toolkit, and that does not seem to be the problem(configMgr is accessable from the toolkit already...that would mean our aclentry command and dummy user stuff is working...
The reason for execution groups not getting added should be something else...like either they don't exist...or perhaps the execution groups were not created by the default user(not sure if that's actually an issue in the first place )
Regards. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Nov 06, 2007 2:54 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Did you use the toolkit java api exerciser to resubscribe to the broker's status messages ??  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|