Getting issue: Tried few things but not resolved !
Failed to find a 'RULE-OBJ-CASETYPE' with the name 'PYDEFAULT' that applies to '@baseclass'. There were 148 rules with this name in the rulebase, but none matched this request. The 148 rules named 'PYDEFAULT' defined in the rulebase are:
148 related to applies-to class '@baseclass', but were defined on subclasses: {Work-Cover-Task, ....)
Details: This issue is happening during case creation. It only happens first time after login, after that no issues as much as you login to pega. Error happens in step 10 of createWorkPage. Using Pega Platform 8.5.3. Tries to clear cache and server bounce, but nothing helped !
@marmikd4HI, This issue might happens because Pega cannot find the PYDEFAULT case type rule during the first login, likely due to caching or rule resolution problems. First, check if the operator’s Access Group has the correct Application and Rulesets that include the required case type. Try clearing and rebuilding the rule cache using Admin Studio > Static Assembler. Verify in App Explorer that
PYDEFAULTis correctly defined in the expected Work class. Check the Clipboard (CreateWorkPage) to ensure it sets the correct class and properties. Use Tracer and Logs to find rule resolution errors before case creation. Manually clear cache using Pega URLs and restart the system. Thanks