Author |
Message
|
fagundes |
Posted: Wed Feb 11, 2004 1:07 pm Post subject: Running MQSeries without RunTime Environment |
|
|
 Apprentice
Joined: 15 Aug 2003 Posts: 45
|
Hi for all.
I started the process without RunTime... OK
I did one activity implementation using the API ... OK
But my workflow just run when I started the RunTime environment.
I guess that the PEA isn´t satarted up, so I call the FmcjExecutionServicePEAStartup method. THE PEA started, but the activities didn´t appear!!!
When I run the same process in the RunTime environment, all is OK.
So, what´s happening ?
HOw do I call the PEA froma my program application ?
Thanks all...
Fagundes _________________ Fagundes Pereira da Silva
M.Sc. Candidate / UFRJ Brazil
Interest Area: WfMS Performance Analysis |
|
Back to top |
|
 |
Ratan |
Posted: Wed Feb 11, 2004 1:09 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Quote: |
I started the process without RunTime... OK
|
What do you mean? _________________ -Ratan |
|
Back to top |
|
 |
fagundes |
Posted: Wed Feb 11, 2004 1:56 pm Post subject: start with API |
|
|
 Apprentice
Joined: 15 Aug 2003 Posts: 45
|
I ´m sorry for my fault of clearness
Thanks ...
I did one little program based on APIs (in C Language). I downloaded one code sample from IBM siote and after modificate it . When I satrted the process with the program and use the RunTime, all is OK. What I want to say with this is that the trouble (probably) there isn´t on my program.
fagundes _________________ Fagundes Pereira da Silva
M.Sc. Candidate / UFRJ Brazil
Interest Area: WfMS Performance Analysis |
|
Back to top |
|
 |
vennela |
Posted: Thu Feb 12, 2004 7:59 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
HOw do I call the PEA froma my program application ? |
I am afraid you cannot do this. Because you should have your PEA running to get your program called. |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 12, 2004 8:44 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Are you using the IBM supplied Fat client? If so, it will start a PEA when you logon.
What state is your instance in? I assume Running.
What state is the WorkItem in? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
alexey |
Posted: Thu Feb 12, 2004 10:26 am Post subject: |
|
|
 Acolyte
Joined: 18 Dec 2003 Posts: 62 Location: Israel
|
Hi!
As far as I could understand you - what you need is to start PEA for your activity to run - you can't just start one from within the activity implementaion program (by run-time you probably mean the supplied client program, that starts PEA for you, when you log in).
AFAIK, it does not help you to start the PEA when you are already inside your program - the PEA is the one that has to _start_ your program. You should start the PEA by independent program, using API, or by running "fmcxspea" utility before you process starts.
Alexey. |
|
Back to top |
|
 |
|