Skip to main content

ErrorConfigurationKeyDuplicate Enumeration

ErrorConfigurationKeyDuplicate Enumeration​

The ErrorConfigurationKeyDuplicate enumeration provides options for how duplicate keys should be handled as part of cube processing error configuration.

Enumeration Values​

NameSummary
IgnoreError
Specifies that when a duplicate key is discovered, the error should be ignored entirely.
ReportAndContinue
Specifies that when a duplicate key is discovered, a message should be generated, but processing should continue.
ReportAndStop
Specifies that when a duplicate key is discovered, a message should be generated, and processing should terminate.