Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhysionetGetSignals - Compile error if 'recordName' param is missing #81

Closed
cancilla opened this issue Mar 20, 2017 · 1 comment
Closed
Labels

Comments

@cancilla
Copy link
Collaborator

If the recordName parameter is missing, the following compile error is thrown:

Can't call method "getValueAt" on an undefined value at /home/streamsadmin/git/streamsx.health/ingest/physionet/com.ibm.streamsx.health.ingest.physionet/com.ibm.streamsx.health.ingest.physionet/PhysionetGetSignals/PhysionetGetSignals_cpp.pm line 20.
/home/streamsadmin/git/streamsx.health/ingest/physionet/com.ibm.streamsx.health.ingest.physionet/com.ibm.streamsx.health.ingest.physionet/PhysionetGetSignals/PhysionetGetSignals_cpp.cgt: CDISP0510E ERROR: The code generation for the code generation template failed.

This parameter needs to be set as required in the operator XML so that an appropriate error message is thrown if the parameter is missing.

@chanskw chanskw added the bug label Mar 24, 2017
@cancilla
Copy link
Collaborator Author

This has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants