Hi all,
can anbody tell me how to lock the process when other process runs simultaniously through process scheduler.
we have an appengin program in that data is inserted into table.
in 2nd process SQR accessing data from the table that is being populated by above appengine program.
when we run simultaniously this two processes we are getting 2nd process distribution status sucess in one minute.but data is not getting.
is there any options in people soft process scheduler process options paget to lock the process until the first process has to complete.
2nd proccess needs to be on hold until first process completes we kept lock on table.but it is not working
thanks in advance
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Hi
You can define the name of first app engine in as a mutually exclusive process in the process definition of SQR.
This will not allow both the processes to run at sametime.
Another way is define a job containing both the app engine and SQR and set runmode as 'Serial'. This way SQR will run only after App engine is completed.
Hope this solve your problem.
Regards
Vishal
As Vishal said, look into creating a Job definition and place both the AE and SQR inside that job. At the place I work, we use a third party scheduling application called Autosys to handle the flow of batch processes.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
HI,
i didn't find the mutually exclusive option in process defination page.
can u clearly explain me the navigation where and how can define that option
Thanks
sudha
Its on the Process definition component itself. On the first tab.
But I guess best way would be to create a job with these two processes as the items in the job and set it to run serially.
Hi ,
i have defined appengine as mutually exclusive process in SQR's process defination options.
but it is not working properly .its allowing both process to run simultaniously.
i ran two processes simultaniously appengine and sqr.
i got distribution status for the first process(application engine) is processing but 2nd process sqr distribution status is sucess and posted. and i got this SQR's distribution status with in a minute .
but rows not inserted through SQR b'coz application engine is under processing status .
please do help me
Thanks
sudha
create a job with these two processes as the items in the job and set it to run serially.
Thanks,
Ashar