Error Messages: 158000-158030

Error Messages Relating to Compiler

Code 158000
Severity Error
Message Compiling Expr {0}
Description No additional information available.
Code 158001
Severity Error
Message A Serious error occurred. Cannot find table.column {0}.{1} Exiting
Description No additional information available.
Code 158002
Severity Error
Message Parser error: Error at line: {0}, at column {1}: {2}
Description No additional information available.
Code 158003
Severity Error
Message Line {0}: {1}
Description No additional information available.
Code 158004
Severity Error
Message Invalid Identifier "{0}". Identifier must begin with a letter.
Description No additional information available.
Code 158005
Severity Error
Message Invalid syntax at or before "{0}". Please verify that the syntax is correct. Using a keyword without quotes for an identifier could also give this error.
Description Please verify that the syntax is correct. Using a keyword without quotes for an identifier could also give this error.
Code 158006
Severity Error
Message Column {0}.{1} must be defined before it is used
Description No additional information available.
Code 158007
Severity Error
Message Missing semi colon at end of statement.
Description No additional information available.
Code 158008
Severity Error
Message Multiple objects defined with name {0}.
Description No additional information available.
Code 158009
Severity Error
Message Unable to open file {0}
Description Make sure that the file name is correctly specified.
Code 158010
Severity Error
Message Aggregation is not supported in STREAMS or DELTA STREAMS.
Description No additional information available.
Code 158011
Severity Error
Message Alias '{0}' has been used multiple times in the FROM clause of stream definition {1}
Description No additional information available.
Code 158012
Severity Error
Message An input to a Delta Stream {0} is a Stream ({1}). A Stream cannot feed a Delta Stream.
Description No additional information available.
Code 158013
Severity Error
Message An input to Window {0} is a Stream ({1}). This is only allowed when there is an aggregation (GROUP BY) clause specified or the target window is a Flex Operator.
Description No additional information available.
Code 158014
Severity Error
Message Cannot find stream corresponding to specified alias {0}.
Description No additional information available.
Code 158015
Severity Error
Message Stream {0} has already been used in the FROM clause of stream definition {1}.
Description No additional information available.
Code 158016
Severity Error
Message Undefined stream {0} used in From clause of stream {1}
Description No additional information available.
Code 158017
Severity Warning
Message stream {0} is a direct copy or a filterd copy of its input stream but has unused variables defined. This will result in inefficient code being generated.
Description No additional information available.
Code 158018
Severity Error
Message FilterExpression must be of type 'integer'.
Description No additional information available.
Code 158019
Severity Error
Message Line {0}: {1}
Description No additional information available.
Code 158020
Severity Error
Message Invalid syntax at end; possible unterminated string.
Description No additional information available.
Code 158021
Severity Error
Message Multiple local declare blocks have been specified.
Description No additional information available.
Code 158022
Severity Error
Message Use of local variables and functions is not supported for this clause.
Description Check that local variables and functions are not used in this clause.
Code 158023
Severity Error
Message Self referencing columns is not supported for this expression.
Description No additional information available.
Code 158024
Severity Error
Message Cannot self reference implicit columns rowid, rowtime and bigrowtime.
Description No additional information available.
Code 158025
Severity Error
Message An internal error has occurred. Cannot find input stream in parse objects.
Description No additional information available.
Code 158026
Severity Error
Message Stream '{0}' used more than once in the FROM clause of stream {1} definition
Description In certain contexts the same stream may not be used more than once in a FROM clause
Code 158027
Severity Emergency
Message Return type for HAVING expression is not an integer
Description No additional information available.
Code 158028
Severity Error
Message Where clause expression is not of integer type.
Description This is most likely an internal error. A where clause expressions should alway return a result of true or false.
Code 158029
Severity Error
Message The parameter validation for {0} failed.
Description No additional information available.
Code 158030
Severity Error
Message In an Intermediate Stream for Stream
Description No additional information available.