Author |
Message
|
spprash |
Posted: Sat Jun 21, 2003 6:15 am Post subject: invoking executables in solaris |
|
|
Apprentice
Joined: 29 Dec 2002 Posts: 25
|
Hi,
I have mapped an automatic workflow activity to a staff say USER1. The activity is mapped to an executable dummy.sh in Solaris. I started the process instance using web client and the PEA of USER1 using fmcxspea command. Suprisingly the activity appears as a workitem in the user's worklist and is always in the ready state (Regardless of using force start option). I have set dummy.sh in the path of user fmc (id used to start workflow server) ,
In buildtime I have set dummy.sh for path and file name and left the executable working directory empty in the program properties. Wat could be the probable reason .Anybody???? _________________ Prash |
|
Back to top |
|
 |
jmac |
Posted: Sat Jun 21, 2003 8:28 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
In order for an activity to Run, irregardless of whether or not it is Auto or Manual start, the user must be logged in with a PEA running. You indicate that you have the pea running, but not that the user is logged in. Assuming your description is correct, what you need to do is have the user logged on. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
loris |
Posted: Sat Mar 20, 2004 5:58 am Post subject: |
|
|
Novice
Joined: 07 Nov 2002 Posts: 15
|
Dear John,
Do you mean that the user USER1 should be used in the command: fmcxspea -u=USER1 -p=password? Or the USER1 is the user of Solaris who performs the that command?
Thank you very much!
Loris |
|
Back to top |
|
 |
jmac |
Posted: Sat Mar 20, 2004 6:08 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
loris wrote: |
Do you mean that the user USER1 should be used in the command: fmcxspea -u=USER1 -p=password? Or the USER1 is the user of Solaris who performs the that command? |
fmcxspea -u=USER1 -p=password
This will start a PEA for USER1 which is necessary if you are using if you are starting non-UPES workitems _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
loris |
Posted: Sat Mar 20, 2004 6:49 am Post subject: |
|
|
Novice
Joined: 07 Nov 2002 Posts: 15
|
Dear Mr.John,
If there are 2 Solaris servers with PEA running and on each server the automatic executable program PROGRAM1 is executed by the same user named as USER1, how does the MQWF server differentiate the sessions? I mean how does the MQWF server can identify which request/response is from/to server1, which is from/to server2?
Thanks a lot!
Loris |
|
Back to top |
|
 |
jmac |
Posted: Sat Mar 20, 2004 7:19 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
There can only be 1 PEA running per user _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|