The supported data warning codes.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Public Enumeration WarningCode
public enum class WarningCode
Members
| Member name | Value | Description |
---|
| None | 0 |
The warning code is not set.
|
| ParameterValueChanged | 1 |
The parameter value is changed as the specified value is invalid.
|
| InvalidParameterValue | 2 |
The parameter value is invalid, so no selection has been used instead.
|
| NoSelectionParameter | 3 |
No value has been selected for the parameter.
|
| InvalidConnectorElementScript | 4 |
One of the scripts used in generating connector elements is invalid.
|
| InvalidMeasureScript | 5 |
One of the scripts used in generating calculated measures is invalid.
|
| InvalidFunctionSetting | 6 |
One of the setting values used within a function evaluation is invalid.
|
| InvalidFunctionInput | 7 |
One of the input values used within a function evaluation is invalid.
|
| MissingScriptDependency | 8 |
One or more script dependencies are missing.
|
| InvalidMeasure | 9 |
The measure element is missing.
|
| InvalidMeasureAggregator | 10 |
The measure aggregator is not supported by the underlying cube.
|
| InvalidHierarchy | 11 |
The hierarchy element is missing.
|
| InvalidTransformConnection | 12 |
One or more transform have invalid connections.
|
| NoUsageElements | 13 |
No metric set usage elements have been selected for analysis.
|
| MissingDataConnectorDependency | 14 |
One or more data connector dependencies are missing.
|
| DataProviderWarning | 15 |
The data provider warning.
|
| SimplificationWarning | 16 |
The data result could not be simplified with the current data and settings.
|
| InvalidSortCommand | 17 |
The data result could not be sorted according to the specified command.
|
| InvalidSecurityAttribute | 18 |
The security attribute is missing.
|
| InvalidCountMeasureUse | 19 |
The automatic COUNT measure is incorrectly used with in-memory cube structures.
|
| NonAggregatableHierarchy | 20 |
The data request cannot be completed due to non-aggregatable hierarchies.
|
| InvalidTopBottomTotals | 21 |
The current provider does not support totals in conjunction with top/bottom functionality.
|
| InvalidGroupCommand | 22 |
The data result could not be grouped according to the specified command.
|
| InvalidElements | 23 |
The transform uses one or more elements with no upstream source connected.
|
| NewDependencyParameters | 24 |
The formula metric set has encountered new parameters in the constituent metric sets.
The correct use of these new parameters requires the formula metric set to be recreated.
|
| StringTruncated | 25 |
The transform needed to truncate some strings that exceeded the specified maximum length.
|
| TooManyLevels | 26 |
The ragged hierarchy has over 20 levels.
|
| ChartCategoricalZoomingInvalid | 27 |
The data plotted along the chart axis could not be zoomed in.
|
| InvalidDynamicMeasure | 28 |
The selected dynamic measure is invalid in current context.
|
| CircularReference | 29 |
The ragged hierarchy has a circular reference.
|
| MeasureScriptException | 30 |
One of the scripts used in generating calculated measures is throwing an exception which is not a ScriptException.
|
| InvalidSchema | 31 |
A transform is using a schema value which is invalid (non-existent or multiple) causing a InvalidSchemaException.
|
See Also