Author |
Message
|
golam_m |
Posted: Wed Dec 21, 2005 1:14 am Post subject: fmcnshow.exe is not working [ SOLVED ] |
|
|
Apprentice
Joined: 10 Oct 2005 Posts: 48
|
I am working with MQ Workflow 3.6. I am using the fmcnshow.exe program in my activities to copy the input container data to output containers. The location of the fmcnshow.exe is C:\IBM\MQWorkflow\BIN. And the whole path is mentioned in the program from which I am callling fmcnshow.exe. It was working till now. But, it is not working suddenly. I have not made any changes. Whenever I start the work item, it goes to running state but the fmcnshow.exe program is not getting executed ( The pop up window for setting the data containers is not popping up).
Please help.
Thanks,
Last edited by golam_m on Thu Dec 22, 2005 8:16 pm; edited 1 time in total |
|
Back to top |
|
 |
vennela |
Posted: Wed Dec 21, 2005 1:43 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
golam_m |
Posted: Wed Dec 21, 2005 3:30 am Post subject: |
|
|
Apprentice
Joined: 10 Oct 2005 Posts: 48
|
Hi Vennela,
I am new to Mq Workflow. Could you please let me know how to check whether PEA is running?
Thanks, |
|
Back to top |
|
 |
jmac |
Posted: Wed Dec 21, 2005 6:37 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
golam_m wrote: |
Could you please let me know how to check whether PEA is running? |
What cleint are you using? If you are using the IBM fat client it starts automatically when you login.
The name of the PEA is fmcxpea, so check your running processes.
If you are using the thin client, you do not run the PEA and fmcshow.exe is not that useful
If you wrote your own client, you will need to start the PEA at login _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
golam_m |
Posted: Wed Dec 21, 2005 7:54 pm Post subject: |
|
|
Apprentice
Joined: 10 Oct 2005 Posts: 48
|
Hi John,
I am using fat client. And have checked that fmcxpea.exe is running. Still the fmcnshow.exe is not working.
Thanks, |
|
Back to top |
|
 |
vennela |
Posted: Wed Dec 21, 2005 8:06 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What else can you provide us to further dig up
Any workflow errors etc?
Have you tried restarting the machine? |
|
Back to top |
|
 |
hos |
Posted: Thu Dec 22, 2005 12:01 am Post subject: |
|
|
Chevalier
Joined: 03 Feb 2002 Posts: 470
|
If the workitem remains in state RUNNING there is no error situation that needs to be resolved. The PEA is simply not running. PEAs are user specific, i.e. each UserId has its own PEA instance that needs to run in order to process the user's workitems. Check the owner of the running instance and make sure that the PEA for this UserId is running. Use the fmcxspea utility and the -f (force) option to start the PEA and verify in the task manager that the PEA is indeed running. (PEAs intentionally are made invisible on the taskbar). The fmcxpsd utility lets you stop a running PEA. |
|
Back to top |
|
 |
golam_m |
Posted: Thu Dec 22, 2005 1:03 am Post subject: |
|
|
Apprentice
Joined: 10 Oct 2005 Posts: 48
|
Hi Vennela, jmac & hos,
Thanks a bunch!
It worked after forcing the pea to start with -f option.
Thanks. |
|
Back to top |
|
 |
|