Error Messages: 158057-158499

Error Messages Relating to Stores

Code 158057
Severity Error
Message Invalid value {1} has been specified to option {0}.
Description No additional information available.
Code 158058
Severity Info
Message *** LOG RESERVE WAS OVERRIDDEN BY DEBUG SETTING TO {0} ***
Description No additional information available.
Code 158059
Severity Debug
Message After commit new root {0}, cache size {1}.
Description No additional information available.
Code 158060
Severity Debug
Message LogIndexNodeCache::commitTransaction moving {0} nodes.
Description No additional information available.
Code 158061
Severity Debug
Message LogIndexNodeCache::commitTransaction now have {0} nodes.
Description No additional information available.
Code 158062
Severity Debug
Message remove node {0}: not found.
Description No additional information available.
Code 158063
Severity Debug
Message {0}: Sequenced accessors not allowed!
Description No additional information available.
Code 158064
Severity Error
Message Cyclic relationhip detected between log store {0} and log store {1}.
Description Log Stores cannot be involved in a cyclic relationship. Consider redistributing the Streams across different Stores.
Code 158065
Severity Error
Message An internal error has occurred. Unable to find store {0}
Description No additional information available.
Code 158066
Severity Error
Message Default store declaration ({0}) has been defined after a window declaration requiring a default store.
Description The default store declaration must precede window declarations requiring a default store.
Code 158067
Severity Debug
Message Line {0}: Intermediate Store redefined for this object. Using new value.
Description No additional information available.
Code 158068
Severity Debug
Message {0} LogIndexNodeCache::get({1}) cached node to {2}.
Description No additional information available.
Code 158069
Severity Debug
Message {0} LogIndexNodeCache::commitCache() old {1} cache {2} new {3}
Description No additional information available.
Code 158070
Severity Debug
Message {0} LogIndexNodeCache::get({1}) disk node to {2}
Description No additional information available.
Code 158071
Severity Error
Message Stream {0} is not a direct copy of its source but is associated with a log store and has retention specified.
Description Only streams that are a direct copy of its source can have retention and be associated with a log store.
Code 158072
Severity Debug
Message {0} {1} {key={2}, left={3}, right={4}, bal={5}}
Description No additional information available.
Code 158073
Severity Error
Message Multiple default store declarations ({0},{1}) have been found.
Description No additional information available.
Code 158074
Severity Debug
Message {0} after commitCache() {1} nodes left
Description No additional information available.
Code 158075
Severity Error
Message {0} can only be specified for log stores.
Description No additional information available.
Code 158076
Severity Error
Message {0} can only be specified for memory stores.
Description No additional information available.
Code 158077
Severity Error
Message The data type of parameter {0} does not match the property datatype.
Description No additional information available.
Code 158078
Severity Error
Message Invalid store property {0} specified.
Description No additional information available.
Code 158079
Severity Error
Message {0} {1} is not an insert only stream but is assigned to a Stateless Store.
Description Only insert-only Streams are eligible to be part of a Stateless Store.
Code 158080
Severity Debug
Message Line {0}: Store Information redefined for this object. Using the new value.
Description No additional information available.
Code 158081
Severity Error
Message Undefined Intermediate Store '{0}' used in stream definition {1}.
Description No additional information available.
Code 158082
Severity Error
Message Undefined parameter {0} used to specify the retention value for window {1}.
Description No additional information available.
Code 158083
Severity Error
Message Undefined Store '{0}' used in window definition {1}
Description No additional information available.
Code 158084
Severity Error
Message A file name must be specified for log stores.
Description No additional information available.
Code 158085
Severity Error
Message An internal error has occurred. should never happen.
Description No additional information available.
Code 158086
Severity Debug
Message *** SIMULATED CRASH BEFORE THE CLEANING ***
Description No additional information available.
Code 158087
Severity Debug
Message *** SIMULATED CRASH AT THE END OF COMPACTION ***
Description No additional information available.
Code 158088
Severity Debug
Message *** SIMULATED CRASH AT THE END OF LOG CLEANING ***
Description No additional information available.
Code 158089
Severity Error
Message An event cache cannot be defined for a delta stream ({0}).
Description Delta streams do not support event caches.
Code 158090
Severity Error
Message Streams do not support aggregation operations.
Description No additional information available.
Code 158091
Severity Error
Message A pattern stream does not support filter expressions or aggregation operations.
Description WHERE, GROUP BY, GROUP ORDER BY clauses or aggregation functions cannot be specified while defining a pattern stream.
Code 158092
Severity Error
Message An event cache cannot be defined for a pattern stream ({0}).
Description Pattern streams do not support event caches.
Code 158093
Severity Warning
Message An invalid time interval has been specified in the pattern expression, converting to {0} millisecond(s).
Description The time interval granularity must be specified in milliseconds or coarser units.
Code 158094
Severity Error
Message Invalid WHERE/ON join condition {0} specified. Must be of the form alias1.col = alias2.col [ AND alias1.col = alias2.col ...].
Description No additional information available.
Code 158095
Severity Error
Message Columns from the same stream alias ({0}) is on both sides of the join condition.
Description Columns from the same stream alias can only be one side of the equal operator when specifying join condition.
Code 158096
Severity Error
Message There are too many STREAM inputs for a join. A join can only have one STREAM as input.
Description No additional information available.
Code 158097
Severity Error
Message Delta Stream {0} is a source to a join but it does not specify a retention.
Description A Delta Stream can only be an input to a join only if it has a retention specified.
Code 158098
Severity Error
Message Stream {0} specifies a retention. Only Windows and Delta Streams can have a retention.
Description No additional information available.
Code 158099
Severity Error
Message Invalid identifier "{0}". The identifier must not contain the '.' character.
Description Please choose an identifier that does not contain the '.' character.
Code 158100
Severity Warning
Message An invalid time interval has been specified for the event cache, converting to {0} millisecond(s).
Description The time interval granularity must be specified in milliseconds or coarser units.
Code 158101
Severity Error
Message Pattern matching expressions are only allowed to contain equality expressions.
Description Pattern matching expressions are only allowed to contain equality expressions.
Code 158102
Severity Error
Message An old, deprecated datatype is used. Please use the newer versions of the datatypes, namely integer for int32, long for int64 and float for double.
Description An old, deprecated datatype is used. Please use the newer versions of the datatypes, namely integer for int32, long for int64 and float for double.
Code 158103
Severity Error
Message Pattern matching clause is only supported for STREAMS.
Description A pattern matching clause is used in the definition of a WINDOW or DELTA STREAM. It is only allowed in the defintion of a STREAM.
Code 158104
Severity Error
Message Incorrect order of clauses has been specified. Please review the syntax.
Description Incorrect order of clauses has been specified. Please review the syntax.
Code 158105
Severity Error
Message Multiple schema clauses have been specified. Please review the syntax.
Description Multiple schema clauses have been specified. Please review the syntax.
Code 158106
Severity Error
Message Multiple primary key clauses have been specified. Please review the syntax.
Description Multiple primary key clauses have been specified. Please review the syntax.
Code 158107
Severity Error
Message Multiple store clauses have been specified. Please review the syntax.
Description Multiple store clauses have been specified. Please review the syntax.
Code 158108
Severity Error
Message Multiple aging clauses have been specified. Please review the syntax.
Description Multiple aging clauses have been specified. Please review the syntax.
Code 158109
Severity Error
Message Multiple dump clauses have been specified. Please review the syntax.
Description Multiple dump clauses have been specified. Please review the syntax.
Code 158110
Severity Error
Message Multiple filter clauses have been specified. Please review the syntax.
Description Multiple filter clauses have been specified. Please review the syntax.
Code 158111
Severity Error
Message Multiple autogenerate clauses have been specified. Please review the syntax.
Description Multiple autogenerate clauses have been specified. Please review the syntax.
Code 158112
Severity Error
Message An aging clause has been specified for a stateless stream. Stateless streams do not support aging. Please review the syntax.
Description An aging clause has been specified for a stateless stream. Stateless streams do not support aging. Please review the syntax.
Code 158113
Severity Error
Message A Declare clause has been specified for an INPUT STREAM. INPUT STREAM's don't support local declare blocks. Please review the syntax.
Description A Declare clause has been specified for a INPUT STREAM. INPUT STREAM's don't support local declare blocks. Please review the syntax.
Code 158114
Severity Error
Message A filter clause has been specified. Only input STREAM's support filter clauses. Please review the syntax.
Description A filter clause has been specified. Only input STREAM's support filter clauses. Please review the syntax.
Code 158115
Severity Error
Message A declare clause has been specified for an INPUT WINDOW. INPUT WINDOW's don't support declare clauses. Please review the syntax.
Description A declare clause has been specified for an INPUT WINDOW. INPUT WINDOW's don't support declare clauses. Please review the syntax.
Code 158116
Severity Error
Message Autogenerate clause is only valid for input streams. Please review the syntax.
Description Autogenerate clause is only valid for input streams. Please review the syntax.
Code 158117
Severity Error
Message The stream(s) {0} is specified more than once in the context of the when expression {1}.
Description Each stream can only be specified once in the context of a splitter when expression.
Code 158118
Severity Error
Message The stream(s) {0} is specified more than once in the context of the splitter else clause.
Description Each stream can only be specified once in the context of a splitter else clause.
Code 158119
Severity Error
Message The return type is '{0}' for the splitter when clause expression {1}. The return type must be an integer.
Description The splitter when clause expression must return an integer.
Code 158120
Severity Error
Message {0}({1}): An output break point cannot be added to the logic element of a multi-output stream. Add the output break point to one of the target streams. '{2}'
Description When a stream has multiple outputs only an input break point can be added to the logic element.
Code 158121
Severity Error
Message {0}({1}): An input break point cannot be added to the target of a multi-output stream. Add the input break point to the logic element. '{2}'
Description When a stream has multiple outputs only an output break point can be added to one of the target streams.
Code 158122
Severity Error
Message Splitter {1} is defined as an input for an explicitly defined stream {0}. This is not allowed.
Description Only the splitters's target streams that appear in the WHEN and ELSE clauses can feed a stream defined outside of the CREATE SPLITTER statement.
Code 158123
Severity Error
Message The Splitter itself is defined as one of the targets in the {0}. This is not allowed.
Description The splitter itself can be defined as a target stream.
Code 158124
Severity Error
Message Multiple query clauses have been specified. Please review the syntax.
Description Multiple query clauses have been specified. Please review the syntax.
Code 158125
Severity Error
Message A query clause has been specified. Only local and output streams support query clauses. Please review the syntax.
Description A query clause has been specified. Only local and output streams support query clauses. Please review the syntax.