S03042

Error Code

S03042

Error Message

The number of result columns must match the number of metrics. RefId: S03042

Probable Causes

The calculation formulas specified by the metric parameter of createTimeSeriesEngine function will be output to the ouput table specified by outputTable parameter. This error occurs when the number of result columns doesn’t match the number of metrics.

Solutions

Make sure the number of result columns matches the number of metrics. Refer to createTimeSeriesEngine for how to set appropriate schema for output table.