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 and long for int64.
Description An old, deprecated datatype is used. Please use the newer versions of the datatypes, namely integer for int32 and long for int64.
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.
Code 158126
Severity Error
Message Multiple guarantee delivery clauses have been specified. Please review the syntax.
Description Multiple guarantee delivery clauses have been specified. Please review the syntax.
Code 158127
Severity Error
Message Guaranteed delivery specified on a stream {0}, which is inside a module. This is not supported.
Description Guaranteed delivery specified on a stream {0}, which is inside a module. This is not supported.
Code 158128
Severity Error
Message Guaranteed delivery specified on a stream {0}, which has local visibility. Only streams with input/output visibility support guaranteed delivery.
Description Guaranteed delivery specified on a stream {0}, which has local visibility. Only streams with input/output visibility support guaranteed delivery.
Code 158129
Severity Error
Message Guaranteed delivery specified on a stateless stream {0}. Guaranteed Delivery is only supported on Windows.
Description Guaranteed delivery specified on a stateless stream {0}. Guaranteed Delivery is only supported on Windows.
Code 158130
Severity Error
Message Guaranteed delivery specified on window {0}, which is assigned to a memory store. Only log stores support guaranteed delivery.
Description Guaranteed delivery specified on window {0}, which is assigned to a memory store. Only log stores support guaranteed delivery.
Code 158150
Severity Error
Message Multiple partition clauses on the same element are not allowed. Please review the syntax.
Description Multiple partition clauses on the same element are not allowed. Please review the syntax.
Code 158151
Severity Error
Message A partition clause has been specified for an input element. Input elements do not support partition clauses. Please review the syntax.
Description A partition clause has been specified for an input element. Input elements do not support partition clauses. Please review the syntax.
Code 158152
Severity Error
Message A partition clause has been specified for a UNION. UNION operators do not support partition clauses. Please review the syntax.
Description A partition clause has been specified for a UNION. UNION operators do not support partition clauses. Please review the syntax.
Code 158153
Severity Error
Message Do not use the name '{0}' for regular elements, since it's reserved for the partitioner of {1}.
Description Do not use the name '{0}' for regular elements, since it's reserved for the partitioner of {1}.
Code 158154
Severity Error
Message The number of partitions has to be a natural number greater than 0 and lower than 65535. Found: {0}.
Description The number of partitions has to be a natural number greater than 0 and lower than 65535. Found: {0}.
Code 158155
Severity Error
Message You cannot apply more than one partitioning function to one input element: {0}.
Description You cannot apply more than one partitioning function to one input element: {0}.
Code 158156
Severity Error
Message No return statement has been specified in the custom partitioning function.
Description A custom partitioning function must return an integer type value indicating the partition number that an input will be sent to.
Code 158160
Severity Error
Message Multiple input streams are available. Therefore, you must specify a stream you wish to partition by.
Description Multiple input streams are available. Therefore, you must specify a stream you wish to partition by.
Code 158161
Severity Error
Message The partition by stream "{0}" is invalid, since it cannot be found among the valid input streams.
Description The partition by stream "{0}" is invalid, since it cannot be found among the valid input streams.
Code 158162
Severity Error
Message The column "{0}" is not available in the schema of the partition by input stream "{1}".
Description The column "{0}" is not available in the schema of the partition by input stream "{1}".
Code 158163
Severity Error
Message The partition function defined for {0} has a compilation error.
Description The partition function defined for {0} has a compilation error.
Code 158164
Severity Error
Message The number of partitions was specified using a parameter ({0}), which cannot be found in the global declare block.
Description The number of partitions was specified using a parameter ({0}), which cannot be found in the global declare block.
Code 158165
Severity Warning
Message The custom partition function returns a null value. This might lead to unexpected runtime behavior.
Description The custom partition function returns a null value. This might lead to unexpected runtime behavior.
Code 158166
Severity Error
Message Invalid parameter type to specify the number of partitions. Please use an integer value type.
Description Invalid parameter type to specify the number of partitions. Please use an integer value type.
Code 158167
Severity Error
Message A partition clause has been specified for a pattern matching element. Pattern matching elements do not support partition clauses. Please review the syntax.
Description A partition clause has been specified for a pattern matching element. Pattern matching elements do not support partition clauses. Please review the syntax.
Code 158168
Severity Error
Message A manually created element type was found but it is not a "union", "compiledstreampartitioner", or "splitter": {0}. This element cannot be partitioned.
Description A manually created element type was found but it is not a "union", "compiledstreampartitioner", or "splitter": {0}. This element cannot be partitioned.
Code 158169
Severity Error
Message The node with id '{0}' and class '{1}' has no DOM element nor the manuallyCreated attribute. One of these is required to create a copy for partitioning.
Description The node with id '{0}' and class '{1}' has no DOM element nor the manuallyCreated attribute. One of these is required to create a copy for partitioning.
Code 158170
Severity Error
Message Registering the output '{2}' while the partitioner already had {0} outputs and a partition count (maximum number of outputs) of {1}.
Description Registering the output '{2}' while the partitioner already had {0} outputs and a partition count (maximum number of outputs) of {1}.
Code 158171
Severity Error
Message The partitioner's istream node ({0}) has no Window/StatelessInsert/Stateless child. This is needed since the partitioned node is a flex and needs to get the previous node's retention policy.
Description The partitioner's istream node ({0}) has no Window/StatelessInsert/Stateless child. This is needed since the partitioned node is a flex and needs to get the previous node's retention policy.