Author |
Message
|
manoj |
Posted: Tue Jun 18, 2002 12:57 pm Post subject: Staffing |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Hi,
I want to update the Workflow database When new users are added to an external database. i.e the workflow database has to be in sync with the external database. I know that by generating an FDL file with the new user and importing it to the workflow runtime will serve the purpose . Does anybody know about some tools which does this. Also How do i delete a User from the Workflow runtime ? (i could not find anything called "DELETE" which i can use in the FDL)
regds
Manoj |
|
Back to top |
|
 |
jmac |
Posted: Tue Jun 18, 2002 1:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
To Delete a person you can issue a
DELETE PERSON '<userid>'
As far as I know there are no tools, you just have to roll your own, and use fmcibie to import the fdl. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
manoj |
Posted: Tue Jun 18, 2002 1:06 pm Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Thanx John it worked.
regds
Manoj |
|
Back to top |
|
 |
vedbhat |
Posted: Tue Jun 18, 2002 5:01 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
When you use MQWF Buildtime and exported any of the object which are marked for deletion, you can see the Delete tag in the FDL.
Cheers
Ved _________________ IBM Certified Solutions Expert - MQSeries Workflow
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
manoj |
Posted: Wed Jun 19, 2002 5:04 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
|
Back to top |
|
 |
manoj |
Posted: Wed Jun 19, 2002 5:26 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Hi,
If that person is associated with any of the running process instance then Workflow will not allow to delete that person.I think We 'll 've to delete the running process instance first.
thx Ved
manoj |
|
Back to top |
|
 |
jmac |
Posted: Wed Jun 19, 2002 12:01 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
What you say about running instances is true, you would also have a problem it that user was defined as the Process Administrator for any Process Model _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vedbhat |
Posted: Wed Jun 19, 2002 11:38 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
As John said, You have to be very careful when deleting any of the MQWF Objects. So It is always better to use the FDL to delete than deleting it directly from the database.
Cheers
Ved _________________ IBM Certified Solutions Expert - MQSeries Workflow
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
|