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 No additional information available.
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 No additional information available.
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.