Error Messages: 160500-160999

Error Messages Relating to Flex Streams

Code 160500
Severity Debug
Message FlexStream({0}) _inputSsource={1} insrc={2} inputvar={3}
Description No additional information available.
Code 160501
Severity Error
Message Flex stream {0} does not have an ON method specified for each of its input streams.
Description No additional information available.
Code 160502
Severity Error
Message An ON method has not been specified for the input stream {0}. Each input to a flex stream must have an associated ON method unless that input is a reference.
Description No additional information available.
Code 160503
Severity Error
Message The input stream {0} defined for flex stream {1} has multiple ON function clause specifications associated with it.
Description No additional information available.
Code 160504
Severity Error
Message The input stream {0} defined for flex stream {1} does not exist.
Description No additional information available.
Code 160505
Severity Error
Message The retention policy specified for input stream {0} defined for flex stream {1} is invalid as {2} is not a window or delta stream.
Description No additional information available.
Code 160506
Severity Error
Message Multiple ON END TRANSACTION clauses defined for a flex stream.
Description Only one ON END TRANSACTION clause can be defined for a flex stream.
Code 160507
Severity Error
Message Multiple ON START TRANSACTION clauses defined for a flex stream.
Description Only one ON START TRANSACTION clause can be defined for a flex stream.
Code 160508
Severity Error
Message Multiple TIMER FUNCTION clauses defined for a flex stream.
Description Only one timer function clause can be defined for a flex stream.
Code 160509
Severity Error
Message Flex stream {0} does not have any input streams specified.
Description At least one input stream must be specified for a flex stream.
Code 160510
Severity Error
Message The stream {0} has been specified multiple times as an input for flex stream {1}.
Description A flex stream must contain unique inputs.
Code 160511
Severity Error
Message The record specified in the output statement does not match with the schema of the output flex stream.
Description Names and data types of the columns need to match for the record types to match.
Code 160512
Severity Error
Message A return statement has been specified. The ON methods and ON START/END TRANSACTION methods inside a flex stream may not have a return statement. The ON methods and ON START/END TRANSACTION methods inside a flex stream may not have a return statement.
Description The ON methods and ON START/END TRANSACTION methods inside a flex stream may not have a return statement.
Code 160513
Severity Error
Message A unique alias must be specified for each occurrence of input stream {0} defined for flex stream {1}.
Description No additional information available.
Code 160514
Severity Error
Message Retention specified on Flex Stream {0}. This is currently not supported.
Description No additional information available.
Code 160515
Severity Error
Message There are more methods than there are inputs.
Description No additional information available.
Code 160516
Severity Error
Message Function {0} has been defined more than once.
Description No additional information available.
Code 160517
Severity Error
Message Undefined input stream {0} used in From clause of flex stream {1}.
Description No additional information available.
Code 160518
Severity Error
Message More than one program defined for Input Stream{0}.
Description No additional information available.
Code 160519
Severity Error
Message No program defined for Input Table/View {0}.
Description No additional information available.
Code 160520
Severity Error
Message Method Output for input stream {0} does not match row definition.
Description No additional information available.
Code 160521
Severity Error
Message A record in one or more 'output' statements does not match type of FlexStream: {0}.
Description No additional information available.
Code 160522
Severity Error
Message A record in one or more 'output' statements does not match type of Pattern Stream: {0}.
Description No additional information available.
Code 160523
Severity Error
Message Multiple OUT clauses have been specified for a flex stream. Only one OUT clause is allowed.
Description Only one OUT clause is allowed for a flex stream.
Code 160524
Severity Error
Message Multiple IN clauses have been specified for a flex stream. Only one IN clause is allowed.
Description Only one IN clause is allowed for a flex stream.
Code 160525
Severity Error
Message The stream defined in the OUT clause of a flex stream needs to have an explicit schema defined. The schema for it cannot be deduced.
Description The schema cannot be deduced for the stream defined in the OUT clause of flex stream.
Code 160526
Severity Error
Message The stream defined in the OUT clause of a flex stream doesn't support declare blocks. Please review the syntax.
Description The stream defined in the OUT clause of a flex stream doesn't support declare blocks. Please review the syntax.
Code 160527
Severity Error
Message The delta stream or window defined in the OUT clause of a flex stream cannot deduce keys. Please review the syntax.
Description The delta stream or window defined in the OUT clause of a flex stream cannot deduce keys. Please review the syntax.
Code 160528
Severity Error
Message The retention policy specified for {0} contains one or more invalid columns. The schema of {1} does not contain the column(s) {2}.
Description No additional information available.
Code 160529
Severity Error
Message The retention policy specified for {0} contains one or more duplicate column definitions. Multiple definitions have been specified for the column(s) {1}.
Description A column definition can be included only once while specifying the retention policy for a stream.
Code 160530
Severity Warning
Message The retention policy specified for {0} contains its primary key. This policy will have no effect since each row will contain a unique primary key value.
Description No additional information available.
Code 160531
Severity Warning
Message The retention policy specified for input {0} of {1} contains its primary key. This policy will have no effect since each row will contain a unique primary key value.
Description No additional information available.
Code 160532
Severity Warning
Message The retention policy specified for {0} contains one or more autogenerate columns. This policy may have no effect since each inserted row will contain a unique value for the autogenerate columns.
Description No additional information available.
Code 160533
Severity Error
Message The retention policy specified for {0} is invalid as it contains an aging column.
Description No additional information available.
Code 160534
Severity Error
Message Flex stream {0} has an ON method specified for the input, {1}, which is a reference. Since references do not process streaming events, an ON method cannot be specified for a reference.
Description No additional information available.
Code 160535
Severity Error
Message Flex stream {0} has an ON method specified for the stream/window {1} that is not an input to the flex stream. Please add the stream to the IN clause of the flex operator or remove the ON method.
Description No additional information available.