Author |
Message
|
jpappas |
Posted: Wed Apr 24, 2002 4:59 am Post subject: |
|
|
Newbie
Joined: 23 Apr 2002 Posts: 5
|
Hi,
I'm trying to start the Program Execution Agent via fmcxspea as a scheduled batch job in AIX. I can run this as user fmc (the Workflow Admin) on the console but when I try to scehdule this, I get an FMC00013E error (communication). I know it's not a commuication problem, but a permissions issue. I've added the user the batch job runs as to the mqm and fmcgrp groups. I've also run the fmczdmqa program for this same user. Does anybody have any idea. Thanks.
|
|
Back to top |
|
 |
vedbhat |
Posted: Wed Apr 24, 2002 6:39 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
You should be able to start the PEA from the command prompt or shell in case of unix.
1) Check whether you have missed "=" within the parameters (Userid and Password)
2) Whether you are executing the batch job from the correct directory
3) Check whether the user has rights to execute.
Regards
Ved |
|
Back to top |
|
 |
jpappas |
Posted: Fri Apr 26, 2002 10:15 am Post subject: |
|
|
Newbie
Joined: 23 Apr 2002 Posts: 5
|
The issue is that the user does not have Workflow permissions. I have run the fmczddba and fmczdmqa commands to grant access to the user. I got the same results. It seems like only user fmc, the Workflow admin, has permission to run these scripts. |
|
Back to top |
|
 |
vedbhat |
Posted: Sun Apr 28, 2002 6:00 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
No, I can start PEA on windows with other users as well using the following command.
fmcxspea -u=PERSON1 -p=person1
I guess, In your case the PERSON doesnt have execute permission on the directory from where you are trying.
Regards
Ved
_________________ IBM Certified Solutions Expert - MQSeries Workflow
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
jpappas |
Posted: Mon Apr 29, 2002 10:15 am Post subject: |
|
|
Newbie
Joined: 23 Apr 2002 Posts: 5
|
Remeber, this is on Unix, not windows. I've added the user to fmcgrp and granted access to that user to workflow. Next, we gonna try to use fmc's profile in that user's profile.
Regards
Joe
[ This Message was edited by: jpappas on 2002-04-29 11:17 ] |
|
Back to top |
|
 |
vedbhat |
Posted: Mon Apr 29, 2002 5:26 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
I know your environment is Unix and Mine is Windows and I remember in our previous projects all the automatic activities was assigned to a dummy user "automatic" and we could start PEA in unix environment inorder to start these activities. I am not sure why you are getting this problem.
From which directory are you running the batch?
Regards
Ved
_________________ IBM Certified Solutions Expert - MQSeries Workflow
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
|