HI ALL,
HR_FASTVIEW IS an Delivered application engine program used to udate the rowlevel security.
when simultaneously two users access this program or another process access the tables used in HR_FASTVIEW then the 2nd process or user getting an error message resource is used by another process.
So our DBA ‘s said that lock the tables that r used in this appengine program.
do we need privilages to lock the database tables?
please reply to me if any idea about this issue.
Thanks in advance
sudha
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 |
you may try setting the max concurrent value in the process definition for the app engine..
This is Deadlock Issue.
Increasing max concurrent value will not resolve the issue.
You can get this around by using temp table.
Thanks
Nitin Bhatia
what about setting the max concurrent value so that only one instance of program is running at any time.. :-D