Author |
Message |
Topic: Notification in MQ Workflow |
saurabh
Replies: 1 Views: 2293
|
Forum: General IBM MQ Support Posted: Sat Aug 20, 2005 10:32 pm Subject: Notification in MQ Workflow |
Its working the problem was that scheduling server was inactive in the administrative utility, and changes in the configuraton of scheduling server takes effect only when the workflow servers are rest ... |
Topic: Notification in MQ Workflow |
saurabh
Replies: 1 Views: 2293
|
Forum: General IBM MQ Support Posted: Sat Aug 20, 2005 9:43 pm Subject: Notification in MQ Workflow |
I'm sorry to ask such a naive question in the forum, but i've really gone thru the docs and still not able to configure the settings for notifications in MQ Workflow 3.5.
The following are my setti ... |
Topic: Failing Object: PEA |
saurabh
Replies: 10 Views: 4477
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 01, 2005 10:12 am Subject: Failing Object: PEA |
However, it appears to me that you really need to understand a little better what you are doing with MQWF.
Agreed..... ) |
Topic: Failing Object: PEA |
saurabh
Replies: 10 Views: 4477
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 01, 2005 10:02 am Subject: Failing Object: PEA |
After debugging, what i come to know is that the exception occurs when it enconters the code:
ReadOnlyContainer inctr=eAgent.incontainer();
where eAgent is the ExecutionAgent |
Topic: Failing Object: PEA |
saurabh
Replies: 10 Views: 4477
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 01, 2005 9:58 am Subject: Failing Object: PEA |
Is using UPES a workaround in this case....? Please suggest a solution....Thanks alot |
Topic: Failing Object: PEA |
saurabh
Replies: 10 Views: 4477
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 01, 2005 9:51 am Subject: Failing Object: PEA |
I'm using Workflow 3.5 with native java API.
I was using the normal WF API earlier, but it dint work well, when using JBoss as the application server to launch my custom WF client. Thus i had to s ... |
Topic: Failing Object: PEA |
saurabh
Replies: 10 Views: 4477
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 01, 2005 7:54 am Subject: Failing Object: PEA |
I'm sorry i dint get u, can u please elaborate.....the Programming Doc gives a sample activity implementation as follows:
try { // general try clause for whole example
Agent agent = new Agent(); ... |
Topic: Failing Object: PEA |
saurabh
Replies: 10 Views: 4477
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Jul 31, 2005 10:37 pm Subject: Failing Object: PEA |
When invoking java activity implementation from my custom java client, i get the following error:
com.ibm.workflow.api.FmcException:
FMC38009E MQSeries Workflow API Error :
API Return Code : 1 ... |
Topic: Classpath of the PEA |
saurabh
Replies: 2 Views: 1818
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sat Jul 30, 2005 4:14 am Subject: Classpath of the PEA |
Well the problem is solved, in the invoke of the activity implementation in buildtime, i passed java.exe instead of fmcoxjvm.dll and in command line parameters space in the folder names is not accepte ... |
Topic: The PEA USERID.FMCGRP not available |
saurabh
Replies: 1 Views: 1626
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sat Jul 30, 2005 4:12 am Subject: The PEA USERID.FMCGRP not available |
I'm trying to invoke my java activity implementation from my java custom workflow client. The activity implementation works just fine when invoked from the workflow runtime client, but when invoked fr ... |
Topic: Classpath of the PEA |
saurabh
Replies: 2 Views: 1818
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 29, 2005 9:10 am Subject: Classpath of the PEA |
i've been trying to work with activity implementation in java, but the java program doesnt seem to be executing, the workitem with which the java activity implementation is associated goes into runnin ... |