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

Missing stream key property pyStreamName

SA-9329

Summary



User observes that “Missing stream key property pyStreamName” error message has been logged in the log file every time when user clicks “Save” while “Manage Incident” is running from Interaction Driver.

Error Messages



"Missing stream key property pyStreamName." is logged in Log file.

Steps to Reproduce



1. Initiate Call/“Research” from CPMInteractionDriver Portal and search for an incident.
2. Click “Save” link.
3. Check the log file, message “Missing stream key property pyStreamName” will be logged into the file,


Root Cause



A missing  parameter is causing the issue while reloading and showing the harness.

In the following step of Show-Harness activity , the below java line gets the value of streamname from purpose:
 
   keys.putString("pyStreamName", StringUtils.crossScriptingFilter(tools.getParamValue("Purpose")));      
 
This purpose parameter is in turn is coming from the parameterized call to show-harness.
 
Purpose is set Save And Continue stage via parameter. HarnessPurpose parmeter is not set in user's parameter page. It is non-existent and hence the issue.



Resolution



Explicilty pass the purpose parameter to the activtiy and that resolves the issue.

Published May 11, 2015 - 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