com.pega.pegarules.pub.generator.RuleNotFoundException
|
Facing this issue in all environment for specific nodes.This is declare trigger activity and i have revalidated and saved this rule but thats not helping
|
|
Facing this issue in all environment for specific nodes.This is declare trigger activity and i have revalidated and saved this rule but thats not helping
Failed to find a 'RULE-OBJ-ACTIVITY' with the name 'RELOADNBA' that applies to 'PegaCA-Work'. There were 10 rules with this name in the rulebase, but none matched this request. The 10 rules named 'RELOADNBA' defined in the rulebase are:1 related to applies-to class 'PegaCA-Work', but were defined in rulesets which are not in your rulesetlist: 'SA-Artifacts:08-01-01'.9 unrelated to applies-to class 'PegaCA-Work', for example: {PegaCRM-Work-Task-CustAct, PegaSocial-Message, PegaCRM-Work-SFA-Opportunity-Ind, PegaCRM-Entity-Contact, PegaCRM-Work-SFA-Lead, PegaCRM-Work-SFA-Opportunity}.Current RulesetList:Pega-ProcessCommander:08-04,Pega-DeploymentDefaults:08-04,Pega-DecisionScience:08-04,Pega-DecisionArchitect:08-04,Pega-LP-Mobile:08-04,Pega-LP-ProcessAndRules:08-04,Pega-LP-Integration:08-04,Pega-LP-Reports:08-04,Pega-LP-SystemSettings:08-04,Pega-LP-UserInterface:08-04,Pega-LP-OrgAndSecurity:08-04,Pega-LP-DataModel:08-04,Pega-LP-Application:08-04,Pega-LP:08-04,Pega-SystemOperations:08-04,Pega-UpdateManager:08-04,Pega-SecurityVA:08-04,Pega-Feedback:08-04,Pega-HealthCheck:08-04,Pega-AutoTest:08-04,Pega-AppDefinition:08-04,Pega-ImportExport:08-04,Pega-LocalizationTools:08-04,Pega-RuleRefactoring:08-04,Pega-ProcessArchitect:08-04,Pega-Portlet:08-04,Pega-Content:08-04,Pega-BigData:08-04,Pega-NLP:08-04,Pega-DecisionEngine:08-04,Pega-IntegrationArchitect:08-04,Pega-SystemArchitect:08-04,Pega-Desktop:08-04,Pega-EndUserUI:08-04,Pega-Survey:08-04,Pega-Social:08-04,Pega-SharedData:08-04,Pega-API:08-04,Pega-EventProcessing:08-04,Pega-Reporting:08-04,Pega-UIDesign:08-04,Pega-Gadgets:08-04,Pega-UIComponents:08-04,Pega-UIEngine:08-04,Pega-ProcessEngine:08-04,Pega-SearchEngine:08-04,Pega-IntegrationEngine:08-04,Pega-RulesEngine:08-04,Pega-Engine:08-04,PegaLegacyRules:01-01,Pega-ProCom:08-04,Pega-IntSvcs:08-04,Pega-WB:08-04,Pega-RULES:08-04 |

@VishakhaThere are certain things you can do to debug this :
--- Check whether the class in which PEGA is looking for the activity is correct or not. If not, it probably means that there is a difference between the class of the activity , and the class of the Declare Trigger.
--- If both are the same, then try checking whether the activity is correctly configured. Go to the Security tab in the activity and mark the Type as Trigger and check in the rule. This should make the activity discoverable inside the Declare Trigger.