Author |
Message |
Topic: [SOLVED] Does chng in Program def require Process Import? |
Milesi
Replies: 2 Views: 4706
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 27, 2006 1:53 am Subject: [SOLVED] Does chng in Program def require Process Import? |
Thank you jmac, your suggestion indeed avoid the process importing step.
Change in program will be applicable to all newly created process for the associated process definition. |
Topic: [SOLVED] Does chng in Program def require Process Import? |
Milesi
Replies: 2 Views: 4706
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Dec 26, 2006 2:19 am Subject: [SOLVED] Does chng in Program def require Process Import? |
Hello,
I have a process named TR which uses program TIK_TR for several activity implementation.
I would need to change the TIK_TR Program definition (to change Path and file name under Windows ... |
Topic: db2 rebind vs fmczutil vs fmczrdb |
Milesi
Replies: 10 Views: 11345
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Nov 17, 2004 2:34 am Subject: db2 rebind vs fmczutil vs fmczrdb |
Thank you John for this clarification. What troubles me then is when is a reorg necessary? Is it a necessary maintenance task to perform on DB2?
Such description and explanation are not detailled ... |
Topic: db2 rebind vs fmczutil vs fmczrdb |
Milesi
Replies: 10 Views: 11345
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Oct 20, 2004 6:51 pm Subject: db2 rebind vs fmczutil vs fmczrdb |
Hello,
We currently run the following commands every night:
db2cmd /w /i /c db2 -tvf db2_maintenance.sql
Where db2_maintenance.sql :
force application all;
connect to FMCDB;
reorgchk upd ... |
Topic: [solved] Replay message in hold queue |
Milesi
Replies: 1 Views: 1872
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 23, 2004 10:27 pm Subject: [solved] Replay message in hold queue |
Sorry for the question, I found my answer (Thanks to this forum)
It is mentionned in the administration guide p24. From the administration utility, execution server Hold queue contains tools to r ... |
Topic: [solved] Replay message in hold queue |
Milesi
Replies: 1 Views: 1872
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 23, 2004 10:15 pm Subject: [solved] Replay message in hold queue |
Good afternoon,
Due to some database deadlock in DB2, the message SDDS has exceeded and the message was stored in the execution server hold queue for later processing. The activity at which this o ... |
Topic: [SOLVED] Re-assigning WI to a group of users |
Milesi
Replies: 7 Views: 4145
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 17, 2004 5:22 pm Subject: [SOLVED] Re-assigning WI to a group of users |
Workitem is assigned to V1; U1 and U2 have "access to Workitems" of V1; transfer is done from V1 to whichever user is going to run the work.
Audit trail will show:
Workitem create for V1;
Trans ... |
Topic: [SOLVED] Re-assigning WI to a group of users |
Milesi
Replies: 7 Views: 4145
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun May 16, 2004 10:01 pm Subject: [SOLVED] Re-assigning WI to a group of users |
Thanks for your answer, I have browsed the forum and my understanding is:
Role are being used so much as it impacts performance. Instead, WI can be assigned to a virtual user, which is in fact a W ... |
Topic: [SOLVED] Re-assigning WI to a group of users |
Milesi
Replies: 7 Views: 4145
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 12, 2004 5:14 pm Subject: [SOLVED] Re-assigning WI to a group of users |
What do you mean by group ..is it virtual user or role ?
By group I mean role. |
Topic: [SOLVED] Re-assigning WI to a group of users |
Milesi
Replies: 7 Views: 4145
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 11, 2004 11:10 pm Subject: [SOLVED] Re-assigning WI to a group of users |
Hello,
To Assign WI to activities for a group of users, we included an activity inside a block. This way, the WI are reassigned to the entire group when an action by a member of this group is perf ... |
Topic: How to check private worklists settings ? |
Milesi
Replies: 0 Views: 1609
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 15, 2004 1:59 am Subject: How to check private worklists settings ? |
All our private worklists should have the push option set to Yes.
Unfortunatly after some production issues, some private worklist had that option set to no. This is a rather big issue as WI do not ... |
Topic: Checking used handles |
Milesi
Replies: 0 Views: 1581
|
Forum: General IBM MQ Support Posted: Thu Mar 11, 2004 6:27 pm Subject: Checking used handles |
We are using MQSeries as part of Workflow product and are therefore not very used to manipulating MQ Series tools.
We are trying to check if we are reaching anywhere close to the limit of MAXHANDL ... |
Topic: [Solved] Deleting records from audit trail for finished proc |
Milesi
Replies: 1 Views: 1985
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 09, 2004 1:14 am Subject: [Solved] Deleting records from audit trail for finished proc |
Hello,
It is mentioned in the WF administrator guide that:
If you want to delete all records from the audit trail table that belong to processes that have been finished prior to the specified t ... |
Topic: Buildtime doubts |
Milesi
Replies: 7 Views: 3801
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Oct 08, 2003 6:28 pm Subject: Buildtime doubts |
Maybe I can help on point number 1.
If you have two data structure A and B and want to use them both at a specific activity, you can create (as mentionned by Ratan) a data structure C which includ ... |
Topic: Float numbers in WF |
Milesi
Replies: 5 Views: 3411
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Oct 08, 2003 5:31 pm Subject: Float numbers in WF |
What version are you using... I seem to recall an issue with floating point numbers in XML that was fixed with SP1 or SP2 of V3.4. I dont have access to my doc at the moment, so you will have to have ... |