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 » error while starting the program associated with the activit

Post new topic  Reply to topic
 error while starting the program associated with the activit « View previous topic :: View next topic » 
Author Message
yamaha
PostPosted: Mon Jun 06, 2005 12:56 am    Post subject: error while starting the program associated with the activit Reply with quote

Newbie

Joined: 21 May 2005
Posts: 3

Hi,
I am having this issue when i try to start the program associated with the activity. I am using the "start" api of the workitem class. The program i am trying to start is a java program. I have given the full path of the "java.exe" in the file name part and given the java file ("sampletest") name in the parameters field. I have also added the java class file ("sampletest.class") in the classpath.

Note: I am just processing the first work item for testing purpose.

The error:
Error reason is FMC01014E The PEA TESTUSER.FMCGRP is not available

------------code snippet--------
if(wrkitm.length > 0){
System.out.println("Starting the work item");
wrkitm[0].start();
if (wrkitm[0].state() == ExecutionState.IN_ERROR){
System.out.println("Error reason is " + wrkitm[0].errorReason().messageText);
System.out.println("Error reason is " + wrkitm[0].errorReason().rc);
}
}

------end snippet --------


I tried to start the process execution agent through the command "fmcxspea -u=TESTUSER -p=password -y=FMC -g=FMCGRP -s=FMCSYS". The command ends successfully but the api is still failing with the same error as given above.

Please do help me in this regard.


[/code]
Back to top
View user's profile Send private message
mqmhr
PostPosted: Mon Jun 06, 2005 1:48 am    Post subject: Reply with quote

Centurion

Joined: 28 Dec 2004
Posts: 105

http://www.mqseries.net/phpBB2/viewtopic.php?t=17897 might help.
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 » error while starting the program associated with the activit
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.