Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

System Details not displayed in Enterprise Health

SA-31482

Summary



The system details are not displayed in the Enterprise Health tab of AES server.


Error Messages



Not Applicable


Steps to Reproduce

  1. Login to AES
  2. Launch Manager portal
  3. Select Enterprise Health tab


Root Cause



In Prlogging.xml of monitored node , the EndPointURL was not set to AES server .

<param name="EndPointURL" value="http://AESNode:Port/prweb/PRSOAPServlet" />


Resolution

Perform the following local-change:
Set the EndPointURL Value properly in the AES-HEALTH-MSG appender of prlogging.xml(Monitored node).

Example:
<appender name="AES-HEALTH-MSG" class="com.pega.pegarules.priv.util.SOAPAppenderPega">
<param name="BufferSize" value="512"/>
<param name="Blocking" value="false"/>
<param name="EndPointURL" value="http://'ip address':9080/prweb/PRSOAPServlet"/>
<param name="Mode" value="ALERT" />
<param name="AllowLiveChanges" value="false"/>
<param name="OutputEnabled" value="true"/>
<layout class="com.pega.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%m%n" />
</layout>
</appender>

Published August 23, 2017 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us