Skip to main content

ErrorConfigurationNullKeyConvertedToUnknown Enumeration

ErrorConfigurationNullKeyConvertedToUnknown Enumeration

The ErrorConfigurationNullKeyConvertedToUnknown enumeration provides options for how cube processing should respond when a null key is converted to the Unknown member.

Enumeration Values

NameSummary
IgnoreError
Specifies that when a null key is converted to the Unknown value, the error should be ignored entirely.
ReportAndContinue
Specifies that when a null key is converted to the Unknown value, a message should be generated, but processing should continue.
ReportAndStop
Specifies that when a null key is converted to the Unknown value, a message should be generated, and processing should terminate.