Question
LTIMindtree Limited
LTIMindtree Limited
IN
LTIMindtree Limited
Posted: Jul 24, 2025
Last activity: Aug 17, 2025
Last activity: 17 Aug 2025 23:17 EDT
Decision table rules not loading on log in with LDAP.
Decision table rules are not getting loaded properly when logged in with LDAP either from dev studio or trying to open delegated decision table rule from User portal. Same rules getting loaded properly with non sso log in . Not loaded properly means the table containing data not getting visible. Can any one please assist on this issue.
@ManishK8444
This usually isn’t a product bug it’s access and application context. First, compare the SSO user’s Access Group, roles, and application stack with the non-SSO user; make the SSO user use the same Access Group (fix your LDAP model operator if needed). Ensure the delegated decision table is in a Production ruleset and that ruleset/version is in the application and listed under the Access Group’s Production rulesets for SSO users. Give the role read/open/update on Rule-Declare-DecisionTable (quick test: add PegaRULES:SysAdm4 temporarily if it works, add only the needed privileges). Check for ABAC/Access-Deny rules on Rule-* classes that could hide rule content for external users. If you switch Access Groups during SSO, set the AG before the portal thread starts (or explicitly switch application) so the rule resolves in the right app context. Re-save the rule and clear rule/decision caches (Invalidate and restart) to remove stale resolution. If it’s still blank only for SSO, trace rule resolution on login and when opening the rule to spot a missing ruleset or privilege.