Author |
Message
|
MQSerious |
Posted: Wed Sep 29, 2004 5:53 am Post subject: [SOLVED] FMC01014E The PEA ADMIN.FMCGRP is not available |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
All of a sudden I am getting this error message when I try to start an activity. Admittedly, I have been tinkering with the FDL but don't know what changes might have caused this. Any ideas what would cause this?
Running 3.5 SP2 on AIX. Thanks.
Last edited by MQSerious on Wed Sep 29, 2004 10:08 am; edited 1 time in total |
|
Back to top |
|
 |
MQSerious |
Posted: Wed Sep 29, 2004 10:08 am Post subject: |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
Figured out the prob...I was messing with the Applications settings in Workbench.
Code: |
PROGRAM 'FMCNSHOW'('ContainerName','ContainerName')
UNATTENDED - >>>was missing<<<<<<<
INPUT_CONTAINER_ACCESS
OUTPUT_CONTAINER_ACCESS
EXECUTION_USER AGENT
EXECUTION_MODE NORMAL
AIX EXE PATH_AND_FILENAME 'NoInvoke.exe'
INHERIT ENVIRONMENT >>>removed this AIX definition<<<<<<<
WINNT EXE PATH_AND_FILENAME 'FMCNSHOW.EXE'
INHERIT ENVIRONMENT
STYLE VISIBLE
START FOREGROUND
WIN95 EXE PATH_AND_FILENAME 'FMCNSHOW.EXE'
INHERIT ENVIRONMENT
STYLE VISIBLE >>>removed this WIN95 definition<<<<<<<
END 'FMCNSHOW' |
This fixes the problem. |
|
Back to top |
|
 |
yamaha |
Posted: Mon Jun 06, 2005 4:16 am Post subject: status of PEA |
|
|
Newbie
Joined: 21 May 2005 Posts: 3
|
Hi,
Thanks for the support. I was able to solve the problem. The reason for error was that i had not started the PEA.
I have one more clarification in this regard.
I dont want to shut down my PEA after processing each work item. For eg: If i have say, 6 work items in my worklist. I want to start a PEA and process all the six of them and then shut it down outside the loop. But here i may have a situation where i may have 0 items in my worklist. So, before shutting down the PEA, i may need to know the status of it. IS there any API to know the status of the PEA associated with the user??
Thanks in advance. |
|
Back to top |
|
 |
MQSerious |
Posted: Mon Jun 06, 2005 12:10 pm Post subject: |
|
|
Acolyte
Joined: 29 Mar 2004 Posts: 68 Location: At Large
|
Wrong thread? _________________ Regards,
MQSerious. |
|
Back to top |
|
 |
kotha |
Posted: Thu Jun 09, 2005 8:33 am Post subject: Re: status of PEA |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
yamaha wrote: |
Hi,
The reason for error was that i had not started the PEA. |
I am trying to implement the IBM provided example ActImplTest. I am getting error:
FMC01014E The PEA ADMIN.FMCGRP is not available
as quoted above, do I need to start PEA? If so, How can I do it? any documentation?
thanx in advance |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 09, 2005 8:45 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Logon to the fat client and it will start the PEA for you. |
|
Back to top |
|
 |
|