Support Article
Unable to check out rules on logging in using PRServletLDAP URL
Summary
Unable to check out a rule or save a data instance on logging into the application using PRServletLDAP URL. The user selects the Allow rule check out option on the Operator record. However, the Check Out button is invisible on the rule form.
Error Messages
Operator does not have check out enabled
Steps to Reproduce
- Log in to the Pega Designer Studio using PRServletLDAP1
- Check out a rule
Root Cause
The precondition on step 2 of WBToolBarDDSettings invokes the pzIsRuleCheckOutAllowed When rule. This When rule checks OperatorID.pyAllowRuleCheckOut. However, OperatorID.pyAllowRuleCheckOut returns false because the OperatorID page contains only the pxObjClass properties but no other data.
Resolution
Perform the following local-change to ensure the OperatorID page is created at the requestor level and is available for all the threads:
- Save the LDAPAuthentication activity in the application ruleset
- Add the following Java code as the first step:
tools.getRequestor().getPage("OperatorID");
Tags:
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.