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

Remote trace connection list is empty

SA-29404

Summary



When running Tracer and selecting the Remote Trace the connection drop-down is empty which is preventing the developer from being able to remote trace.


Error Messages



Not applicable


Steps to Reproduce

  1. Open Tracer and click the Remote Tracer link. The Connection drop-down is empty and remains empty until user closes the Remote Tracer pop-up.
  2. Try again. Usually works the second time but not always.


Root Cause



A defect in Pegasystems’ code or rules.

Resolution



A permanent solution for this issue is expected to be included in Pega 7.2.2.

​ In the meantime perform the following local-change:

Do a private checkout of this rule - "TracerTraceConnectionListScripts" and add a timeout wrapper around the getConnectionListXML() function to prevent the issue. For example:


displayConnectionList();

setTimeout(function() {
getConnectionListXML();
}, 500);

//var strConnectionInfo = getConnectionInfo();
//updateConectionInfoTable(strConnectionInfo);
setReadyState(true);

Published October 28, 2016 - Updated October 8, 2020

Was this useful?

66% 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