Database Reference
In-Depth Information
Processing
option
Description
Specific er-
ror condi-
tions
Conditions include KeyNotFound , KeyDuplicate , NullKeyCon-
vertedToUnknown , and NullKeyNotAllowed . In each case, key
refers to an attribute key column. Each condition allows three ways of
dealing with the problem:
IgnoreError : Error is not logged or reported.
ReportAndContinue : Error is reported in the processing dialog, but
processing continues.
ReportAndStop : Error is reported and processing stops.
This allows specifying the name and full path to the file which contains
any dimension key related errors encountered during processing.
Error
log path
How to do it...
To customize error handling for a processing command, perform the following steps:
1. Navigate to the Dimension key errors tab within SSMS or SSDT and make
the desired selections.
2. If you prefer to use XMLA, the command will include the string similar to the
following code, immediately after the <Batch> tag:
<ErrorConfiguration
<KeyErrorLimit>-1</KeyErrorLimit>
<KeyErrorLogFile>C:\key_errors.txt</KeyErrorLogFile>
Search WWH ::




Custom Search