Discussion
Virtusa
CA
Last activity: 11 Jan 2017 9:31 EST
Removing/Deleting Rule from private checkout without logging in/using different operator ID
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
NIIT Technologies Limited
AU
Delete the when rule from pr4_rule database table which has name="EnableUIInspector" and pyRuleset="@YourOperatorID".
UI inspector will be available if operator has pxUIInspector privilege. Remove this privilege from @baseclass R-A-R-O.
Acrucial Technologies
IN
Hi SaadullahK,
Can you login with another Operator ID? If so login and open the origianl rule, not the checkout version. Click on the Small Description and press Shift+F3. The Java Tea Cup will change to a Lok Icon.
Click on the icon and it will Delete the Checkout version
Regards
Shanker
Tata Consultancy Services
US
Hi,
I have a similar issue, where I did a private checkout @basecalss hasMessages when rule and now it doesn't let me open any new rule or perform anything. Since this hasMessages when rule is called everywhere and it is failing. Can someone please let me know if there is a way to discard my private out item from someone else's operator ID?
Pegasystems Inc.
IN
One of above may work. If not, Can you try login with another operatorid and write an activity and open the private checkout rule(get pzInskey by writing small Report Definition and apply filter as youroperator@ ) and issue obj-delete,commit.
-
Mihir Deshpande
Pegasystems Inc.
US
Deleting a row directly from a Pega database table should always be a last resourt and done very carefully. In this case if the "when" rule is deleted directly from the PR4_RULE database table you need to complete two additional steps. 1 - the rule cache will need to be cleared either via SMA or by clearing the marker files and restarting the JVMs and 2 - the corresponding row in the PR4_RULE_VW table will need to be deleted (carefully). If this row is not deleted the rule will still show as a private checkout for the operator with the original private checkout.
Virtusa IT Consulting
AE
Have you tried this?
-Get the pzinskey of the rule, the private checked out one
-Login from another user
-Run WBDelete activity by passing the pzinskey captured from the checked out rule.
-
jingri jin Savitha Dwaram Gaurav Londhe
Virtusa IT Consulting
AE
You can also go through this article https://pdn.pega.com/support-articles/unable-delete-private-checkout-rules
Highmark Inc
US
update the ACTIVITY Rule- • Delete step 3, precondition ".pyRuleSet==pxRequestor.pxSecuritySnapshot.pxPersonalRuleSetName" to skip step when false, and then run ACTIVITY Rule- • WBDelete and provide the pzInsKey of the rule that needs to be deleted.
-
Ramesh Vundela Madhumita Pal