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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » How to add users to workflow configuration

Post new topic  Reply to topic Goto page 1, 2  Next
 How to add users to workflow configuration « View previous topic :: View next topic » 
Author Message
mike_mq
PostPosted: Wed Apr 14, 2004 4:01 pm    Post subject: How to add users to workflow configuration Reply with quote

Centurion

Joined: 17 Oct 2003
Posts: 123

Hello,

I have a configuration FMC1, which has 10 users to access. Now, how do I add 5 more users to gain access to FMC1. I followed like this.
a. added the new users as persons in buildtime
b. exported only persons into an fdl file and imported into runtime. Is this enough to add the new users to load into Runtime Database?

When we try to logon with these users, it is saying Logon denied. Can any body tell me how do I get access to the new users. Is there any problems with Authentication Exits. Or am I doing improper loading the new users ? We are using AIX and DB2.

Thanks in advance,
Mike.
Back to top
View user's profile Send private message
manoj
PostPosted: Wed Apr 14, 2004 7:33 pm    Post subject: Reply with quote

Master

Joined: 30 Jan 2002
Posts: 237
Location: Virgina

You are doing it correctly.. check the ouput of fmcibie import ..it should show zero errors
_________________
-manoj
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
mike_mq
PostPosted: Thu Apr 15, 2004 3:44 am    Post subject: Reply with quote

Centurion

Joined: 17 Oct 2003
Posts: 123

Thats what I am guessing. When I import it in runtime, I found zero errors. Thanks Manoj.

Mike.
Back to top
View user's profile Send private message
mike_mq
PostPosted: Thu Apr 15, 2004 4:31 am    Post subject: Reply with quote

Centurion

Joined: 17 Oct 2003
Posts: 123

Can anybody tell me how do I add list of users from one configuration FMC1 to other configuration FMC2.

Thanks,
Mike
Back to top
View user's profile Send private message
vennela
PostPosted: Thu Apr 15, 2004 5:47 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Quote:
When we try to logon with these users, it is saying Logon denied.

That means the users are in the workflow. You are specifying the wrong password. If the users are not in workflow then it would error out saying the user does not exist
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jmac
PostPosted: Thu Apr 15, 2004 5:51 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

If I understand correctly, you are saying you have 2 runtime DBs and wish to copy the users from one to the other.

This will do it:

1. On the system containing the users you want I'll call this FMC1 do an export like this

Code:
fmcibie -uadmin -ppassword -yFMC1 -ePeople.fdl -c"EXPORT PERSON(*)"


2. On the system you want to move the users to (FMC2) do an import like this:

Code:
fmcibie -uadmin -ppassword -yFMC2 -iPeople.fdl -o


NOTE: Based on Ratan's note below, I realize that this could be dangerous. You could experience password problems.
_________________
John McDonald
RETIRED


Last edited by jmac on Thu Apr 15, 2004 6:51 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Ratan
PostPosted: Thu Apr 15, 2004 6:44 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

you have to change passwords if the system and Group name for these two configurations are different.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Thu Apr 15, 2004 6:49 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Ratan wrote:
you have to change passwords if the system and Group name for these two configurations are different.


This is an excellent point... Does anyone know exactly how the passwords are encypted? I have heard speculation of it somehow involving the System and SystemGroup names for some time, but have never seen anything from IBM on this.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Ratan
PostPosted: Thu Apr 15, 2004 7:04 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

I heard from an IBM guy that they use Group name to encrypt the user passwords.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
jmac
PostPosted: Thu Apr 15, 2004 7:12 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

Ratan:

Yes, this is my experience too... I wish this was documented somewhere.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Ratan
PostPosted: Thu Apr 15, 2004 7:15 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

Yes, they should. It is a very important point. I know a lot of people getting screwed up because of this.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
Bobbo
PostPosted: Wed Apr 28, 2004 7:37 am    Post subject: Reply with quote

Acolyte

Joined: 17 Jun 2002
Posts: 50
Location: Buffalo, New York

Quote:
you have to change passwords if the system and Group name for these two configurations are different.


Is this documented anywhere in the manuals? If so, which one and what page?

Thanks,

Bob
Back to top
View user's profile Send private message
Ratan
PostPosted: Wed Apr 28, 2004 7:54 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

To my knowledge it is not documented anywhere.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
Bobbo
PostPosted: Wed Apr 28, 2004 8:52 am    Post subject: Reply with quote

Acolyte

Joined: 17 Jun 2002
Posts: 50
Location: Buffalo, New York

Is there a way to NOT have Buildtime spit out encrypted passwords?
Back to top
View user's profile Send private message
Ratan
PostPosted: Wed Apr 28, 2004 10:23 am    Post subject: Reply with quote

Grand Master

Joined: 18 Jul 2002
Posts: 1245

no way that I am aware of.
_________________
-Ratan
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » How to add users to workflow configuration
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.