Support Article
"Related Rules" function not working after hotfixes installation
SA-17437
Summary
User has installed hot fix HFix-23830 for an issue reported earlier and found the function "Related Rules" in development portal is not working post hot fix installation. The related rules icon is disabled.
Error Messages
N/A
Steps to Reproduce
- Login into designer studio
- Open any rule form which has 'Related Rules' icon
- We observe that this icon will be disabled.
Root Cause
A defect in Pegasystems’ code or rules
“pzDeveloperInternal” section rule login with [email protected] “<pega:when name="pzProjectManagementEnabled">” is getting executed, which internally calling an activity “GetProjectList” which is failing due to below errors and stopping abruptly. 2015-12-01 11:41:43,258 [tp-apr-8080-exec-126] [ STANDARD] [Investigate:06.03.01] (pcentric.RACacheAppCentricImpl) ERROR Rule-Connect-SOAP.Embed-ProjectMgmt-WorkService-.pzGetPMFAssignments [email protected] - Failed to generate com.pegarules.generated.activity.ra_action_invokeaxis2_fa19f7e2d1b0b01d428fc5eb6933dc1e
2015-12-01 11:41:43,258 [tp-apr-8080-exec-126] [ STANDARD] [Investigate:06.03.01] (pcentric.RACacheAppCentricImpl) ERROR |Rule-Connect-SOAP.Embed-ProjectMgmt-WorkService-.pzGetPMFAssignments [email protected] - Failed to generate com.pegarules.generated.activity.ra_action_invokeaxis2_fa19f7e2d1b0b01d428fc5eb6933dc1e
2015-12-01 11:41:43,258 [tp-apr-8080-exec-126] [ STANDARD] [Investigate:06.03.01] ( internal.mgmt.Executable) ERROR Rule-Connect-SOAP.Embed-ProjectMgmt-WorkService-.pzGetPMFAssignments [email protected] - FirstUseAssemblerException
2015-12-01 11:41:43,258 [tp-apr-8080-exec-126] [ STANDARD] [Investigate:06.03.01] (s.DeclarativePageDirectoryImpl) ERROR [email protected] - Error during load of declarative page Declare_ProjectMgmt
2015-12-01 11:41:43,258 [tp-apr-8080-exec-126] [ STANDARD] [Investigate:06.03.01] (l.Pega_Portal_Developer.Stream) ERROR [email protected] - Error in JSP execution
2015-12-01 11:41:43,258 [tp-apr-8080-exec-126] [ STANDARD] [Investigate:06.03.01] (ternal.mgmt.StreamBuilderTools) ERROR [email protected] - Problem appending stream null
Activity call stack for Declare page for project management was encountering a failure related to Connect-SOAP since the URL is configured with dummy SOAP URL.
So as part of hot fix an check is added - @equals(Declare_LoadEndPointURL.pySOAPEndpoint,"http://YourProjMgmtFW:8080/prweb/PRSOAPServlet") in the precondition for step-4 of activity Data-Project-Task.pzGetPMFAssignmentsViaSOAP and exit the activity if the check returns true.
Resolution
Apply HFIX-25124
Published January 31, 2016 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.