Author |
Message
|
cowboy2003 |
Posted: Fri Mar 05, 2004 11:16 am Post subject: define person in group |
|
|
Novice
Joined: 27 Feb 2004 Posts: 22
|
I have a fmcgrp with two system (fmcsys1, fmcsys2). Do I define the same user in two seperate fmcsys or I can define it in grp level:
A:
PERSON 'USER'
......
GROUP 'FMCGRP'
SYSTEM 'FMCSYS1'
END 'USER'
PERSON 'USER'
......
GROUP 'FMCGRP'
SYSTEM 'FMCSYS2'
END 'USER'
or
B:
PERSON 'USER'
......
GROUP 'FMCGRP'
END 'USER' _________________ IBM Certified Workflow Solution Expert |
|
Back to top |
|
 |
vennela |
Posted: Fri Mar 05, 2004 11:23 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
ONE Group
He will be visible on all the systems |
|
Back to top |
|
 |
Ratan |
Posted: Fri Mar 05, 2004 11:29 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Users are for a group. You can Assign a user to a system (Check the preferred system tag in FDL). _________________ -Ratan |
|
Back to top |
|
 |
cowboy2003 |
Posted: Fri Mar 05, 2004 12:07 pm Post subject: |
|
|
Novice
Joined: 27 Feb 2004 Posts: 22
|
So, it is ok for me to use the option B to define a user.
Thanks, _________________ IBM Certified Workflow Solution Expert |
|
Back to top |
|
 |
Ratan |
Posted: Fri Mar 05, 2004 12:18 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I dont think so. I believe You have to give the System too.
Just do a test with out giving the system. I think it will fail.
Too lazy to run the test myself.  _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Fri Mar 05, 2004 12:27 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I believe that Vennela is correct on this, it doesnt matter, Preferred System is I believe an unused artifact. This is my opinion, I am not 100% certain on this. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Ratan |
Posted: Fri Mar 05, 2004 12:32 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Isn't preferred system determine where the user logs in to if the system is available.
If I have an activity that needs to be executed on a perticular system. How would I do that? I thought Preferred System is usefull in such scenarios. _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Fri Mar 05, 2004 12:38 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
It is my opinion that there is no way to get the affinity to a system for a particular template. I agree that at one point this was the plan, but I don't think it was ever implemented _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|