Author |
Message |
Topic: Update WorkItem |
nMQWF
Replies: 3 Views: 5164
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Apr 26, 2007 2:00 am Subject: Update WorkItem |
Hi,
Thanx for the reply.
But I could not get some points.
Let me explain the code more..
The Process template being used has two activities.
Now when the flow is at the first activity wh ... |
Topic: Update WorkItem |
nMQWF
Replies: 3 Views: 5164
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 23, 2007 11:35 pm Subject: Update WorkItem |
Is the following code correct...
Do we need to check Out and Check In work items in this manner...
WorkItem[] workItems = null;
ExecutionService executionService = null;
ReadOnlyContainer inCo ... |
Topic: FMC00013E - Failing Action: get (Urgent) |
nMQWF
Replies: 4 Views: 3369
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 31, 2006 1:51 am Subject: FMC00013E - Failing Action: get (Urgent) |
Hi,
When connecting to WF server on a remote machine,
we are sometimes getting the following error:
FMC Error Code = 13
com.ibm.workflow.api.FmcException:
FMC38009E MQSeries Workflow API Erro ... |
Topic: Can we update attributes in Closed work Items |
nMQWF
Replies: 4 Views: 3135
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 09, 2006 9:01 pm Subject: Can we update attributes in Closed work Items |
Hi,
I think I was not clear.
After the process instance is finished (workflow process is through) can we update the global members.
After the process instance is closed can we update ?
Thanx ... |
Topic: Can we update attributes in Closed work Items |
nMQWF
Replies: 4 Views: 3135
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 09, 2006 2:54 am Subject: Can we update attributes in Closed work Items |
Hi All,
After a work item is finished, can we update any global container member associated with that work item ?
Thanx in Advance |
Topic: FMC22010E error encountered |
nMQWF
Replies: 1 Views: 2674
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Feb 05, 2006 11:25 pm Subject: FMC22010E error encountered |
The Error it is showing is very clear.
You are unable to connect to FMC database with the username and password provided.
Recheck them. |
Topic: [Solved]Problem running fmcibie through crontab - Urgent |
nMQWF
Replies: 3 Views: 3903
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 19, 2006 3:23 am Subject: [Solved]Problem running fmcibie through crontab - Urgent |
I have added the following line before fmcibie in Test.sh and it works.
. <DB2Profile>
Thanx |
Topic: [Solved]Problem running fmcibie through crontab - Urgent |
nMQWF
Replies: 3 Views: 3903
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 18, 2006 5:03 am Subject: [Solved]Problem running fmcibie through crontab - Urgent |
Hi All,
I have a shell script file(Test.sh) which has the following command.
fmcibie -uADMIN -ppassword -i <Path of the FDL> -o -t
When I am running the sript under root login it works fi ... |
Topic: Cleanup Server Failing With FMC12260E |
nMQWF
Replies: 2 Views: 2826
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 05, 2006 11:11 pm Subject: Cleanup Server Failing With FMC12260E |
This link might help you
http://www.mqseries.net/phpBB/viewtopic.php?t=20040&sid=82a2213a675f1bc200599e8d7fc2970c |
Topic: Getting back a work item |
nMQWF
Replies: 4 Views: 3151
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 04, 2006 7:57 pm Subject: Getting back a work item |
John,
Thanx for the reply.
But I have this problem. As Workflow is not providing transaction support Work Item is going into FINISHED state but all other transactions(DB2) are getting rolled back. ... |
Topic: Getting back a work item |
nMQWF
Replies: 4 Views: 3151
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jan 03, 2006 7:52 pm Subject: Getting back a work item |
Hi All,
Is there any way to get back the work item to the previous state ?
I want to reopen a closed work item. Is this possible and if yes how can we achieve it?
Thanx in Advance |
Topic: MQ Workflow transaction support |
nMQWF
Replies: 5 Views: 4422
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jan 03, 2006 4:10 am Subject: MQ Workflow transaction support |
Hello All,
First of all
Happy New Year
Any suggestions on my problem ??
Thanx in Advance |
Topic: FMC_API_ERROR_COMMUNICATION: Communication Error |
nMQWF
Replies: 18 Views: 15765
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Jan 01, 2006 10:02 pm Subject: FMC_API_ERROR_COMMUNICATION: Communication Error |
I had a similar problem when connecting to AIX WF server from a Windows runtime client.
When I FTPed the Channel tab file from AIX in "binary" mode, it solved my problem. Previously I had done it i ... |
Topic: WAS 6.0 configuration with Websphere 6.0.1 |
nMQWF
Replies: 1 Views: 2320
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 29, 2005 4:20 am Subject: WAS 6.0 configuration with Websphere 6.0.1 |
Exactly what configurations have you done in WAS. Can u post that. |
Topic: Performance problem with queryWorkItems |
nMQWF
Replies: 3 Views: 3598
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 22, 2005 9:53 pm Subject: Performance problem with queryWorkItems |
How many workitems do you have ?
After queryWorkItems are you using the inContainer to get some other data from workflow ? |