ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Remote Execution groups not visible on toolkit

Post new topic  Reply to topic
 Remote Execution groups not visible on toolkit « View previous topic :: View next topic » 
Author Message
EZHIL MALAR
PostPosted: Mon Nov 05, 2007 3:54 am    Post subject: Remote Execution groups not visible on toolkit Reply with quote

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
View user's profile Send private message
rajmq
PostPosted: Mon Nov 05, 2007 4:12 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Mon Nov 05, 2007 4:13 am    Post subject: Re: Remote Execution groups not visible on toolkit Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Mon Nov 05, 2007 4:25 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
AkankshA
PostPosted: Mon Nov 05, 2007 7:50 pm    Post subject: Re: Remote Execution groups not visible on toolkit Reply with quote

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
View user's profile Send private message Visit poster's website
fjb_saper
PostPosted: Mon Nov 05, 2007 8:26 pm    Post subject: Re: Remote Execution groups not visible on toolkit Reply with quote

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
View user's profile Send private message Send e-mail
EZHIL MALAR
PostPosted: Mon Nov 05, 2007 9:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
AkankshA
PostPosted: Mon Nov 05, 2007 9:25 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
elvis_gn
PostPosted: Mon Nov 05, 2007 9:25 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
EZHIL MALAR
PostPosted: Mon Nov 05, 2007 10:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
AkankshA
PostPosted: Mon Nov 05, 2007 11:21 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
elvis_gn
PostPosted: Mon Nov 05, 2007 11:38 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Tue Nov 06, 2007 2:54 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Remote Execution groups not visible on toolkit
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.