Author |
Message
|
it_qoo |
Posted: Fri Mar 26, 2004 1:09 am Post subject: remove user |
|
|
Novice
Joined: 23 Feb 2004 Posts: 24
|
How can I remove the user I have imported into the MQ Workflow? |
|
Back to top |
|
 |
tlaczo |
Posted: Fri Mar 26, 2004 4:23 am Post subject: |
|
|
 Apprentice
Joined: 05 Feb 2004 Posts: 41 Location: Budapest, Hungary
|
The appropriate FDL keywords:
DELETE PERSON '<PersonName>'
You cannot delete the person if he is a manager of an organization unit.
Tibor Laczo |
|
Back to top |
|
 |
praveenchhangani |
Posted: Mon Mar 29, 2004 10:34 am Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 192 Location: Chicago, IL
|
Don't forget to update your buildtime definitions as well.
-- Open up buildtime
- Go to the staff tab
- Click on the person you want to delete from runtime
- Now click on "Ojbect Status" menu item and click on mark for deletion.
Otherwise what's going to end up happening is that(eventhough you have deleted this user from runtime, the next time you perform an export from buildtime (also depends on what you export), you may redefine that user in runtime again!). _________________ Praveen K. Chhangani,
IBM Certified Solutions Designer -
MQ Workflow 3.4. |
|
Back to top |
|
 |
CHF |
Posted: Tue Mar 30, 2004 8:06 am Post subject: Workbench |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
How do I synchronise my Runtime DB if I use Workbench to generate my FDL.
Thanks
CHF |
|
Back to top |
|
 |
sshaker |
Posted: Tue Mar 30, 2004 12:09 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
simple, use fmcibie to import the model (fdl) generated by workbench into workflow runtime ! if ur just interested in synchronizing workbench with runtime.
if ur posting is related to deleting users .. then delete the users in workbench after running delete person fdl. it is better to maintain versions so that u can track. _________________ shaker |
|
Back to top |
|
 |
CHF |
Posted: Tue Mar 30, 2004 12:27 pm Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
sshaker,
Is there a way to create an FDL from Workbench for deleting persons? |
|
Back to top |
|
 |
jmac |
Posted: Tue Mar 30, 2004 1:15 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I don't believe you can create a DELETE using the Workbench product _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sshaker |
Posted: Tue Mar 30, 2004 1:26 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
CHF,
u can not create an FDL to delete persons/employees.. from workbench.. u have to do it manually (say, create an fdl deleteperson.fdl using DELETE PERSON keyword as stated earlier in the post). Import the FDL into runtime. To synch up the workbench with runtime, manually delete the user(s) in workbench.
Quote: |
How do I synchronise my Runtime DB |
If your doing the otherway.. that means.. first ur deleting users in workbench and want to synch-up the runtime with the workbench then u just have to generate a new FDL from workbench and import into runtime. _________________ shaker |
|
Back to top |
|
 |
CHF |
Posted: Tue Mar 30, 2004 1:45 pm Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
Thanks Sshekar and JMac.
That answers all my questions.
CHF |
|
Back to top |
|
 |
it_qoo |
Posted: Tue Mar 30, 2004 6:03 pm Post subject: |
|
|
Novice
Joined: 23 Feb 2004 Posts: 24
|
In which document can I find the information of the FDL command?
Thanks. |
|
Back to top |
|
 |
jmac |
Posted: Wed Mar 31, 2004 5:25 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
it_qoo wrote: |
In which document can I find the information of the FDL command? |
SH12-6286-08 Getting Started with Buildtime
Chapter 7. FDL definitions _________________ John McDonald
RETIRED
Last edited by jmac on Thu Apr 01, 2004 5:20 am; edited 1 time in total |
|
Back to top |
|
 |
Akhi |
Posted: Thu Apr 01, 2004 4:22 am Post subject: |
|
|
Newbie
Joined: 18 Mar 2004 Posts: 6 Location: India
|
Go to the Buildtime,delete that user and import into the runtime.
Command for Import into the Runtime
fmcibie -u=ADMIN -p=password -i=YOURFDL.fdl -o -t
If you want to export FDL from the Runtime the command is given below
fmcibie -e=YourFDL.fdl -u=admin -p=password
I suggest you to firdt take the backup of the FDL which is in Runtime database with the help of the above command.
Best Regards,
Akhilesh Verma |
|
Back to top |
|
 |
|