Author |
Message
|
sundar_SG |
Posted: Mon Sep 15, 2008 5:14 am Post subject: User context not passed on FmcjExecutionServicePEAStartUp |
|
|
Newbie
Joined: 15 Sep 2008 Posts: 3
|
The Executable launched by FmcjExecutionServicePEAStartUp does not have the User context in it but I can access the Incontainerstructure. |
|
Back to top |
|
 |
jmac |
Posted: Mon Sep 15, 2008 7:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Can you expand a little on what it is you are asking? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sundar_SG |
Posted: Mon Sep 15, 2008 8:36 pm Post subject: |
|
|
Newbie
Joined: 15 Sep 2008 Posts: 3
|
When iam starting a workitem on an activity and program (EXE) associated with the activity is launched, where iam getting the In container structure for the activity but the user context is not passed.
Ex:
I have logged in to the WFclient application(EXE1) with USER1 who starts a Process PROCESS1 and the current activity is ACTIVITY1 which is in the Worlist of the USER1. Now i try to open the Workitem which is on the Worklist of USER1 on the ACTIVITY1. The program(EXE2) associated with the ACTIVITY1 is launched. Now the context of the USER1 is not available in the launched application EXE2. |
|
Back to top |
|
 |
vijaycr |
Posted: Mon Sep 15, 2008 11:52 pm Post subject: |
|
|
 Acolyte
Joined: 11 Oct 2006 Posts: 62 Location: Singapore
|
its still not clear what you mean by 'context of the USER1 ' |
|
Back to top |
|
 |
vijaycr |
Posted: Mon Sep 15, 2008 11:55 pm Post subject: |
|
|
 Acolyte
Joined: 11 Oct 2006 Posts: 62 Location: Singapore
|
You could also post the language in which the exe is written and what is that you expect happen in the program. |
|
Back to top |
|
 |
sundar_SG |
Posted: Tue Sep 16, 2008 12:00 am Post subject: |
|
|
Newbie
Joined: 15 Sep 2008 Posts: 3
|
The Exe is a C# windows application. I expect the USER1 is the current user who started the workitem. |
|
Back to top |
|
 |
vijaycr |
Posted: Tue Sep 16, 2008 12:18 am Post subject: |
|
|
 Acolyte
Joined: 11 Oct 2006 Posts: 62 Location: Singapore
|
You must establish a pass through session before you can access the current user related information.
The activity implementation samples would give u an idea on how to do it... |
|
Back to top |
|
 |
|