Error Messages: 162300-162499

Error Messages Relating to Partitioning

Code 162300
Severity Error
Message An internal error has occurred. Attempted to use PartitionLogic in stream '{0}' that is not a CompiledStreamPartitioner.
Description An internal error has occurred. Attempted to use PartitionLogic in stream '{0}' that is not a CompiledStreamPartitioner.
Code 162301
Severity Error
Message An internal error has occurred. PartitionLogic in stream '{0}' does not have a 'type' attribute defined. This attribute is required.
Description An internal error has occurred. PartitionLogic in stream '{0}' does not have a 'type' attribute defined. This attribute is required.
Code 162304
Severity Error
Message An internal error has occurred. PartitionLogic in stream '{0}' does not have a 'count' attribute defined. This attribute is required.
Description An internal error has occurred. PartitionLogic in stream '{0}' does not have a 'count' attribute defined. This attribute is required.
Code 162305
Severity Error
Message An internal error has occurred. PartitionLogic in stream '{0}' does not have a 'hashkey' attribute defined. This attribute is required when using hash partitioning.
Description An internal error has occurred. PartitionLogic in stream '{0}' does not have a 'hashkey' attribute defined. This attribute is required when using hash partitioning.
Code 162306
Severity Warning
Message Partition logic for stream({0}): Discarding UPSERT---invalid destination instance.
Description Partition logic for stream({0}): Discarding UPSERT---invalid destination instance.
Code 162307
Severity Warning
Message Partition logic for stream({0}): Discarding UPDATE---invalid destination instance.
Description Partition logic for stream({0}): Discarding UPDATE---invalid destination instance.
Code 162308
Severity Warning
Message Partition logic for stream({0}): Discarding DELETE---invalid destination instance.
Description Partition logic for stream({0}): Discarding DELETE---invalid destination instance.
Code 162309
Severity Error
Message Duplicate definition of Parameter/Variable {0} within the {1} definition. {0} is an implicit parameter created automatically.
Description Duplicate definition of Parameter/Variable {0} within the {1} definition. {0} is an implicit parameter created automatically.
Code 162310
Severity Warning
Message Custom partition logic for stream({0}): Discarding record---custom logic evaluates to NULL.
Description Custom partition logic for stream({0}): Discarding record---custom logic evaluates to NULL.
Code 162311
Severity Warning
Message Custom partition logic for stream({0}): Discarding record---custom logic evaluates to a negative value.
Description Custom partition logic for stream({0}): Discarding record---custom logic evaluates to a negative value.