PSPRCSRV:( PSPRCSRV.EXE) The server agent is responsible for starting all server processes Ever fifteen seconds it looks into the process request for server processes that are scheduled to run If nothing is scheduled the server agent “sleeps for 15 seconds and checks again If a server process is scheduled the server agent combines the data […]
Continue readingPeopleSoft Architecture has several components but it becomes important to understand the complete flow of transactions in PeopleSoft. Below post will help your understand how PeopleSoft works and how a request sent by an user is interpreted and results sent back to user. It will not only help technical team but anyone who wants to […]
Continue readingTUXEDO stands for Transactions for UniX Extended for Distributed Operations. Tuxedo is one of the most important base on which PeopleSoft Application Server is based. When an application server is booted there are several Tuxedo services that are started along with other Application Server processes. A) BBL: ( Bulletin Board Liaison) The Bulletin Board Liaison […]
Continue readingHow to Find Unused Permission List in PeopleSoft SELECT * FROM PSCLASSDEFN A WHERE NOT EXISTS ( SELECT ‘X’ FROM PSUSERCLASSVW B WHERE A.CLASSID = B.CLASSID ) AND NOT EXISTS (SELECT ‘X’ FROM PSOPRDEFN B WHERE A.CLASSID = B.OPRCLASS) AND NOT EXISTS (SELECT ‘X’ FROM PSOPRDEFN B WHERE A.CLASSID = B.PRCSPRFLCLS) AND NOT EXISTS […]
Continue readingPeopleSoft application server relies on Jolt, a companion product that co-exists with Tuxedo, to handle all web requests. In other words, Jolt is the bridge between PeopleSoft application server and the web server (any supported one) that facilitates web communication. Tuxedo helps schedule PeopleSoft application server processes to perform the actual transactions. When the application […]
Continue reading