Support Article
Multiple Requestors in Pega Admin Studio
SA-91667
Summary
In Pega Admin Studio, the status of multiple Requestors is Disconnected.
As a result, the user opens a new browser and creates a new requestor. Therefore, the amount of requestors in the system increases. The disconnected requestors are not reused or cleared.
Error Messages
Requestor has been destroyed or recycled
Steps to Reproduce
Close user browser sessions using the browser's Close button instead of log off.
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
Add the below code in the prconfig.xml file or add as Dynamic System Settings (DSS):
<env name="Initialization/PersistRequestor" value="OnTimeout"/>
<env name="timeout/browser" value ="1800"/>
Timeout value is in seconds. A Requestor session is cleared if it is idle for 'abc' seconds.
Modify the Timeout value as per requirement.
Published March 18, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.