You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the root cause, in the OPC Adapter, there was a tag named "Air Quality". I removed it with a Projection Processor and then I was able to deploy the pipeline. After renaming the field from "Air Quality" into "AirQuality" in the OPC Adapter, I can include all tags and remove the Projection Processor. That means that the Trend processor doesn t support objects with a space in the name.
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
Backend
What happened?
Error while trying to deploy a Trend Data Processor:
Error between @ Line: 1. Position: 0 and @ Line: 1. Position: 80. Syntax error in SiddhiQL, extraneous input 'Quality' expecting {STRING, INT, LONG, FLOAT, DOUBLE, BOOL, OBJECT}.
How to reproduce?
No response
Expected behavior
No response
Additional technical information
No response
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: