ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » MQ Workflow 3.6 Activity Implementation error

Post new topic  Reply to topic
 MQ Workflow 3.6 Activity Implementation error « View previous topic :: View next topic » 
Author Message
hifives
PostPosted: Wed Nov 09, 2011 11:00 am    Post subject: MQ Workflow 3.6 Activity Implementation error Reply with quote

Newbie

Joined: 09 Nov 2011
Posts: 4

Hi

when I execute activity implementation code , the bat file containing java code results in FmcDomainControllerImpl.java:63 error
Error:

com.ibm.workflow.client.util.FmcApiException:
FMC38009E MQSeries Workflow API Error :
API Return Code : 1000
Error Origin : FmcDomainControllerImpl.java:63
Error Message : FMC01000E Requested action is not supported by the se
rver
Nested Exception : None
at com.ibm.workflow.client.api.FmcDomainControllerImpl.agent: Not implem
ented!!!

code:
Agent agent = new Agent( );
System.out.println("AGENT");
agent.setLocator( Agent.LOC_LOCATOR );
System.out.println("Agent.LOC_LOCATOR");
agent.setName( "FMC" );
System.out.println("FMC"); //printing upto this
// error from this line
ExecutionAgent myExecAgent = agent.getExecutionAgent();

PEA status= PEAStartup okay
Back to top
View user's profile Send private message
hos
PostPosted: Thu Nov 10, 2011 12:58 am    Post subject: Reply with quote

Chevalier

Joined: 03 Feb 2002
Posts: 470

Hi,
the Program Execution Agent (PEA) is deprecated long time ago and not supported by the Java API. Use an UPES to invoke program implementations, instead.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » MQ Workflow 3.6 Activity Implementation error
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.