Author |
Message |
Topic: cics/wf |
Nisa
Replies: 2 Views: 1833
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 14, 2004 2:34 pm Subject: cics/wf |
Is it possible for a CICS Transaction to create new process Instance in the workflow server ? basically I mean, the Input data is submitted thru the CICS Screen, and is read by a Mainframe program, an ... |
Topic: max peas |
Nisa
Replies: 2 Views: 1907
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 02, 2004 11:06 am Subject: max peas |
How many PEA can be running simultaneously per Workflow server ? |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 11:04 am Subject: [Solved]FMC00126E Program Execution Agent not running |
GREAT !!
Thanks for all your Help!!
finally It did Work with the previous code itself:
but had to tweak little bit with the Data Mapping in the BuildTime to get displayed in the WebClient. I am ... |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 9:39 am Subject: [Solved]FMC00126E Program Execution Agent not running |
well, I do get the Exception, If I try to get the data :
System.out.println("ouput = "+wiArr[0].outContainer().getString("Documents.DeleteDoc"));
com.ibm.workflow.api.FmcException:
FMC38009E M ... |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 9:22 am Subject: [Solved]FMC00126E Program Execution Agent not running |
I tried both the ways of checkIn..Container Member is not set.
ReadWriteContainer rwCntr = wiArr[0].outContainer();
rwCntr.setString("Documents.DeleteDoc","VTest");
wiArr[0].checkIn(rwCntr,0) ... |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 7:35 am Subject: [Solved]FMC00126E Program Execution Agent not running |
How about this ?
com.ibm.workflow.api.ProgramData prgData =
wiArr[0].checkOut2(com.ibm.workflow.api.WorkItemPackage.ProgramRetrieval.ALL_DEFINITIONS,
com.ibm.workflow.api.ProgramTemplateP ... |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 6:04 am Subject: [Solved]FMC00126E Program Execution Agent not running |
yes u r right,
the other way, I tried is...
wiArr[0].outContainer().setString("Documents.DeleteDoc","VTest");
wiArr[0].checkIn(wiArr[0].outContainer(), 0);
I get FMC38009E MQSeries Workflow ... |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 5:21 am Subject: [Solved]FMC00126E Program Execution Agent not running |
Thanks for your reply..but it did not solve my problem..
I am using the Client Application, and by using just this call,
wi[0].outContainer.setString("name","value");
the outputContainer is ... |
Topic: [Solved]FMC00126E Program Execution Agent not running |
Nisa
Replies: 14 Views: 10653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 12, 2002 2:01 pm Subject: [Solved]FMC00126E Program Execution Agent not running |
I am using Workflow Java API to login to the Workflow and trying to access the OutContainer data of the WorkItem.
I could able to Login successfully and query the WorkItems perfectly.
but to modify ... |
Topic: java.lang.UnsatisfiedLinkError |
Nisa
Replies: 4 Views: 4184
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 31, 2002 1:01 pm Subject: Re: java.lang.UnsatisfiedLinkError |
Unable to deploy EJB: messageDriven from acordmdb.jar:
java.lang.UnsatisfiedLinkError: no mqjbnd04 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
... |
Topic: Multiple environment variables. |
Nisa
Replies: 6 Views: 6517
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 31, 2002 12:56 pm Subject: Re: Multiple environment variables. |
Hi,
How to connect to two different Queue Managers from windows client? I have defined an environment variable MQSERVER that points to QM1. Now If i want to connect to the second Queue Manager. How c ... |
Topic: Problems with JMSAdmin |
Nisa
Replies: 4 Views: 6286
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri May 31, 2002 9:30 am Subject: Problems with JMSAdmin |
include ibmorb.jar in your CLASSPATH.
I hope this solves the error... |
Topic: New to MQ series |
Nisa
Replies: 5 Views: 6814
|
Forum: General Discussion Posted: Sun Apr 14, 2002 10:30 am Subject: New to MQ series |
Also, I see that there are different versions of sources available for different topics om MQSeries ..
does anyone have clean complied list of resources for getting through the 095 exam including ve ... |
Topic: New to MQ series |
Nisa
Replies: 5 Views: 6814
|
Forum: General Discussion Posted: Sun Apr 14, 2002 10:18 am Subject: New to MQ series |
is it like Test 095 exam requires preparing for all these topics like Planning,QueueManager Clusgter,MQSeries System Administration, and one more important one is Intercommunication etc., for all the ... |
Topic: installing MQ Series |
Nisa
Replies: 5 Views: 4774
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Apr 14, 2002 9:01 am Subject: installing MQ Series |
I got it.
Thank you for your help. |