diff --git a/Protocol/Error Messages/Protocol/QActions/CheckAssemblies.cs b/Protocol/Error Messages/Protocol/QActions/CheckAssemblies.cs index 5e9a62f..85cf47a 100644 --- a/Protocol/Error Messages/Protocol/QActions/CheckAssemblies.cs +++ b/Protocol/Error Messages/Protocol/QActions/CheckAssemblies.cs @@ -76,8 +76,8 @@ public static IValidationResult MissingSecureCoding(IValidate test, IReadable re Source = Source.Validator, FixImpact = FixImpact.NonBreaking, GroupDescription = "", - Description = $"Missing Skyline.DataMiner.Utils.SecureCoding Package. QAction ID '{qactionId}'.", - HowToFix = "Include the Skyline.DataMiner.Utils.SecureCoding Package in all projects within the solution.", + Description = $"Missing Skyline.DataMiner.Utils.SecureCoding.Analyzers Package. QAction ID '{qactionId}'.", + HowToFix = "Include the Skyline.DataMiner.Utils.SecureCoding.Analyzers Package in all projects within the solution.", ExampleCode = "", Details = "Secure Coding is a NuGet library designed to streamline secure development by minimizing the need for boilerplate code. This library offers a set of methods and functionalities aimed at enhancing the security of your applications, reducing common vulnerabilities, and promoting secure coding practices.", HasCodeFix = false, diff --git a/Protocol/ErrorMessages.xml.bak b/Protocol/ErrorMessages.xml.bak deleted file mode 100644 index bcabae2..0000000 --- a/Protocol/ErrorMessages.xml.bak +++ /dev/null @@ -1,20865 +0,0 @@ - - - - - - OutOfRangeId - Out of range {0} ID '{1}'. - - tagName - id - - - - ShouldBeAlarmed - {0} Param '{1}' should be alarmed. - - itemKind - paramId - - - - ShouldNotBeTrended - {0} Param '{1}' should not be trended. - - itemKind - paramId - - - - MissingTag - Missing tag '{0}'. - - tagName - - - - MissingTagInItem - Missing tag '{0}' in {1} '{2}'. - - tagName - itemKind - itemId - - - - MissingTagInItemInSubItem - Missing tag '{0}' in {1} '{2}'. {3} {4} '{5}'. - - tagName - itemKind - itemId - subItemKind - idOrPidForSubItem - subItemId - - - - MissingTagWithValue - Missing tag '{0}' with expected value '{1}' for {2} '{3}'. - - tagName - expectedValue - itemKind - itemId - - - - MissingTagForParamDisplayType - Missing '{0}' tag for '{1}' Param with ID '{2}'. - - tagName - paramDisplayType - paramPid - - - - MissingAttribute - Missing attribute '{0}'. - - attributeName - - - - MissingAttributeInItem - Missing attribute '{0}' in {1} '{2}'. - - attributeName - itemKind - itemId - - - - MissingAttributeInItemDueTo - Missing attribute '{0}' due to '{1}' '{2}'. {3} {4} '{5}'. - - attributeName - reasonTitle - reasonValue - itemKind - idOrPidForItem - itemId - - - - MissingAttributeInItemDueToAndDueTo - Missing attribute '{0}' due to '{1}' '{2}' and '{3}' '{4}'. {5} {6} '{7}'. - - attributeName - reason1Title - reason1Value - reason2Title - reason2Value - itemKind - idOrPidForItem - itemId - - - - MissingOptionInAttribute - Missing value '{0}' in attribute '{1}'. - - valueName - attributeName - - - - MissingOptionInAttributeInItem - Missing value '{0}' in attribute '{1}'. {2} {3} '{4}'. - - valueName - attributeName - itemKind - idOrPid - itemId - - - - MissingOptionInAttributeForItem - Missing value '{0}' in attribute '{1}' for {2} '{3}'. - - valueName - attributeName - itemKind - item - - - - MissingOptionInAttributeForItemInItem - Missing value '{0}' in attribute '{1}' for {2} '{3}'. {4} {5} '{6}'. - - valueName - attributeName - itemKind - item - componentKind - idOrPid - componentId - - - - MissingActionTypeBeforeCommand - No '{0}' Action triggered before Command '{1}'. '{0}' Param '{2}'. - - actionType - commandId - paramPid - - - - MissingActionTypeBeforeResponse - No '{0}' Action triggered before Response '{1}'. '{0}' Param '{2}'. - - actionType - responseId - paramPid - - - - EmptyTag - Empty tag '{0}'. - - tagName - - - - EmptyTagInItem - Empty tag '{0}' in {1} '{2}'. - - tagName - itemKind - itemId - - - - EmptyAttribute - Empty attribute '{0}'. - - attributeName - - - - EmptyAttributeInItem - Empty attribute '{0}' in {1} '{2}'. - - attributeName - itemKind - itemId - - - - EmptyAttributeInItemInSubItem - Empty attribute '{0}' in {1} '{2}'. {3} {4} '{5}'. - - attributeName - itemKind - itemId - subItemKind - idOrPidForSubItem - subItemId - - - - EmptyOptionInAttribute - Empty option '{0}' in attribute '{1}'. - - optionName - attributeName - - - - EmptyOptionInAttributeInItem - Empty option '{0}' in attribute '{1}'. {2} {3} '{4}'. - - optionName - attributeName - itemKind - idOrPid - itemId - - - - EmptyOptionInAttributeForItem - Empty option '{0}' in attribute '{1}' for {2} '{3}'. - - optionName - attributeName - itemKind - item - - - - EmptyOptionInAttributeForItemInItem - Empty option '{0}' in attribute '{1}' for {2} '{3}'. {4} {5} {6}'. - - optionName - attributeName - itemKind - item - componentKind - idOrPid - componentId - - - - UntrimmedTag - Untrimmed tag '{0}'. Current value '{1}'. - - tagName - untrimmedValue - - - - UntrimmedTagInItem - Untrimmed tag '{0}' in {1} '{2}'. Current value '{3}'. - - tagName - itemKind - itemId - untrimmedValue - - - - UntrimmedAttribute - Untrimmed attribute '{0}'. Current value '{1}'. - - attributeName - untrimmedValue - - - - UntrimmedAttributeInItem - Untrimmed attribute '{0}' in {1} '{2}'. Current value '{3}'. - - attributeName - itemKind - itemId - untrimmedValue - - - - UntrimmedOptionInAttribute - Untrimmed option '{0}' in attribute '{1}'. Current value '{2}'. - - optionName - attributeName - untrimmedValue - - - - UntrimmedOptionInAttributeInItem - Untrimmed option '{0}' in attribute '{1}' in {2} with {3} '{4}'. Current value '{5}'. - - optionName - attributeName - itemKind - idOrPid - itemId - untrimmedValue - - - - UntrimmedOptionInAttributeForItem - Untrimmed option '{0}' in attribute '{1}' for {2} '{3}'. Current value '{4}'. - - optionName - attributeName - itemKind - item - untrimmedValue - - - - UntrimmedOptionInAttributeForItemInItem - Untrimmed option '{0}' in attribute '{1}' for {2} '{3}' in {4} with {5} '{6}'. Current value '{7}'. - - optionName - attributeName - itemKind - item - componentKind - idOrPid - componentId - untrimmedValue - - - - UntrimmedValueInTag - Untrimmed value '{0}' in tag '{1}'. - - untrimmedValue - attributeName - - - - UntrimmedValueInAttribute - Untrimmed value '{0}' in attribute '{1}'. - - untrimmedValue - attributeName - - - - UntrimmedValueInAttributeInItem - Untrimmed value '{0}' in attribute '{1}'. {2} {3} '{4}'. - - untrimmedValue - attributeName - itemKind - idOrPid - itemId - - - - InvalidTagValue - Invalid value '{1}' in tag '{0}'. - - tagName - tagValue - - - - InvalidTagValueInItem - Invalid value '{0}' in tag '{1}'. {2} {4} '{3}'. - - tagValue - tagName - itemKind - itemId - idOrPid - - - - InvalidTagValueWithPossibleValues - Invalid value '{1}' in tag '{0}'. Possible values '{2}'. - - tagName - tagValue - allowedValues - - - - InvalidTagValueWithPossibleValuesInItem - Invalid value '{1}' in tag '{0}'. Possible values '{2}'. {3} {4} '{5}'. - - tagName - tagValue - allowedValues - itemKind - idOrPid - itemId - - - - InvalidTagValueForItemTypeWithPossibleValuesInItem - Invalid value '{0}' in tag '{1}' for {2}. Possible values '{3}'. {4} {5} '{6}'. - - tagValue - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - itemId - - - - InvalidAttributeValue - Invalid value '{1}' in attribute '{0}'. - - attributeName - attributeValue - - - - InvalidAttributeValueInItem - Invalid value '{1}' in attribute '{0}'. {2} {4} '{3}'. - - attributeName - attributeValue - itemKind - itemId - idOrPid - - - - InvalidAttributeValueInItemInSubItem - Invalid value '{1}' in attribute '{0}'. {2} {4} '{3}'. {5} {7} '{6}'. - - attributeName - attributeValue - itemKind - itemId - idOrPid - subItemKind - subItemId - subIdOrPid - - - - InvalidAttributeValueWithPossibleValues - Invalid value '{1}' in attribute '{0}'. Possible values '{2}'. - - attributeName - attributeValue - allowedValues - - - - InvalidAttributeValueWithPossibleValuesInItem - Invalid value '{1}' in attribute '{0}'. Possible values '{2}'. {3} {4} '{5}'. - - attributeName - attributeValue - allowedValues - itemKind - idOrPid - itemId - - - - InvalidCharsInTag - Invalid chars '{2}' in tag '{0}'. Current value '{1}'. - - tagName - tagValue - invalidCharacters - - - - InvalidCharsInAttribute - Invalid chars '{2}' in attribute '{0}'. Current value '{1}'. - - attributeName - attributeValue - invalidCharacters - - - - InvalidOptionInAttribute - Invalid option '{0}' in attribute '{1}'. {2} {3} '{4}'. Current Value '{5}'. - - optionName - attributeName - itemKind - idOrPid - itemId - optionValue - - - - InvalidValueInItemForItem - Invalid value '{0}' in '{1}' for '{2}'. {3} {4} '{5}'. - - tagValue - tagName - type - itemKind - idOrPid - itemId - - - - InvalidValueOnItemReferencedBy - Invalid {0} '{1}' on {4} referenced by {2}. Expected value '{3}'. {4} {5} '{6}'. - - invalidTitle - invalidValue - referenceTitle - expectedValue - itemKind - idOrPid - itemId - - - - InvalidConditionInItem - Invalid condition '{0}'. Reason '{1}'. {2} {3} '{4}'. - - conditionString - invalidityReason - itemKind - idOrPid - itemId - - - - ConditionCanBeSimplified - Condition '{0}' can be simplified. {1} {2} '{3}'. - - conditionString - itemKind - idOrPid - itemId - - - - DuplicateValueInTag - Duplicate value '{0}' in tag '{1}'. - - tagValue - tagName - - - - DuplicateValueInTagInItem - Duplicate value '{0}' in tag '{1}'. {2} {3} '{4}'. - - tagValue - tagName - itemKind - idOrPid - itemId - - - - DuplicateValueInAttribute - Duplicate value '{0}' in attribute '{1}'. - - attributeValue - attributeName - - - - DuplicateValueInAttributeInItem - Duplicate value '{0}' in attribute '{1}'. {2} {3} '{4}'. - - duplicateValue - attributeName - itemKind - idOrPid - itemId - - - - MultipleItemsWithSameId - More than one {0} with same ID '{1}'. {0} Names '{2}'. - - itemKind - id - itemNames - - - - MultipleItemsWithSameIdInItem - More than one {0} with same ID '{1}' in {3} '{4}'. {0} Names '{2}'. - - itemKind - id - itemNames - parentKind - parentId - - - - MulitpleItemsWithSameValue - Duplicated {0} {1} '{2}'. - - itemKind - valueKind - duplicateValue - - - - MultipleItemsWithSameValueInItem - Duplicated {0} {1} '{2}'. {0} IDs '{3}'. - - itemKind - valueKind - duplicateValue - itemIds - - - - NonExistingRefInTag - Tag '{0}' references a non-existing '{1}' with {2} '{3}'. - - tagName - referenceKind - idOrPidForReference - referenceId - - - - NonExistingRefInTagInItem - Tag '{0}' references a non-existing '{1}' with {2} '{3}'. {4} {5} '{6}'. - - tagName - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - itemId - - - - NonExistingRefInAttribute - Attribute '{0}@{1}' references a non-existing '{2}' with {3} '{4}'. - - tagName - attributeName - referenceKind - idOrPidForReference - referenceId - - - - NonExistingRefInAttributeInItem - Attribute '{0}' references a non-existing '{1}' with {2} '{3}'. {4} {5} '{6}'. - - attributeName - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - itemId - - - - NonExistingRefInAttributeInItemInSubItem - Attribute '{0}' references a non-existing '{1}' with {2} '{3}'. {4} {5} '{6}'. {7} {8} '{9}'. - - attributeName - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - itemId - subItemKind - idOrPidForSubItem - subItemId - - - - NonExistingRefInOption - Option '{0}' references a non-existing '{1}' with {2} '{3}'. - - optionName - referenceKind - idOrPidForReference - referenceId - - - - NonExistingRefInOptionInItem - '{0}' option refers to a non-existing column {1} '{2}' in table '{3}'. - - option - columnIndentifier - columnRef - tablePid - - - - NonExistingRefInCSharpMethod - Method '{0}' references a non-existing '{1}' with {2} '{3}'. QAction ID '{4}'. - - methodName - referenceKind - idOrPidForReference - referenceId - qactionId - - - - NonExistingRefsInTag - Tag '{0}' references non-existing IDs. - - tagName - - - - NonExistingRefsInTagInItem - Tag '{0}' references non-existing IDs. {1} {3} '{2}'. - - tagName - itemKind - itemId - idOrPid - - - - NonExistingRefsInAttribute - Attribute '{0}' references non-existing IDs. - - attributeName - - - - NonExistingRefsInAttributeInItem - Attribute '{0}' references non-existing IDs. {1} {3} '{2}'. - - attributeName - itemKind - itemId - idOrPid - - - - NonExistingRefInAttributeOptionInItem - Option '{0}' in attribute '{1}' references a non-existing '{2}' with {3} '{4}'. {5} {6} '{7}'. - - optionName - attribute - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - itemId - - - - IncompatibleValues - Incompatible '{0}' value '{1}' with '{2}' value '{3}'. - - item1Title - item1Value - item2Title - item2Value - - - - IncompatibleValuesInItem - Incompatible '{0}' value '{1}' with '{2}' value '{3}'. {4} {5} '{6}'. - - item1Title - item1Value - item2Title - item2Value - itemKind - idOrPid - itemId - - - - UnsupportedTag - Unsupported tag '{0}'. - - tagName - - - - UnsupportedTagInItem - Unsupported tag '{0}' in {1} '{2}'. - - tagName - itemKind - itemId - - - - UnsupportedAttribute - Unsupported attribute '{0}'. - - attributeName - - - - UnsupportedAttributeInItem - Unsupported attribute '{0}' in {1} '{2}'. - - attributeName - itemKind - itemId - - - - UnsupportedAttributeInItemWithCurrentValue - Unsupported attribute '{0}' in {1} '{2}'. Current value '{3}'. - - attributeName - itemKind - itemId - currentValue - - - - UnsupportedAttributeInItemDueTo - Unsupported attribute '{0}' in combination with '{1}' '{2}'. {3} {4} '{5}'. - - attributeName - reasonTitle - reasonValue - itemKind - idOrPidForItem - itemId - - - - UnsupportedAttributeInItemDueTo - Unsupported attribute '{0}' in combination with '{1}' '{2}' and '{3}' '{4}'. {5} {6} '{7}'. - - attributeName - reasonTitle1 - reasonValue1 - reasonTitle2 - reasonValue2 - itemKind - idOrPidForItem - itemId - - - - UnsupportedTagForParamDisplayType - Unsupported '{0}' tag for '{1}' Param with ID '{2}'. - - tagName - paramDisplayType - paramPid - - - - UnsupportedActionOnItemWithOption - Unsupported {0} on {1} '{2}' with '{3}' containing '{4}'. - - actionType - itemKind - itemId - optionLocation - optionName - - - - UnsupportedActionOnItemManagedByItem - Unsupported {0} on {1} '{2}' managed by {3} '{4}' with '{5}' containing '{6}'. - - actionType - itemKind - itemId - managedByItemKind - managedByItemId - optionLocation - optionName - - - - UnexpectedValue - Current value '{0}'. Expected value '{1}'. - - currentValue - expectedValue - - - - UnexpectedValueInItem - Current value '{0}'. Expected value '{1}'. {2} {3} '{4}'. - - currentValue - expectedValue - itemKind - idOrPid - itemId - - - - WrongCasingParent - '{0}' values do not follow {1} rules. - - xmlElementPath - casingRule - - - - UnrecommendedActionOnItemWithOption - Unrecommended {0} on {1} '{2}' with '{3}' containing '{4}'. - - actionType - itemKind - itemId - optionLocation - optionName - - - - ObsoleteTag - Obsolete tag '{0}'. - - tagName - - - - ObsoleteTagInItem - Obsolete tag '{0}'. {1} {2} '{3}'. - - tagName - itemKind - idOrPid - itemId - - - - ObsoleteAttribute - Obsolete attribute '{0}'. - - attributeName - - - - ObsoleteAttributeInItem - Obsolete attribute '{0}'. {1} {2} '{3}'. - - attributeName - itemKind - idOrPid - itemId - - - - ExcessiveAttributeInItem - Excessive attribute '{0}' due to '{1}' '{2}' and '{3}' '{4}'. {5} {6} '{7}'. - - attributeName - reason1Title - reason1Value - reason2Title - reason2Value - itemKind - idOrPidForItem - itemId - - - - CSharpMethodArgumentInvalidType - Invocation of method '{0}' has an invalid type '{1}' for the argument '{2}'. QAction ID '{3}'. - - method - argumentType - argument - qactionId - - - - CSharpObloletePreprocessorDirective - Obsolete preprocessor directive '{0}' used in QAction. QAction ID '{1}'. - - preprocessorDirective - qactionId - - - - CSharpImplementsUnsupportedInterface - Entry point class {0} implements unsupported interface {1}. QAction ID '{2}'. - - entryPointClass - unsupportedInterface - qactionId - - - - CSharpUnrecommendedUseOfMagicNumber - Unrecommended use of magic number '{0}', use '{1}' {2} instead. QAction ID '{3}'. - - magicNumber - containerName - containerType - qactionId - - - - CSharpMethodIncompatible - Invocation of method '{0}.{1}' is not compatible with '{2}'. QAction ID '{3}'. - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - - CSharpMethodUnrecommended - Method '{0}.{1}' is unrecommended. QAction ID '{2}'. - - methodClassType - unrecommendedMethod - qactionId - - - - CSharpMissingOptionForMethodOverload - {0} overload with '{1}' argument requires '{2}'. {3} {4} '{5}'. - - method - argument - option - referenceKind - idOrPidForReference - paramId - - - - CSharpMethodUnexpectedImplementation - Method '{0}' with arguments '{1}' is not implemented as expected. QAction ID '{2}'. - - method - arguments - qactionId - - - - CSharpConstructorUnrecommended - Constructor '{0}' ('{1}') is unrecommended. QAction ID '{2}'. - - typeUnrecommendedConstructor - constructorNamespace - qactionId - - - - CSharpUnrecommendedPropertySet - Setting property '{0}.{1}' is unrecommended. QAction ID '{2}'. - - propertyClassType - unrecommendedProperty - qactionId - - - - - - Protocol - - - CheckProtocolTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckNameTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - to the protocol.]]> - -
-
- - EmptyTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedTag - - - - tagName - tagValue - - - Critical - Certain - Validator - Breaking - True - - -
-
- - InvalidChars - - - - tagName - tagValue - invalidCharacters - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidPrefix - - - Invalid prefix '{1}' in 'Protocol/Name' tag. Current value '{0}'. - - tagValue - invalidPrefix - - - Critical - Certain - Validator - NonBreaking - True - - -
-
- - UpdatedValue - - - Protocol Name '{0}' changed into '{1}'. - - oldProtocolName - newProtocolName - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckProviderTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - NonBreaking - True - to the protocol.]]> - -
-
- - EmptyTag - - - - tagName - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - InvalidTag - - - - tagName - tagValue - allowedValues - - - Critical - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckSnmpTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - NonBreaking - True - to the protocol.]]> - -
-
- - EmptyTag - - - - tagName - - - Critical - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagName - tagValue - allowedValues - - - Critical - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckIncludepagesAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - True - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - True - - -
-
- - InvalidAttribute - - - - attributeName - attributeValue - allowedValues - - - Critical - Certain - Validator - Breaking - True - - -
-
-
-
- - CheckVersionTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - Breaking - True - - -
-
- - EmptyTag - - - - tagName - - - Critical - Certain - Validator - Breaking - True - - -
-
- - UntrimmedTag - - - - tagName - tagValue - - - Critical - Certain - Validator - Breaking - True - - -
-
-
-
- - CheckElementTypeTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckTypeTag - - - MissingTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyTag - - - - tagName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidValue - - - - tagName - tagValue - allowedValues - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckOptionsAttribute - - - UpdatedDveExportProtocolName - - - DVE Protocol with Name '{0}' for Table '{1}' was changed into '{2}'. - - dveProtocolName - tableId - newDveProtocolName - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedDveExportProtocolName - - - DVE Protocol with Name '{0}' for Table '{1}' was removed. - - dveProtocolName - tableId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedNoElementPrefix - - - NoElementPrefix option was added to DVE Protocol with Name '{0}' for Table '{1}'. - - dveProtocolName - tableId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedNoElementPrefix - - - NoElementPrefix option was removed from DVE Protocol with Name '{0}' for Table '{1}'. - - dveProtocolName - tableId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedUnicode - - - Unicode option on protocol was added. - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedUnicode - - - Unicode option on protocol was removed. - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - currentValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamWrongType - - - Invalid DVE Param Type '{0}'. Expected Type 'array'. Param ID '{1}'. - - paramType - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on DVE Table. Table PID '{0}'. - - dveTablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckNameAttribute - - - UpdatedValue - - - DVE Protocol with Name '{0}' for Table '{1}' was changed into '{2}'. - - dveProtocolName - tableId - newDveProtocolName - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedItem - - - DVE Protocol with Name '{0}' for Table '{1}' was removed. - - dveProtocolName - tableId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckAdvancedAttribute - - - EmptyAttribute - - - - attributeName - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedValueInAttribute_Sub - - - - untrimmedValue - attributeName - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UnknownConnection - - - Unknown connection type '{0}' in Connection '{1}'. - - connectionType - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckElementPrefixTag - - - AddedElementPrefix - - - ElementPrefix was added to DVE Protocol with Name '{0}' for Table '{1}'. - - dveProtocolName - tableId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedElementPrefix - - - ElementPrefix was removed from DVE Protocol with Name '{0}' for Table '{1}'. - - dveProtocolName - tableId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckDatabaseOptionsAttribute - - - EnabledPartitionedTrending - - - Partitioned trending was enabled on protocol. - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckXMLDeclaration - - - InvalidDeclaration - - - Invalid XML encoding '{0}'. Possible values '{1}'. - - currentEncoding - possibleValues - - - Major - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckDefaultPageAttribute - - - MissingAttribute - - - - attributeName - - - Minor - Certain - Validator - NonBreaking - False - - ]]> -
-
- - EmptyAttribute - - - - attributeName - - - Minor - Certain - Validator - NonBreaking - False - - ]]> -
-
- - UnexistingPage - - - The specified defaultPage '{0}' does not exist. - - pageName - - - Major - Certain - Validator - NonBreaking - False - - ]]> -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - ]]> -
-
- - InvalidDefaultPage - - - The default page should be a page with name 'General'. - - - Warning - Uncertain - Validator - NonBreaking - False - - ]]> -
-
- - UnsupportedPage - - - Unsupported popup page '{0}' in defaultPage attribute. - - pageName - - - Warning - Certain - Validator - NonBreaking - False - - ]]> -
-
-
-
- - CheckPageOrderAttribute - - - MissingAttribute - - - - attributeName - - - Minor - Certain - Validator - NonBreaking - False - - ]]> -
-
- - EmptyAttribute - - - - attributeName - - - Minor - Certain - Validator - NonBreaking - False - - ]]> -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - ]]> -
-
- - UnsupportedPage - - - Unsupported popup page '{0}' in 'Protocol/Display@pageOrder' attribute. - - pageName - - - Warning - Certain - Validator - NonBreaking - True - - ]]> -
-
- - MissingPage - - - Missing page '{0}' on 'Protocol/Display@pageOrder' attribute. - - pageName - - - Warning - Certain - Validator - NonBreaking - False - - ]]> -
-
- - MissingWebPage - - - Missing WebInterface page. - - - Warning - Uncertain - Validator - NonBreaking - False - - ]]> -
-
- - WrongWebPagePosition - - - Web page '{0}' should be defined after all regular pages and the first web page should be preceded by a separator. - - pageName - - - Warning - Certain - Validator - NonBreaking - False - - ]]> -
-
- - UnexistingPage - - - The specified page '{0}' does not exist. - - pageName - - - Major - Certain - Validator - NonBreaking - False - - ]]> -
-
- - DuplicateEntries - - - Page '{0}' has been added more than once to the pageOrder attribute. - - pageName - - - Warning - Certain - Validator - NonBreaking - True - - ]]> -
-
- - MissingPage_Sub - - - Param with ID '{0}' is positioned on page '{1}' which is not ordered via 'Protocol/Display@pageOrder' attribute. - - pid - pageName - - - Warning - Certain - Validator - NonBreaking - False - - ]]> -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamRTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' referenced by the 'Protocol/Display@pageOrder' attribute. - - referencedPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConnections - - - MismatchingNames - - - Connection {0} has mismatching names: {1}. - - connectionId - names - - - Major - Certain - Validator - NonBreaking - - -
-
- - InvalidConnectionName - - - Invalid connection name '{0}' for a '{1}' connection. Connection ID '{2}'. - - connectionName - connectionType - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateConnectionName - - - - itemKind - valueKind - duplicateName - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateConnectionName_Sub - - - - itemKind - valueKind - duplicateName - connectionIds - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - InvalidConnectionCount - - - Connection count in 'Protocol/Type' tag '{0}' does not match with PortSettings count '{1}'. - - connectionCount - portSettingCount - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidCombinationOfSyntax1And2 - - - Connections can not be defined simultaneously via 'Protocol/Type' and 'Protocol/Connections'. - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSyntax2 - - - Unrecommended use of the 'Protocol/Connections' syntax. - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
- - ConnectionsOrderChanged - - - Order of connections changed from '{0}' to '{1}'. - - oldOrder - newOrder - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - ConnectionTypeChanged - - - {0} Connection '{1}' with name '{2}' was changed into '{3}'. - - connectionType - connectionId - connectionName - newConnectionType - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - ConnectionAdded - - - {0} Connection '{1}' with name '{2}' was added. - - connectionType - connectionId - connectionName - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckEndlessLoop - - - EndlessLoop - - - Endless loop detected. Involved items '{0}' - - involvedItems - - - Critical - Certain - Validator - Breaking - False - - -
-
- - PotentialEndlessLoop - - - Potential endless loop detected. Involved items '{0}' - - involvedItems - - - Critical - Uncertain - Validator - Breaking - False - - -
-
-
-
- - CheckMinimumRequiredVersionTag - - - MinVersionTooLow - - - Minimum required version '{0}' too low. Expected value '{1}'. - - currentMinDmVersion - expectedMinDmVersion - - - Critical - Certain - Validator - Breaking - True - - -
-
- - MinVersionTooLow_Sub - - - '{0}' : '{1}' - - requiredDmVersion - usedFeature - - - Critical - Certain - Validator - Breaking - False - - -
-
- - MinVersionFeatureUsedInItemWithId_Sub - - - Feature used in '{0}' with '{1}' '{2}'. - - itemKind - identifierType - itemId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - MinVersionFeatureUsedInItem_Sub - - - Feature used in '{0}'. - - itemKind - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedTag - - - - tagName - tagValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - MinVersionIncreased - - - Minimum DataMiner required version increased from '{0}' to '{1}'. - - oldMinDmVersion - newMinDmVersion - - - Critical - Certain - MajorChangeChecker - Breaking - True - - -
-
- - MissingTag - - - - tagName - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - EmptyTag - - - - tagName - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - BelowMinimumSupportedVersion - - - Protocol minimum required DM version '{0}' is lower than the Skyline minimum supported DM version '{1}'. - - protocolMinDmVersion - skylineMinDmVersion - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagName - tagValue - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConnectionPingGroups - - - InvalidPingGroupType - - - Ping group for '{0}' connection is not a '{0}' poll group. Group ID '{1}'. - - connectionType - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - PingSerialPairHasNoResponse - - - Ping pair for '{0}' connection contains no response. Pair ID '{1}'. - - connectionType - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MultiplePingPairsForConnection - - - Multiple ping pairs for connection with name '{0}' and type '{1}'. Connection ID '{2}'. - - connectionName - connectionType - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MultiplePingPairsForConnection_Sub - - - Multiple ping pairs for connection '{0}'. Pair '{1}'. - - connectionId - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOverridePidAttribute - - - MissingAttribute - - - - attributeName - itemKind - pageName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - pageName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pageName - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingParam - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - pageName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on Param '{0}' used as page visibility condition. Page name '{1}'. - - pid - pageName - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDisplayTag - - - MissingTag - - - - tagName - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckWideColumnPagesAttribute - - - EmptyAttribute - - - - attributeName - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UnexistingPage - - - The page '{0}' specified in 'Protocol/Display@wideColumnPages' does not exist. - - pageName - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckBaseForAttribute - - - InvalidAttribute - - - - attributeName - attributeValue - - - Critical - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Param - - - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidValue - - - - attributeName - pid - itemKind - paramName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - OutOfRangeId - - - - tagName - id - - - Critical - Certain - Validator - Breaking - False - - -
64.299[NewLine]- 70.000 -> 99.999[NewLine]- 1.000.000 -> 9.999.999[NewLine][NewLine]There are exception for spectrum, base, Enhanced Service, SLA and Aggregation drivers. For more information about those exceptions, please check the protocol reference guide.]]>
-
- - InvalidUseOfSpectrumIdRange - - - Invalid use of Spectrum ID range for Param with ID '{0}'. - - paramId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidUseOfMediationIdRange - - - Invalid use of Mediation ID range for Param with ID '{0}'. - - paramId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidUseOfDataMinerModulesIdRange - - - Invalid use of DataMiner Modules ID range for Param with ID '{0}'. - - paramId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidUseOfEnhancedServiceIdRange - - - Invalid use of Enhanced Service ID range for Param with ID '{0}'. - - paramId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidUseOfSlaIdRange - - - Invalid use of SLA ID range for Param with ID '{0}'. - - paramId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - pid - paramNames - - - Critical - Certain - Validator - Breaking - False - - -
-
- - MissingParam - - - Missing displayed Param. Param Name '{0}'. Param Type '{1}'. Param ID '{2}'. - - paramName - paramType - paramId - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - RTDisplayExpectedOnSpectrumParam - - - RTDisplay(true) expected on Spectrum Params. Param ID '{0}'. - - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckNameTag - - - MissingTag - - - - tagName - itemKind - pid - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidChars - - - - tagName - tagValue - invalidCharacters - - - Critical - Certain - Validator - NonBreaking - True - - -
-
- - RestrictedName - - - Invalid Param Name '{1}'. Param ID '{0}'. The Param Name is reserved by DataMiner for internal use. - - paramId - paramName - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - DuplicatedValue - - - - itemKind - valueKind - duplicateName - paramIds - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedChars - Unrecommended chars in some parameter names. - - Unrecommended chars '{2}' in tag '{0}'. Current value '{1}'. - - tagName - tagValue - invalidCharacters - - - Warning - Certain - Validator - NonBreaking - True - - -
- - Double check the use of the Parameter class in QActions. - Double check the use of the (Get/Set)ParameterByName methods in QActions. - -
- - UnrecommendedStartChars - - - Unrecommended start chars '{2}' in tag '{0}'. Current value '{1}'. - - tagName - tagValue - unrecommendedStartCharacters - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - LoggerTableColumnNameChanged - - - Logger table column name '{0}' for column PID '{1}' on table '{2}' was changed into '{3}'. - - oldColumnName - columnPid - tablePid - newColumnName - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RTDisplayExpectedOnContextMenu - - - RTDisplay(true) expected on Param '{0}' used as context menu for table. - - contextMenuPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - RTDisplayExpectedOnQActionFeedback - - - RTDisplay(true) expected on Param '{0}' used for QAction feedback. - - qactionFeedbackPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckSubtextTag - - - MissingTag - Missing tag 'Information/Subtext' in some parameters. - - - tagName - itemKind - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckAlarmTag - - - MissingDefaultThreshold - Missing default thresholds on some monitored parameters. - - Missing default thresholds on monitored parameter. Param ID '{0}'. - - pid - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
-
-
- - CheckRTDisplayTag - - - EmptyTag - - - - tagName - itemKind - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagName - tagValue - allowedValues - itemKind - idOrPid - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on Param '{0}'. - - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - RTDisplayUnexpected - - - Unexpected RTDisplay(true) on Param '{0}'. - - pid - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTrendingAttribute - - - DisabledTrending - - - Trending on Param '{0}' was disabled. - - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - pid - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on trended parameters. Param ID '{0}'. - - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckUnitsTag - - - EmptyTag - - - - tagName - itemKind - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - OutdatedValue - - - Obsolete unit '{0}'. New syntax '{1}'. Param ID '{2}'. - - obsoleteUnit - newUnit - paramPid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - InvalidTag - - - Unknown unit '{0}'. Param ID '{1}'. - - unitValue - paramPid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedTag - - - - tagName - paramDisplayType - paramPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ExcessiveTag - - - Excessive tag '{0}' because of {1}. Param ID '{2}'. - - tagName - reason - paramPid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - MissingTag - Missing tag 'Display/Units' in some parameters. - - - tagName - paramDisplayType - paramPid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckWidthAttribute - - - MissingAttribute - - - Missing (page)button width attribute. Param '{0}'. - - pid - - - Minor - Certain - Validator - NonBreaking - True - - button]]> -
-
- - EmptyWidth - - - Empty (page)button width attribute. Param '{0}'. - - pid - - - Minor - Certain - Validator - NonBreaking - True - - button]]> -
-
- - UntrimmedWidth - - - Untrimmed (page)button width attribute '{0}'. Param '{1}'. - - untrimmedWidth - pid - - - Minor - Certain - Validator - NonBreaking - True - - button]]> -
-
- - InvalidWidth - - - Invalid (page)button width attribute '{0}'. Param '{1}'. - - invalidWidth - pid - - - Minor - Certain - Validator - NonBreaking - True - - button]]> -
-
- - InconsistentWidth - - - Inconsistent (page)buttons width on page '{0}'. PIDs '{1}' - Widths '{2}'. - - pageName - paramIDs - widthValues - - - Minor - Certain - Validator - NonBreaking - - button]]> -
-
- - UnsupportedAttribute - - - The width attribute is not supported for '{0}'. Param '{1}'. - - measurementType - pid - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedWidth - - - Unrecommended (page)button width '{0}'. Param '{1}'. - - widthValue - pid - - - Minor - Certain - Validator - NonBreaking - True - - button]]> -
-
-
-
- - CheckRangeTag - - - MissingTag - Missing tag 'Display/Range' in some parameters. - - - tagName - paramDisplayType - paramPid - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
- - UnsupportedTag - - - - tagName - paramDisplayType - paramPid - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - LowShouldBeSmallerThanHigh - - - Range/Low '{0}' should be smaller than Range/High '{1}'. Param ID '{2}'. - - rangeLow - rangeHigh - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckValueTag - - - UpdatedValue - - - Discreet value tag with display '{0}' on Param '{1}' was changed from '{2}' into '{3}'. - - displayValue - paramId - previousValue - newValue - - - Critical - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedItem - - - Discreet tag with value '{0}' on Param '{1}' was removed. - - discreetValue - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckDisplayTag - - - UpdatedValue - - - Discreet display tag with value '{0}' on Param '{1}' was changed from '{2}' into '{3}'. - - oldValue - paramId - previousDispay - newDisplay - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - InvalidPagebuttonCaption - - - Invalid pagebutton caption format '{0}'. Suggested fix '{1}'. Param ID '{2}'. - - displayValue - suggestedValue - paramId - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - MissingTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - paramId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - paramId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - DuplicatedValue - - - - itemKind - valueKind - duplicateValue - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - WrongCasing_Sub - - - - currentValue - expectedValue - itemKind - idOrPid - pid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - WrongCasing - - - - xmlElementPath - casingRule - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDescriptionTag - - - UpdatedValue - - - Description tag on Param '{0}' was changed from '{1}' into '{2}'. - - paramId - previousDescription - newDescription - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedItem - - - Description tag with value '{0}' on Param '{1}' was removed. - - descriptionValue - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - MissingTag - - - - tagName - itemKind - pid - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - DuplicatedValue - - - - itemKind - valueKind - duplicateDescription - paramId - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - WrongCasing_Sub - - - - currentValue - expectedValue - itemKind - idOrPid - pid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - WrongCasing - - - - xmlElementPath - casingRule - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckArrayOptionsTag - - - DisplayColumnChangedToNaming - - - DisplayColumn attribute with column idx '{0}' on table '{1}' was changed into naming options: '{2}'. - - columnIdx - tableId - namingValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - DisplayColumnChangeToNamingFormat - - - DisplayColumn attribute with column idx '{0}' on table '{1}' was changed into NamingFormat: '{2}'. - - columnIdx - tableId - namingFormatValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckDisplayColumnAttribute - - - DisplayColumnRemoved - - - DisplayColumn attribute with column idx '{0}' on table '{1}' was removed. - - columnIdx - tableId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - DisplayColumnAdded - - - DisplayColumn attribute with column idx '{0}' on table '{1}' was added. - - columnIdx - tableId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - DisplayColumnContentChanged - - - DisplayColumn attribute with column idx '{0}' on table '{1}' was changed to idx '{2}'. - - previousColumnIdx - tableId - newColumnIdx - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckOptionsAttribute - - - EmptyAttribute - - - - attributeName - itemKind - tablePid - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - tablePid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NamingEmpty - - - - optionName - attributeName - itemKind - idOrPid - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NamingRefersToNonExistingParam - - - - optionName - attribute - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - RemovedLoggerTableDatabaseLink - - - Database link for logger table '{0}' was removed. - - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - PreserveStateShouldBeAvoided - - - Unrecommended use of the "preserve state" option on table '{0}'. - - tablePid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - ViewTableInvalidReference - - - Table view option '{0}' must refer to an existing table excluding the view table itself. View table PID '{1}'. - - viewOption - viewTablePid - - - Certain - Validator - NonBreaking - False - - -
-
- - ViewTableFilterChangeInvalidColumns - - - Column '{0}' specified in the filterChange option must refer to a column of the view table '{1}'. - - columnPid - viewTablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ViewTableDirectViewInvalidColumn - - - Column '{0}' specified in the directView option of view table '{1}' must refer to a column of another table. - - columnPid - viewTablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTypeTag - - - UpdatedValue - - - Interprete type on Param '{0}' has been changed from '{1}' to '{2}'. - - paramId - oldTypeValue - newTypeValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedTag - - - Interprete type on Param '{0}' has been removed. - - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedTag - - - New Type tag '{0}' for interprete in Param '{1}' was added. - - typeValue - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckOptionsAttribute - - - MatrixDimensionsChanged - - - Matrix Dimensions on Param '{0}' was changed from '{1}' to '{2}'. - - matrixPid - oldDimensions - newDimensions - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - MatrixDimensionsRemoved - - - Matrix Dimensions '{0}' on Param '{1}' were removed. - - matrixDimensions - matrixPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - MissingHeaderTrailerLinkOptions - - - HeaderTrailerLink option should be defined on {0} with PID '{1}'. - - headerOrTrailer - paramId - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - InvalidHeaderTrailerLinkOptions - - - HeaderTrailerLink option is wrongly defined on {0} with PID '{1}'. - - headerOrTrailer - paramId - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - ExcessiveHeaderTrailerLinkOptions - - - HeaderTrailerLink option should not be defined on Param '{0}' as it is nor a header nor a trailer. - - paramId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - DuplicateHeaderTrailerLinkOptions - - - HeaderTrailerLink with ID '{0}' defined on more than 1 {1}. PIDs {2}. - - linkId - headerOrTrailer - paramPids - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - InconsistentColumnTypeDimensions - - - Matrix option '{0}' not inline with option '{1}'. Matrix PID '{2}'. - - columnTypes - dimensions - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidColumnTypeParamRawType - - - Invalid Interprete/RawType '{0}' for 'Matrix ColumnType Param'. ColumnType PID '{1}'. Matrix PID '{2}'. Possible values 'numeric text, unsigned number'. - - rawType - columnTypePid - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingMatrixOptions - - - Missing '{0}' option for matrix. Param ID '{1}'. - - optionName - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingAttributeForMatrix - - - - attributeName - itemKind - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidMatrixParamType - - - Invalid Param Type '{0}' on matrix. Matrix PID '{1}'. - - paramType - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidMatrixOption - - - Invalid syntax for the '{0}' option. Matrix PID '{1}'. - - optionName - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidColumnTypeParamLengthType - - - Invalid Interprete/LengthType '{0}' for 'Matrix ColumnType Param'. ColumnType PID '{1}'. Matrix PID '{2}'. Possible values 'next param, fixed'. - - lengthType - columnTypePid - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidColumnTypeParamType - - - Invalid Interprete/Type '{0}' for 'Matrix ColumnType Param'. ColumnType PID '{1}'. Matrix PID '{2}'. Possible values 'double'. - - type - columnTypePid - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingColumnTypeParam - - - Missing 'columntypes' Param with ID '{0}' for matrix Param with ID '{1}'. - - missingColumnTypePid - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - MissingColumnTypeParamInterprete - - - Missing 'Interprete' Tag on matrix ColumnType Param with ID '{0}' for matrix Param with ID '{1}'. - - missingColumnTypePid - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidColumnTypeParamInterprete - - - Invalid Interprete for 'Matrix ColumnType Param'. ColumnType PID '{0}'. Matrix PID '{1}'. - - columnTypePid - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSshOptions - - - Unrecommended option '{0}' in Param '{1}' - - option - pid - - - Minor - Certain - Validator - NonBreaking - False - - [NewLine] [NewLine] 22[NewLine] [NewLine] [NewLine] true[NewLine] [NewLine] [NewLine] true[NewLine] [NewLine] [NewLine] true[NewLine] [NewLine] [NewLine] [NewLine] [NewLine] [NewLine] [NewLine] [NewLine] ]]> -
-
- - InvalidMixOfSshOptionsAndPortSettings - - - Mixing option {0} and PortSettings SSH is invalid. Param ID '{1}'. - - option - pid - - - Major - Certain - Validator - NonBreaking - False - - [NewLine] [NewLine] 22[NewLine] [NewLine] [NewLine] true[NewLine] [NewLine] [NewLine] true[NewLine] [NewLine] [NewLine] true[NewLine] [NewLine] [NewLine] [NewLine] [NewLine] [NewLine] [NewLine] [NewLine]]]> -
-
- - HeaderTrailerLinkShouldHaveConnection - - - Connection option should be defined on {0} with PID '{1}'. - - headerOrTrailer - paramId - - - Major - Certain - Validator - NonBreaking - False - - ]]> -
-
- - HeaderTrailerConnectionShouldBeValid - - - The connection '{0}' needs to be a valid connection type when used on a {1} with PID '{2}'. - - connectionId - headerOrTrailer - paramId - - - Minor - Certain - Validator - NonBreaking - False - - ]]> -
-
-
-
- - CheckPageTag - - - RemovedFromPage - - - Param '{0}' was removed from page '{1}'. - - paramPid - pageName - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - DuplicatedValue - - - - itemKind - valueKind - duplicateValue - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - WrongCasing_Sub - - - - currentValue - expectedValue - itemKind - idOrPid - pid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - WrongCasing - - - - xmlElementPath - casingRule - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTypeAttribute - - - RemovedNormalizationAlarmType - - - Normalization with Alarm type '{0}' on Param '{1}' was removed. - - alarmType - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - UpdatedNormalizationAlarmType - - - Normalization with Alarm type '{0}' on Param '{1}' was changed into '{2}'. - - alarmType - paramId - newAlarmType - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedNormalizationAlarmType - - - Normalization with Alarm type '{0}' on Param '{1}' was added. - - normalizationType - pid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckMonitoredTag - - - RemovedAlarming - - - Alarming for Param '{0}' was removed. - - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidTag - - - - tagName - tagValue - allowedValues - itemKind - idOrPid - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on alarmed (monitored) parameters. Param ID '{0}'. - - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdxAttribute - - - UpdatedIdxValue - - - Column with PID '{0}' had its SLProtocol position changed from '{1}' into '{2}'. Table PID '{3}'. - - columnPid - oldSLProtocolPosition - newSLProtocolPosition - tablePid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - UpdatedIdxValue_Parent - - - Some columns have their SLProtocol position changed. Table PID '{0}'. - - tablePid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckPartialAttribute - - - EnabledPartial - - - Partial Table option was enabled on table '{0}'. - - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckLoggerTable - - - RemovedLoggerColumn - - - Column with PID '{0}' was removed from logger table '{1}'. - - columnPid - tablePid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckColumnDefinitionTag - - - ChangedLoggerDataType - - - Database type '{0}' for columns on table '{1}' was changed into '{2}'. - - oldType - tablePid - newType - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckHistorySetAttribute - - - EnabledHistorySet - - - HistorySet attribute was enabled on Param '{0}'. - - paramId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckTypeTag - - - UpdatedTrendType - - - Trend Type '{0}' on Param '{1}' was changed into '{2}'. - - oldTrendType - paramId - newTrendType - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckOptionsAttribute - - - ColumnOrderChanged - - - Displayed column order with PID's '{0}' in table '{1}' was changed to '{2}'. - - oldColumnOrder - tablePid - newColumnOrder - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - MissingPriorityForSortedColumns - - - Missing column sorting priorities on table '{0}'. - - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidConnectedMatrixPoints - - - '{0}': Invalid '{1}' number of connections for one {2} for matrix '{3}'. - - badValue - minOrMax - inputOrOutput - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidColumnDimensionsToOutputCount - - - Matrix Param '{0}' Measurement/Type@options - matrix:outputCount of '{1}' does not match Param/Type@options - dimensions: columnCount of '{2}'. - - matrixPid - measurementOutputCount - dimensionColumnCount - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidMatrixDimensionsToInputCount - - - Matrix Param '{0}' Measurement/Type@options - matrix:inputCount of '{1}' does not match Param/Type@options - dimensions: rowCount of '{2}'. - - matrixPid - measurementInputCount - dimensionRowCount - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidMatrixOption - - - Invalid syntax for the '{0}' option. Matrix PID '{1}'. - - optionName - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingMatrixOption - - - Missing '{0}' option for matrix Param. Matrix PID '{1}'. - - optionName - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingAttribute - - - - attributeName - itemKind - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - MissingSortingOnDateTimeColumn - - - Table not mainly sorted on one of its date(time) column(s). Table PID '{0}'. Date(time) column PIDs '{1}'. - - tablePid - columnPids - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
- - ReferencedParamRTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' displayed as table column. Table PID '{1}'. - - columnPid - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckLowTag - - - UpdatedLowRange - - - Low range '{0}' in Param '{1}' increased to '{2}'. - - previousValue - paramPid - newValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedLowRange - - - Low range '{0}' in Param '{1}' was added. - - newValue - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - paramId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - paramId - idOrPid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValue - - - - tagName - itemKind - paramId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - LogarithmicLowerOrEqualToZero - - - Range/Low '{0}' should be bigger than zero due to Trending@logarithmic 'true'. Param ID '{1}'. - - rangeLow - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - WriteDifferentThanRead - - - Range/Low on write Param '{0}' is different than the one on read Param '{1}'. Write PID '{2}'. - - rangeLowOnWrite - rangeLowOnRead - writePid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckHighTag - - - UpdatedHighRange - - - High range '{0}' in Param '{1}' decreased to '{2}'. - - previousValue - paramPid - newValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedHighRange - - - High range '{0}' in Param '{1}' was added. - - newValue - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - paramId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - paramId - idOrPid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValue - - - - tagName - itemKind - paramId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - LogarithmicLowerOrEqualToZero - - - Range/High '{0}' should be bigger than zero due to Trending@logarithmic 'true'. Param ID '{1}'. - - rangeHigh - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - WriteDifferentThanRead - - - Range/High on write Param '{0}' is different than the one on read Param '{1}'. Write PID '{2}'. - - rangeHighOnWrite - rangeHighOnRead - writePid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOptionsAttribute - - - UpdatedThresholdAlarmType - - - Threshold with value '{0}' on Param '{1}' was changed into '{2}'. - - oldValue - paramPid - newValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedThresholdAlarmType - - - Threshold with value '{0}' was added to Param '{1}'. - - newValue - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedThresholdAlarmType - - - Threshold with value '{0}' was removed from Param '{1}'. - - oldValue - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - pid - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamRTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' referenced by a 'Alarm@option' attribute. Param ID '{1}'. - - referencedPid - referencingPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckColumnOptionTag - - - RemovedColumnOptionTag - - - Column with PID '{0}' was removed from table '{1}'. - - columnPid - tablePid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckExceptionsTag - - - UpdatedExceptionValueTag - - - Exception value tag for exception with id '{0}' on Param '{1}' was changed from '{2}' to '{3}'. - - exceptionId - paramPid - previousExceptionValue - newExceptionValue - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - RemovedException - - - Exception with id '{0}' was removed from Param '{1}'. - - exceptionId - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedException - - - Exception with id '{0}' was added to Param '{1}'. - - exceptionId - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - ExceptionIncompatibleWithParamType - - - Interprete/Exceptions is incompatible with Param/Type '{0}'. Param ID '{1}'. - - paramType - paramId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTypeTag - - - TogglebuttonRecommended - - - Measurement/Type 'togglebutton' is recommended for Param with ID '{0}'. - - pid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - MatrixInvalidInterpreteRawType - - - Invalid RawType '{0}' for matrix Param '{1}'. Expected RawType 'other'. - - rawType - matrixPid - - - Major - Certain - Validator - NonBreaking - - -
-
- - MatrixInvalidInterpreteType - - - Invalid Interprete/Type '{0}' for matrix Param '{1}'. Expected Type '{2}'. - - interpreteType - matrixPid - expectedInterpreteType - - - Major - Certain - Validator - NonBreaking - - -
-
- - MatrixInvalidInterpreteLengthType - - - Invalid LengthType '{0}' for matrix Param '{1}'. Expected LengthType 'next param'. - - lengthType - matrixPid - - - Major - Certain - Validator - NonBreaking - - -
-
- - MatrixAlarmingDisabled - - - - itemKind - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - MatrixTrendingEnabled - - - - itemKind - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - MatrixSetterOnWrite - - - - attributeName - itemKind - matrixPid - currentValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - MatrixInvalidInterprete - - - Invalid Interprete for matrix Param '{0}'. - - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidParamType - - - - paramType - tagName - measurementType - itemKind - idOrPid - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - measurementType - tagName - itemKind - paramId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - paramId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckOptionsAttribute - - - ViewInvalidSyntax - - - Invalid syntax on view option of column with IDX '{0}'. View table '{1}'. - - columnIdx - viewTablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ViewInvalidColumnReference - - - Column view option '{0}' must refer to an existing column of another table. View table PID '{1}'. - - viewOption - viewTablePid - - - Certain - Validator - NonBreaking - False - - -
-
- - ViewInvalidCombinationFilterChange - - - Invalid combination of view table filterChange option with column view option. View table PID '{0}'. - - viewTablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ForeignKeyMissingRelation - - - Missing Relation between table '{0}' and table '{1}' due to foreignKey on column '{2}'. - - fkToTablePid - fkFromTablePid - fkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ColumnOptionExpectingRTDisplay - - - RTDisplay(true) expected on column Param '{0}' due to '{1}' in 'ColumnOption@options' attribute. Table PID '{2}'. - - columnPid - option - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ForeignKeyTargetExpectingRTDisplayOnPK - - - RTDisplay(true) expected on PK column Param '{0}' due to '{1}' in 'ColumnOption@options' attribute. Table PID '{2}'. - - pkColumnPid - foreignKeyOption - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ForeignKeyColumnInvalidInterpreteType - - - - columnIntrepeteType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - fkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ForeignKeyColumnInvalidMeasurementType - - - - columnMeasurementType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - fkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ForeignKeyColumnInvalidType - - - - columnType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - fkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDisplayKey - - - DuplicateDisplayKeyDefinition - - - Table with ID '{0}' has multiple display key definitions. - - tableId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - DisplayColumnSameAsPK - - - DisplayColumn is the same as the primary key. Table PID '{0}'. - - tablePid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - DisplayColumnUnrecommended - - - Unrecommended use of displayColumn. Table PID '{0}'. - - tablePid - - - Minor - Certain - Validator - Breaking - - -
-
- - FormatChanged - - - Table display key was changed from {0} '{1}' to {2} '{3}'. Table PID '{4}'. - - oldSyntax - oldFormat - newSyntax - newFormat - tablePid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - FormatRemoved - - - Table display key previously defined via '{0}' was removed. Table PID '{1}'. - - oldSyntax - tablePid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - DisplayKeyColumnInvalidInterpreteType - - - - columnIntrepeteType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - dkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DisplayKeyColumnInvalidMeasurementType - - - - columnMeasurementType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - dkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DisplayKeyColumnInvalidType - - - - columnType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - dkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DisplayKeyColumnMissing - - - Missing column with ColumnOption@type="displaykey". Table PID {0}. - - tablePid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnexpectedIdxSuffix - - - Unexpected [IDX] suffix on Param/Description. Column Pid {0}. - - columnPid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateDisplayKeyColumn - - - Table has multiple ColumnOption tags with value 'displaykey' in type attribute. Table Pid {0}. - - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDisplayTag - - - UnrecommendedNADisplayValue - - - Unrecommended use of Exception Display '{0}' on Param '{1}'. Possible values '{2}'. - - currentDisplay - paramPid - possibleValues - - - Minor - Certain - Validator - Breaking - True - - -
-
- - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - DuplicatedValue - - - - itemKind - valueKind - duplicateValue - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - WrongCasing_Sub - - - - currentValue - expectedValue - itemKind - idOrPid - pid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - WrongCasing - - - - xmlElementPath - casingRule - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckMatrixDiscreets - - - InvalidDiscreetCount - - - Invalid number of Discreets '{0}' for matrix Param. Expected count '{1}'. Param ID '{2}'. - - discreetCount - expectedDiscreetCount - matrixPid - - - Major - Certain - Validator - Breaking - False - - -
-
- - MissingDiscreetValue - - - Missing matrix Discreet values '{0}'. Param ID '{1}'. - - missingValues - matrixPid - - - Major - Certain - Validator - Breaking - False - - -
-
- - DiscreetsNotOneBased - - - Matrix Discreet values should be one-based. Param ID '{0}'. - - matrixPid - - - Major - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckLinkAttribute - - - InvalidAttribute - - - Invalid syntax for 'Measurement/Type@link' attribute on matrix Param. Matrix PID '{0}'. - - matrixPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingAttribute - - - - attributeName - type - matrixPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckRowTag - - - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidTag - - - - tagValue - tagName - itemKind - pid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckColumnTag - - - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidTag - - - - tagName - tagValue - allowedValues - itemKind - idOrPid - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - UnrecommendedValue - - - Unrecommended use of more than 2 columns. Page '{0}'. Param IDs '{1}'. - - pageName - paramIDs - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOthersTag - - - UpdateOtherId - - - Id attribute '{0}' has been changed to '{1}' for Other tag with Value tag '{2}'. Param ID '{3}'. - - oldId - newId - valueTag - paramPid - - - Major - Uncertain - MajorChangeChecker - Breaking - False - - -
-
- - UpdateOtherDisplay - - - Display tag '{0}' has been changed to '{1}' for Other tag with Value tag '{2}'. Param ID '{3}'. - - oldDisplayTag - newDisplayTag - valueTag - paramPid - - - Major - Uncertain - MajorChangeChecker - Breaking - False - - -
-
- - DeletedValue - - - Other with Value tag '{0}' has been deleted. Param '{1}'. - - oldValue - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - AddedOthers - - - Other with Value tag '{0}' has been added. Param '{1}'. - - newValue - paramPid - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckIndexAttribute - - - MissingAttribute - - - - attributeName - itemKind - tablePid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - tablePid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidAttributeValue - - - - attributeName - itemKind - tablePid - currentValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingColumn - - - Reference to non-existing column with IDX '{0}' in attribute 'index'. Table ID '{1}'. - - indexValue - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedValue - - - Unrecommended value '{0}' in attribute 'index'. Recommended values '{2}'. Table ID '{1}'. - - indexValue - tablePid - recommendedIndex - - - Minor - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - tablePid - untrimmedIndex - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidColumnInterpreteType - - - - columnIntrepeteType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - pkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidColumnMeasurementType - - - - columnMeasurementType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - pkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidColumnType - - - - columnType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - pkColumnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOidTagIdAttrCombo - - - ExcessiveAttribute - - - - attributeName - itemKind - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - InvalidCombo - - - Invalid combination of OID value '{0}' and SNMP/OID@id value '{1}' in Param '{2}'. - - oidValue - idValue - pid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttributeValue - - - - attributeName - itemKind - pid - currentValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingParam - - - - attributeName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedParam - - - Unsupported Param '{0}' reference in attribute 'SNMP/OID@id' in Param '{1}'. - - idAttributeValue - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckMessageTag - - - MissingTag - - - - tagName - itemKind - pid - - - BubbleUp - Uncertain - Validator - NonBreaking - False - - Are you sure you want to restart the device?]]> -
-
- - MissingTag_Sub - - - Missing tag 'Param/Message' for button with caption '{0}'. - - discreetDisplayValue - - - Minor - Uncertain - Validator - NonBreaking - False - - Are you sure you want to restart the device?]]> -
-
-
-
- - CheckOptionsAttribute - - - MisconfiguredConfirmOptions - - - Misconfigured 'confirm' option(s) in 'Discreet@options' for ContextMenu. Param ID '{0}'. - - pid - - - BubbleUp - Uncertain - Validator - NonBreaking - False - - [NewLine] Delete selected row(s)[NewLine] delete[NewLine]]]> -
-
- - MissingConfirmOption - - - - valueName - attributeName - itemKind - contextMenuItem - componentKind - idOrPid - pid - - - Minor - Uncertain - Validator - NonBreaking - False - - [NewLine] Delete selected row(s)[NewLine] delete[NewLine]]]> -
-
- - EmptyConfirmOption - - - - valueName - attributeName - itemKind - contextMenuItem - componentKind - idOrPid - pid - - - Minor - Certain - Validator - NonBreaking - False - - [NewLine] Delete selected row(s)[NewLine] delete[NewLine]]]> -
-
- - UntrimmedConfirmOption - - - - valueName - attributeName - itemKind - contextMenuItem - componentKind - idOrPid - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - [NewLine] Delete selected row(s)[NewLine] delete[NewLine]]]> -
-
-
-
- - CheckDiscreetsTag - - - MissingTag - - - - tagName - paramDisplayType - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDiscreetTag - - - MissingTag - - - Missing 'Discreet' tag(s) in 'Measurement/Discreets' tag. Param ID '{0}'. - - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckColumnNames - - - MissingTableNameAsPrefixes - - - Missing table name '{0}' in front of column names. Table PID '{1}'. - - tableName - tablePid - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - MissingTableNameAsPrefix - - - Missing table name '{0}' in front of column name '{1}'. Column PID '{2}'. - - tableName - columnName - columnPid - - - Minor - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckDependencyId - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - pid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamWrongType - - - Invalid Param Type '{0}' on Param referenced by a 'Discreets@dependencyId' attribute. Param ID '{1}'. - - referencedParamType - referencedPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamRTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' referenced by a 'Discreets@dependencyId' attribute. Param ID '{1}'. - - referencedPid - referencingPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckMapAlarmAttribute - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' generating alarms based on traps. - - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckLoadSequenceAttribute - - - EmptyAttribute - - - - attributeName - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamSaveExpected - - - Param '{0}' referenced by 'Params@loadSequence' attribute is expected to be saved. - - referencedPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamRTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' referenced by 'Params@loadSequence' attribute. - - referencedPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPositionsTag - - - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' which is positioned. - - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckVirtualAttribute - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on parameters used as virtual source. Param ID '{0}'. - - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDependencyValuesAttribute - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referencePid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on Param '{0}' referenced in 'Discreet@dependencyValues' attribute. Param ID '{1}'. - - referencePid - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDisplayTag - - - EmptyTag - - - - tagName - itemKind - pid - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckTypeTag - - - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - pid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingParam - - - - attributeName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingResponse - - - - attributeName - referenceKind - idOrPidForReference - responseId - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingColumn - - - - attributeName - referenceKind - idOrPidForReference - columnPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingAttribute - - - - attributeName - reasonTitle - paramType - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - MissingAttribute - - - - attributeName - itemKind - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - tablePid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingParam - - - - attributeName - referenceKind - idOrPidForReference - columnPid - itemKind - idOrPidForItem - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckColumns - - - ColumnInvalidType - - - - columnType - tagName - itemSpecificType - allowedValues - itemKind - idOrPid - columnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckNamingFormatTag - - - EmptyTag - - - - tagName - itemKind - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - tablePid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingParam - - - - tagName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingDynamicPart - - - Missing dynamic part(s) in 'ArrayOptions/NamingFormat' tag. Table PID '{0}'. - - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIncludesTag - - - ObsoleteTag - - - - tagName - itemKind - idOrPid - pid - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckIdTag - - - EmptyTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - RTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' containing 'Dependencies/Id' tag(s). - - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - RTDisplayExpectedOnReferencedParam - - - RTDisplay(true) expected on Param '{0}' referenced by a 'Dependencies/Id' tag. Param ID '{1}'. - - referencedPid - referencingPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDefaultValueTag - - - UnsupportedTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NotYetSupportedTag - - - - tagName - itemKind - columnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ValueIncompatibleWithInterpreteType - - - Interprete/DefaultValue '{0}' is incompatible with Interprete/Type '{1}'. Param ID '{2}'. - - defaultValue - interpreteType - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - reasonTitle - reasonValue - itemKind - idOrPidForItem - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - paramId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - nonExistingParamId - itemKind - idOrPidForItem - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamWrongInterpreteType - - - - invalidTitle - interpreteType - referenceTitle - expectedValue - itemKind - idOrPid - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckValueAttribute - - - MissingAttribute - - - - attributeName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ValueIncompatibleWithInterpreteType - - - - item1Title - exceptionValue - item2Title - interpreteType - itemKind - idOrPid - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckValueTag - - - MissingTag - - - - tagName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - ValueIncompatibleWithInterpreteType - - - - item1Title - exceptionValue - item2Title - interpreteType - itemKind - idOrPid - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDisabledIfAttribute - - - EmptyAttribute - - - - attributeName - itemKind - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - pid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamWrongType - - - Invalid Param Type '{0}' on Param referenced by a 'Monitored@disabledIf' attribute. Param ID '{1}'. - - referencedParamType - referencedPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamRTDisplayExpected - - - RTDisplay(true) expected on Param '{0}' referenced by a 'Monitored@disabledIf' attribute. Param ID '{1}'. - - referencedPid - referencingPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckLengthTypeTag - - - MissingTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - paramId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckLengthTag - - - MissingTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - paramId - idOrPid - - - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckStateAttribute - - - UnrecommendedEnabledValue - - - Exception with state 'enabled'. Param '{0}'. - - paramId - - - Warning - Uncertain - Validator - NonBreaking - True - - -
-
- - MissingAttribute - - - - attributeName - itemKind - paramId - - - Warning - Uncertain - Validator - NonBreaking - True - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - paramId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidAttributeValue - - - - attributeName - attributeValue - itemKind - pid - idOrPid - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttributeValue - - - - attributeName - itemKind - pid - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckOptionsAttribute - - - EmptyAttribute - - - - attributeName - itemKind - paramId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - paramId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - MissingInstanceOption - - - - valueName - attributeName - itemKind - idOrPid - paramId - - - Major - Certain - Validator - NonBreaking - True - - -
-
-
-
-
-
- - QAction - - - CheckNameAttribute - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - qactionIds - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTriggersAttribute - - - MissingAttribute - - - - attributeName - itemKind - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - triggersValue - itemKind - qactionId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingParam - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingGroup - - - - attributeName - referenceKind - idOrPidForReference - triggerId - itemKind - idOrPidForItem - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateId - - - - duplicateId - attributeName - itemKind - idOrPid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpSLProtocolCheckTrigger - - - NonExistingTrigger - - - - methodName - referenceKind - idOrPidForReference - triggerId - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpQActionCompilation - - - CompilationFailure - - - C# compilation errors. QAction ID '{0}'. - - qactionId - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - CompilationFailure_Sub - - - {0} - - errorMessage - - - Critical - Certain - Validator - NonBreaking - False - - -
-
- - NoCSharpCodeAnalysisPerformed - - - No C# QAction code analysis was performed due to unsupported C# version '{0}' in Visual Studio version '{1}'. - - cSharpVersion - visualStudioVersion - - - Warning - Uncertain - Validator - Undefined - False - - -
-
-
-
- - CSharpSLProtocolTriggerAction - - - NonExistingActionId - - - - methodName - referenceKind - idOrPidForReference - actionId - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpSLProtocolGetParameter - - - NonExistingParam - - - - methodName - referenceKind - idOrPidForReference - paramId - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - HardCodedPid - - - - hardCodedPid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpSLProtocolSetParameter - - - NonExistingParam - - - - methodName - referenceKind - idOrPidForReference - paramId - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - HardCodedPid - - - - hardCodedPid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - ParamMissingHistorySet - - - - method - argument - option - referenceKind - idOrPidForReference - paramId - - - Major - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CSharpSLProtocolSetRow - - - NonExistingParam - - - - methodName - referenceKind - idOrPidForReference - tablePid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - HardCodedPid - - - - hardCodedTablePid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - ParamMissingHistorySet - - - - method - argument - option - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CSharpSLProtocolFillArray - - - NonExistingParam - - - - methodName - referenceKind - idOrPidForReference - tablePid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ParamMissingHistorySet - - - - method - argument - option - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - HardCodedPid - - - - hardCodedTablePid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpSLProtocolFillArrayNoDelete - - - NonExistingParam - - - - methodName - referenceKind - idOrPidForReference - tablePid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ParamMissingHistorySet - - - - method - argument - option - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - HardCodedPid - - - - hardCodedTablePid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpSLProtocolFillArrayWithColumn - - - NonExistingTable - - - - methodName - referenceKind - idOrPidForReference - tablePid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingColumn - - - - methodName - referenceKind - idOrPidForReference - columnPid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ParamMissingHistorySet - - - - method - argument - option - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - HardCodedTablePid - - - - hardCodedTablePid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - HardCodedColumnPid - - - - hardCodedColumnPid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - ColumnManagedByDataMiner - - - - actionType - itemKind - columnPid - optionLocation - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ColumnManagedByProtocolItem - - - - actionType - itemKind - columnPid - managedByItemKind - managedByItemId - optionLocation - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSetOnSnmpParam - - - - actionType - itemKind - columnPid - optionLocation - optionName - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpCheckEntryPoints - - - MissingEntryPoint - - - Entry point '{0}.{1}' not found in QAction. QAction ID {2}. - - entryPointClass - entryPointMethod - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnexpectedAccessModifierForEntryPointMethod - - - Entry point method '{0}.{1}' has unexpected access modifier '{2}'. QAction ID {3}. - - entryPointClass - entryPointMethod - currentAccessModifier - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnexpectedAccessModifierForEntryPointClass - - - Entry point class '{0}' has unexpected access modifier '{1}'. QAction ID {2}. - - entryPointClass - currentAccessModifier - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnexpectedArg0TypeForEntryPointMethod - - - Entry point method '{0}.{1}' has a first argument with unexpected type '{2}'. QAction ID {3}. - - entryPointClass - entryPointMethod - arg0Type - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpCheckPreprocessorDirective - - - ObsoleteDcfV1 - - - - preprocessorDirective - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpCheckQActionImplementedInterface - - - - CSharpCheckUnrecommendedMethod - - - UnrecommendedThreadAbort - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSlProtocolGetParameterIndex - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSlProtocolSetParameterIndex - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSlProtocolSetParametersIndex - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyDataMinerNTGetRemoteTrend - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyDataMinerNTGetRemoteTrendAvg - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNTDeleteRow - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNTAddRow - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_CHECK_TRIGGER - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_DATA - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_KEY_POSITION - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_PARAMETER - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_PARAMETER_BY_DATA - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_PARAMETER_BY_NAME - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_DESCRIPTION - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_PARAMETER_INDEX - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_ITEM_DATA - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_GET_ROW - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_ARRAY_ROW_COUNT - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_NOTIFY_DISPLAY - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_SET_PARAMETER_WITH_HISTORY - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_SET_PARAMETER_BY_DATA - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_SET_PARAMETER_BY_NAME - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_SET_DESCRIPTION - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_SET_ITEM_DATA - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedNotifyProtocolNT_SET_ROW - - - - methodClassType - unrecommendedMethod - qactionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTSetElementState - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTSetAlarmState - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTGetParameter - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTAssignAlarmTemplate - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTUpdatePortsXml - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTEditProperty - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTTrendingAssignTemplate - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTUpdateDescriptionXml - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTAssignSimulation - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTGetValue - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTGetAlarmInfo - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTGetElementName - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyDataMinerNTServiceSetVdx - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyProtocolNTSnmpSet - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyProtocolNTSnmpGet - - - DeltIncompatible - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - qactionId - itemKind - qactionName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - qactionId - qactionNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CSharpSLProtocolGetParameters - - - UnexpectedImplementation - - - - method - arguments - qactionId - - - BubbleUp - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingParam - - - - methodName - referenceKind - idOrPidForReference - paramId - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - HardCodedPid - - - - hardCodedPid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedArgumentTypeForIds - - - - method - argumentType - argument - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpNotifyProtocolNtFillArrayWithColumn - - - UnexpectedImplementation - - - - method - arguments - qactionId - - - BubbleUp - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingTable - - - - methodName - referenceKind - idOrPidForReference - tablePid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingColumn - - - - methodName - referenceKind - idOrPidForReference - columnPid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ColumnMissingHistorySet - - - NotifyProtocol(220/*NT_FILL_ARRAY_WITH_COLUMN*/, ...) method with one or more DateTime(s) given to it requires 'Param@historySet=true' on column with PID '{0}'. - - columnPid - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - HardCodedTablePid - - - - hardCodedTablePid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - HardCodedColumnPid - - - - hardCodedColumnPid - containerName - containerType - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - ColumnManagedByDataMiner - - - - actionType - itemKind - columnPid - optionLocation - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ColumnManagedByProtocolItem - - - - actionType - itemKind - columnPid - managedByItemKind - managedByItemId - optionLocation - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedSetOnSnmpParam - - - - actionType - itemKind - columnPid - optionLocation - optionName - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConditionTag - - - InvalidCondition - - - - conditionString - invalidityReason - itemKind - idOrPid - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ConditionCanBeSimplified - - - - conditionString - itemKind - idOrPid - qactionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpCheckUnrecommendedConstructor - - - UnrecommendedXmlSerializerConstructor - - - Critical - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CSharpCheckUnrecommendedPropertySet - - - UnrecommendedCultureInfoDefaultThreadCurrentCulture - - - - propertyClassType - unrecommendedProperty - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedThreadCurrentThreadCurrentCulture - - - - propertyClassType - unrecommendedProperty - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedThreadCurrentThreadCurrentUICulture - - - - propertyClassType - unrecommendedProperty - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckAssemblies - - - UnconsolidatedPackageReference - - - Package '{0}' has multiple versions across different QActions. - - packageId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnconsolidatedPackageReference_Sub - - - QAction '{0}' has package '{1}' with version '{2}'. - - qactionId - packageId - packageVersion - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingSecureCoding - - - Missing Skyline.DataMiner.Utils.SecureCoding Package. - - - Critical - Certain - Validator - Undefined - False - - -
-
-
-
- - CSharpCoreInterAppBrokerSupport - - - InvalidInterAppReplyLogic - - - - methodClassType - incompatibleMethod - incompatibleComponent - qactionId - - - Critical - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckFileEncoding - - - InvalidFileEncoding - - - Invalid file encoding '{0}' detected in file '{1}'. QAction ID '{2}'. - - invalidFileEncoding - fileName - qactionId - - - Minor - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CSharpCheckUnrecommendedFinalizer - - - UnrecommendedFinalizer - - - Finalizer '{0}' is unrecommended. QAction ID '{1}'. - - finalizerName - qactionId - - - Critical - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDataMinerDependency - - - MismatchDevPack - - - Package '{0}' version '{1}' does not meet the minimum required version '{2}'. QAction ID '{3}'. - - packageName - packageVersion - minimumRequiredVersion - qactionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Group - - - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - groupIds - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckParamTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyParamTag - - - - tagName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidParamTag - - - - value - tagName - itemKind - groupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidParamSuffix - - - Invalid suffix '{0}' in 'Group/Content/Param' element. Group ID '{1}'. - - suffix - groupId - - - Major - Certain - Validator - NonBreaking - False - - 100:tablev2]]> -
-
- - ObsoleteSuffixTable - - - Suffix 'table' in 'Group/Content/Param' element is considered obsolete. Group ID '{0}'. - - groupId - - - Major - Certain - Validator - NonBreaking - True - - 100:tablev2]]> -
-
- - SuffixRequiresMultiThreadedTimer - - - Suffix '{0}' in'Group/Content/Param' element requires the group to be called from a multi-threaded timer. Group ID '{1}'. - - suffix - groupId - - - Major - Certain - Validator - NonBreaking - False - - 100:tablev2]]> -
-
-
-
- - CheckActionTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - actionId - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyActionTag - - - - tagName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidActionTag - - - - value - tagName - itemKind - groupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPairTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - pairId - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyPairTag - - - - tagName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidPairTag - - - - value - tagName - itemKind - groupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckSessionTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - sessionId - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptySessionTag - - - - tagName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidSessionTag - - - - value - tagName - itemKind - groupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTriggerTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - triggerId - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTriggerTag - - - - tagName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidTriggerTag - - - - value - tagName - itemKind - groupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConnectionPidAttribute - - - EmptyAttribute - - - - attributeName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - connectionPid - itemKind - groupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - groupId - itemKind - groupName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - groupId - groupNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckConditionTag - - - InvalidCondition - - - - conditionString - invalidityReason - itemKind - idOrPid - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ConditionCanBeSimplified - - - - conditionString - itemKind - idOrPid - groupId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckContentTag - - - IncompatibleContentWithGroupType - - - Incompatible 'Group/Content' child '{1}' with 'Group/Type' '{0}'. Group ID '{2}'. - - groupType - contentChildTagName - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MixedTypes - - - Unsupported mixed group content '{0}'. Group ID '{1}'. - - contentTypes - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MaxItemsMultipleGet - - - Group with 'multipleGet' true contains more than 20 content elements. Group ID '{0}'. - - groupId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - MaxItems - - - Group contains more than 10 content elements. Group ID '{0}'. - - groupId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - MissingTag - - - - tagName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Trigger - - - CheckIdAttribute - - - MissingAttribute - - - - attributeName - itemKind - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ExcessiveAttribute - - - Excessive 'id' Attribute in tag 'On' with value '{0}'. Trigger ID '{1}'. - - onTagValue - triggerId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MultipleIds - - - Attribute 'On@id' cannot have multiple values. Trigger ID '{0}'. - - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - attributeName - attributeValue - allowedValues - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - LeadingZeros - - - Invalid use of leading zeros on 'On@id' attribute. Trigger ID '{0}'. Current value '{1}'. - - triggerId - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckTimeTag - - - MultipleAfterStartup - - - Multiple after startup Triggers. Trigger IDs '{0}'. - - triggerId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConditionTag - - - InvalidCondition - - - - conditionString - invalidityReason - itemKind - idOrPid - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ConditionCanBeSimplified - - - - conditionString - itemKind - idOrPid - triggerId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOnTagTimeTagCombination - - - InvalidOnTagTimeTagCombination - - - The On tag value '{0}' can't be used in combination with the Time tag value '{1}'. Trigger ID '{2}'. - - onTagValue - timeTagValue - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateTrigger - - - Multiple triggers with same Time/On combination. Trigger IDs '{0}'. - - triggerId - - - Minor - Validator - NonBreaking - False - - -
-
-
-
- - CheckAfterStartupFlow - - - InvalidAfterStartupTriggerCondition - - - After startup Trigger can't have a Condition. Trigger ID '{0}'. - - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAfterStartupActionCondition - - - After startup Action can't have a Condition. Action ID '{0}'. - - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAfterStartupTriggerType - - - After startup Trigger must have a Type tag with value 'action'. Trigger ID '{0}' - - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
Action: 'execute next/execute one top/execute/execute one now' On Group -> Group: poll/poll action/poll trigger.]]>
-
- - InvalidAfterStartupActionOn - - - After startup Action must have an On tag with value 'group'. Action ID '{0}'. - - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
Action: 'execute next/execute one top/execute/execute one now' On Group -> Group: poll/poll action/poll trigger.]]>
-
- - InvalidAfterStartupActionType - - - After startup Action must have a Type tag with value 'execute next' or 'execute'. Action ID '{0}'. - - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
Action: 'execute next/execute one top/execute/execute one now' On Group -> Group: poll/poll action/poll trigger.]]>
-
- - InvalidAfterStartupGroupType - - - After startup Group must have a Type tag with value 'poll', 'poll trigger' or 'poll action'. Group ID '{0}'. - - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
Action: 'execute next/execute one top/execute/execute one now' On Group -> Group: poll/poll action/poll trigger.]]>
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - triggerId - itemKind - triggerName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - triggerId - triggerNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - triggerIds - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdTag - - - MissingTag - - - - tagName - itemKind - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - triggerId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - triggerId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - targetKind - idOrPidForReference - targetId - itemKind - idOrPidForItem - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Action - - - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - actionIds - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - actionId - itemKind - actionName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - actionId - actionNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - reasonTitle - actionType - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttibute - - - - attributeName - itemKind - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValueInAttribute - - - - untrimmedValue - attributeName - itemKind - idOrPid - actionId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - actionId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConditionTag - - - InvalidCondition - - - - conditionString - invalidityReason - itemKind - idOrPid - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ConditionCanBeSimplified - - - - conditionString - itemKind - idOrPid - actionId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTypeTag - - - MissingTag - - - - tagName - itemKind - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - actionId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - actionType - tagName - itemKind - actionId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOnTag - - - MissingTag - - - - tagName - itemKind - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - actionId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - actionOn - tagName - itemKind - actionId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckActionTypes - - - IncompatibleTypeVsOnTag - - - - item1Title - actionType - item2Title - actionOn - itemKind - idOrPid - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingOnIdAttribute - - - - attributeName - reason1Title - actionType - reason2Title - actionOn - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingTypeIdAttribute - - - - attributeName - reason1Title - actionType - reason2Title - actionOn - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingOnNrAttribute - - - - attributeName - reason1Title - actionType - reason2Title - actionOn - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingParamRefInTypeIdAttribute - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingTypeIdOrTypeValueAttribute - - - - attributeName - reason1Title - actionType - reason2Title - actionOn - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ExcessiveTypeIdOrTypeValueAttribute - - - - attributeName - reason1Title - actionType - reason2Title - actionOn - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingRefToPairOnTimeoutSetNext - - - Attribute 'On@nr' references a non-existing 'Pair' with 1-based position '{0}' in Group '{1}'. Action ID '{2}' triggered by Trigger '{3}'. - - pairPosition - groupId - actionId - triggerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingConnectionRefInTypeNrAttribute - - - - attributeName - referenceKind - idOrPidForReference - connectionId - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedConnectionTypeDueTo - - - {5}'Type@nr' attribute in action of type '{0}' on '{1}' references Connection '{2}' with wrong type '{3}'. Action ID '{4}'. - - actionType - actionOn - connectionId - connectionType - actionId - optionalPrefix - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedGroupContentDueTo - - - Attribute 'On@id' in action of type '{0}' on '{1}' references Group '{2}' which is missing 'Content/Param' tag(s). Action ID '{3}'. - - actionType - actionOn - groupId - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedGroupParamType - - - Attribute 'On@id' in action of type '{0}' on '{1}' references Group '{2}' which references Param '{3}' with unsupported 'Param/Type' '{4}'. Action ID '{5}'. - - actionType - actionOn - groupId - paramId - paramType - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedGroupParamWithoutSnmp - - - Attribute 'On@id' in action of type '{0}' on '{1}' references Group '{2}' which references Param '{3}' with unsupported 'SNMP/Enabled' '{4}'. Action ID '{5}'. - - actionType - actionOn - groupId - paramId - snmpEnabledValue - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnsupportedAttributeOnNr - - - - attributeName - reasonTitle1 - actionType - reasonTitle2 - actionOn - itemKind - idOrPidForItem - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - - CheckValueAttribute - - - - CheckNrAttribute - - - - CheckOptionsAttribute - - - - CheckReturnAttribute - - - - CheckStartOffsetAttribute - - - - CheckEndOffsetAttribute - - - - CheckAllowedAttribute - - - - CheckRescheduleAttribute - - - - CheckScaleAttribute - - - - CheckSequenceAttribute - - - - CheckScriptAttribute - - - - CheckArgumentsAttribute - - - - CheckReturnValueAttribute - - - - CheckNrAttribute - - - EmptyAttibute - - - - attributeName - itemKind - actionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - untrimmedValue - attributeName - itemKind - idOrPid - actionId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - actionId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Timer - - - CheckTimeTag - - - MissingTag - - - - tagName - itemKind - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - timerId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidTagValue - - - - tagName - tagValue - allowedValues - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - TimerTimeCannotBeLargerThan24Days - - - Timer Tag value '{0}' is higher than the max allowed value of 24 days. Timer id '{1}'. - - timeValue - timerId - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - DuplicateTimer - - - Duplicate Timer with Time '{0}'. Timer IDs '{1}'. - - timerTime - timerIDs - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
- - TooFastTimer - - - Too fast Timer Time '{0}'. Timer ID '{1}'. - - timerTime - timerId - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
- - TooSimilarTimers - - - Timer Time values too similar. Timer IDs '{0}'. Time values '{1}'. - - timerId - timerTime - - - Minor - Uncertain - Validator - NonBreaking - False - - -
-
-
-
- - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - timerIds - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOptionsAttribute - - - NonExistingIdInOption - - - '{0}' option refers to a non-existing {1} '{2}'. - - timerOption - referItemType - referItemId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInOption - - - '{0}' option has an invalid value '{1}'. - - optionName - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - Invalid value for Timer@options attribute. Timer ID '{0}'. Current Value '{1}'. - - timerId - attributeValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingIpOption - - - Option '{0}' requires the 'ip' option in Timer@options. Timer ID '{1}'. - - optionName - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidIgnoreIfOption - - - Invalid value for 'ignoreIf' option. Expected format: 'ignoreIf:<columnIdx>,<value>'. Current value '{0}'. - - ignoreIfValue - - - Major - Certain - Validator - NonBreaking - False - - -
,", where specifies the zero-based column index of a column of the table specified in the "ip" option, which holds the value to be compared with the value specified in .]]>
-
- - InvalidEachOption - - - Invalid value for 'each' option. Expected format: 'each:<period>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
', where specifies the period (in ms) that each row should be executed in the table.]]>
-
- - InvalidDynamicThreadPoolOption - - - Invalid value for 'dynamicThreadPool' option. Expected format: 'dynamicThreadPool:<threadPoolSizeMonitorPid>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
', where specifies the ID of the parameter that will be used to show the current size of the thread pool.]]>
-
- - InvalidInstanceOption - - - Invalid value for 'instance' option. Expected format: 'instance:<tablePid>,<columnIdx>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
,', where specifies the table parameter ID and specifies the zero-based column index of the column that holds the instance value.]]>
-
- - InvalidIpOption - - - Invalid value for 'ip' option. Expected format: 'ip:<tablePid>,<columnIdx>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
,', where specifies the table parameter ID and specifies the zero-based column index of the column that holds the IP address or the primary key (in case a QAction for each row of the table is executed directly from the timer).]]>
-
- - InvalidPollingRateOption - - - Invalid value for 'pollingRate' option. Expected format: 'pollingRate:<interval>,<maxCount>,<releaseCount>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
,,', where specifies the interval (in ms).]]>
-
- - InvalidQActionOption - - - Invalid value for 'qaction' option. Expected format: 'qaction:<qactionId>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
', where specifies the ID of the QAction.]]>
-
- - InvalidQActionBeforeOption - - - Invalid value for 'qactionBefore' option. Expected format: 'qactionBefore:<qactionId>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
', where specifies the ID of the QAction.]]>
-
- - InvalidQActionAfterOption - - - Invalid value for 'qactionAfter' option. Expected format: 'qactionAfter:<qactionId>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
', where specifies the ID of the QAction.]]>
-
- - InvalidThreadPoolOption - - - Invalid value for 'threadPool' option. Expected format: 'threadPool:<size>,<calculationInterval>,<usagePid>,<waitingPid>,<maxDurationPid>,<avgDurationPid>,<counterPid>,<queueSize>'. Current value '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
,,,,,,,', where: [NewLine] - specifies the maximum number of threads available in the thread pool.[NewLine] - specifies the thread statistics refresh interval (in s).[NewLine] - specifies the ID of the parameter that will display the number of threads that are in use (refreshes each s).[NewLine] - specifies the ID of the parameter that will display the number of threads that are waiting because all the thread pool threads are in use (refreshes each s).[NewLine] - : specifies the ID of the parameter that will display how long it took to execute the slowest thread during the last calculation interval (expressed in ms).[NewLine] - : specifies the ID of the parameter that will display how long it took on average to execute a thread during the last calculation interval (expressed in ms).[NewLine] - : specifies the ID of the parameter that will display the number of threads that were finished during the last calculation interval.[NewLine] - : specifies the number of items that can be put in waiting state. When the waiting thread pool has reached the stack size, a notice alarm is generated.[NewLine]]]>
-
- - MissingEachOption - - - Option '{0}' requires the 'each' option in Timer@options. Timer ID '{1}'. - - optionName - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingThreadPoolOption - - - Option '{0}' requires the 'threadPool' option in Timer@options. Timer ID '{1}'. - - optionName - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIdInDynamicThreadPoolOption - - - - optionName - referenceKind - idOrPidForReference - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingValueInOption - - - Required value '{0}' is not defined. - - placeholderName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidPingOption - - - Invalid value for 'ping' option. Current value: '{0}'. - - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
=):[NewLine] - rttColumn: Specifies the 1-based column where the RTT value (in ms) should be stored. The table this column belongs to is specified in the 'ip' option.[NewLine] - timeoutPid: (Obsolete) Specifies the ID of the parameter that will store the key of the row that resulted in timeout.[NewLine] - ttl: The time to live of the packet (maximum number of hops). Default: 10.[NewLine] - timeout: Max time (in ms) before the ping is flagged as timeout when no response is returned. Default: 500.[NewLine] - timestampColumn: Specifies the 1-based column where the timestamp should be stored when the ping has been executed. The table this column belongs to is specified in the 'ip' option.[NewLine] - type: Specifies the type of ping that is used: ICMP or Winsock. Default: ICMP.[NewLine] - size: Specifies the payload size of the packet that is used to execute the ping. Default: 0.[NewLine] - continueSnmpOnTimeout: Specifies whether the group should be executed when the ping is in timeout.[NewLine] - jitterColumn: Specifies the 1-based column index of the column that will contain the jitter (in ms). The table this column belongs to is specified in the 'ip' option.[NewLine] - latencyColumn: Specifies the 1-based column index of the column that will contain the latency (in ms). The table this column belongs to is specified in the 'ip' option.[NewLine] - packetLossRateColumn: Specifies the 1-based column index of the column that will contain the packet loss rate (decimal value ranging from 0.01 to 1). The table this column belongs to is specified in the 'ip' option.[NewLine] - amountPacketMeasurements: Specifies the number of packets that will be sent for calculating the jitter, latency and packet loss rate.[NewLine] - amountPacketMeasurementsPid: Specifies the ID of the parameter that holds the number of packets that will be sent for calculating the jitter, latency and packet loss rate.[NewLine] - amountPackets: Specifies the number of packets to be sent to the device.[NewLine] - amountPacketsPid: Specifies the ID of the parameter that holds the number of packets to be sent to the device.[NewLine] - excludeWorstResults: Specifies the percentage of worst result to exclude. [NewLine] excludeWorstResultsPid: Specifies the ID of the parameter that holds the percentage of worst result to exclude.]]>
-
- - UnknownOption - - - Unknown option '{0}' detected. - - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
: where should be one of the following:[NewLine]- each[NewLine]- dynamicThreadPool[NewLine]- ignoreIf[NewLine]- instance[NewLine]- ip[NewLine]- ping[NewLine]- pollingRate[NewLine]- qaction[NewLine]- qactionBefore[NewLine]- qactionAfter[NewLine]- threadPool[NewLine]Options should be separated using semicolons (';').]]>
-
- - DuplicateOption - - - Duplicate option '{0}' detected. - - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnknownOptionInPingOption - - - Unknown option '{0}' detected in 'ping' option. - - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
= where should be one of the following:[NewLine] - rttColumn[NewLine] - timeoutPid[NewLine] - ttl[NewLine] - timeout[NewLine] - timestampColumn[NewLine] - type[NewLine] - size[NewLine] - continueSnmpOnTimeout[NewLine] - jitterColumn[NewLine] - latencyColumn[NewLine] - packetLossRateColumn[NewLine] - amountPacketsMeasurements[NewLine] - amountPacketsMeasurementsPid[NewLine] - amountPackets[NewLine] - amountPacketsPid[NewLine] - excludeWorstResults[NewLine] - excludeWorstResultsPid[NewLine]Options should be separated by a comma (',').]]>
-
- - DuplicateOptionInPingOption - - - Duplicate option '{0}' detected in 'ping' option. - - optionName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ThreadPoolCalculationIntervalDefined - - - Thread pool statistics can have a big impact on performance. Timer ID '{0}'. - - timerId - - - Warning - Certain - Validator - NonBreaking - False - - -
to -1.[NewLine]Also, set the value of the options that specify the ID of the parameter that will show the statistic to -1.[NewLine]For example: threadPool:10,-1,-1,-1,-1,-1,-1,500.]]>
-
- - UseOfObsoleteTimeoutPidOptionInPingOption - - - The use of the timeoutPid option in the ping option is obsolete. - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - UseOfObsoleteQActionOption - - - The use of the qaction option is obsolete. - - - Warning - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingColumnIdxInOption - - - - timerOption - columnIndentifier - columnIdx - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingColumnPositionInOption - - - - timerOption - columnIndentifier - columnPosition - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConditionTag - - - InvalidCondition - - - - conditionString - invalidityReason - itemKind - idOrPid - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UnrecommendedCondition - - - Unrecommended condition on Timer. Timer ID '{0}'. - - timerId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - ConditionCanBeSimplified - - - - conditionString - itemKind - idOrPid - timerId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckGroupTag - - - NonExistingIdInGroup - - - - tagName - referenceKind - idOrPidForReference - referenceId - itemKind - idOrPidForItem - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyGroupTag - - - - tagName - itemKind - timerId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidGroupTag - - - - tagValue - tagName - itemKind - timerId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - timerId - itemKind - timerName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - timerId - timerNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
-
-
- - HTTP - - - CheckHeaders - - - MissingHeaderForVerb - - - Missing Header '{0}' in HTTP '{1}' request. Session ID '{2}'. Connection ID '{3}'. - - headerKey - verb - sessionId - connectionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateHeaderKeys - - - Duplicate Header '{0}' in HTTP request. Session ID '{1}'. Connection ID '{2}'. - - headerKey - sessionId - connectionId - - - Major - Certain - Validator - NonBreaking - - -
-
-
-
- - CheckHeaderTag - - - UntrimmedTag - - - - tagName - tagValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
-
-
- - CheckKeyAttribute - - - UnknownHeaderKey - - - Unknown Header key '{0}' for HTTP request. Session ID '{1}'. Connection ID '{2}'. - - headerKey - sessionId - connectionId - - - Major - Uncertain - Validator - NonBreaking - False - - -
Feel free to suppress the result.[NewLine]- The consensus has been updated and DIS is not up to date -> Please report it to the DIS team via the DIS Feedback feature.]]>
-
- - UntrimmedHeaderKey - - - Untrimmed Header key '{0}' for HTTP request. Session ID '{1}'. Connection ID '{2}'. - - headerKey - sessionId - connectionId - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - MissingKeyAttribute - - - Missing key attribute. Session ID '{0}'. Connection ID '{1}'. - - sessionId - connectionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - EmptyKeyAttribute - - - Empty key attribute. Session ID '{0}'. Connection ID '{1}'. - - sessionId - connectionId - - - Minor - Certain - Validator - NonBreaking - False - - -
-
- - InvalidHeaderKeyForVerb - - - Invalid Header key '{0}' for HTTP '{1}' request. Session ID '{2}'. Connection ID '{3}'. - - headerKey - verb - sessionId - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - RedundantHeaderKey - - - Header key '{0}' is typically managed automatically by DataMiner. Session ID '{1}'. Connection ID '{2}'. - - headerKey - sessionId - connectionId - - - Warning - Uncertain - Validator - NonBreaking - False - - -
-
- - UnsupportedHeaderKey - - - Unsupported Header key '{0}'. Session ID '{1}'. Connection ID '{2}'. - - headerKey - sessionId - connectionId - - - Major - Validator - NonBreaking - False - - -
-
-
-
- - CheckPasswordAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckUsernameAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckProxyServerAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckProxyUserAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckProxyPasswordAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - pidValue - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - pidValue - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - pidValue - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - pidValue - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckStatusCodeAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - statusCode - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - pidValue - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPidAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - subItemKind - idOrPidForSubItem - connectionId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - pidValue - itemKind - httpSessionId - idOrPid - subItemKind - connectionId - subIdOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - sessionId - itemKind - sessionName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - sessionId - sessionNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - itemKind - sessionId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - sessionId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - sessionId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - connectionId - itemKind - sessionId - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - connectionId - connectionNames - parentKind - sessionId - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
-
-
- - Pair - - - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - pairIds - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckContentTag - - - MissingClearResponseRoutine - - - Missing clear response routine for pair '{0}'. - - pairId - - - Major - Certain - Validator - Breaking - False - - -
-
- - MissingClearResponseRoutine_Sub - - - Missing clear response '{0}' routine after response '{1}'. - - responseIdToClear - responseIdOnWhichToTrigger - - - Major - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - pairId - itemKind - pairName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - pairId - pairNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckCommandTag - - - MissingTag - - - - tagName - itemKind - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyTag - - - - tagName - itemKind - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pairId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - pairId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - commandId - itemKind - idOrPidForItem - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckResponseTag - - - EmptyTag - - - - tagName - itemKind - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pairId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - pairId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - responseId - itemKind - idOrPidForItem - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckResponseOnBadCommandTag - - - EmptyTag - - - - tagName - itemKind - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - pairId - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - tagValue - tagName - itemKind - pairId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - responseId - itemKind - idOrPidForItem - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConditionTag - - - InvalidCondition - - - - conditionString - invalidityReason - itemKind - idOrPid - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - pairId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ConditionCanBeSimplified - - - - conditionString - itemKind - idOrPid - pairId - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Command - - - CheckCommandLogic - - - MissingCrcCommandAction - - - - actionType - commandId - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - commandIds - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckParamTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - commandId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyParamTag - - - - tagName - itemKind - commandId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidParamTag - - - - value - tagName - itemKind - commandId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckAsciiAttribute - - - EmptyAttribute - - - - attributeName - itemKind - commandId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - asciiValue - itemKind - commandId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - commandId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - commandId - itemKind - commandName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - commandId - commandNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
-
-
- - Response - - - CheckResponseLogic - - - MissingCrcResponseAction - - - - actionType - responseId - paramPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - SmartSerialResponseShouldContainHeaderTrailer - - - Defined headers and trailers linked to smart-serial connection '{0}' should be used in response '{1}'. - - connectionId - responseId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckNameTag - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - responseIds - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckParamTag - - - NonExistingId - - - - tagName - referenceKind - idOrPidForReference - referencedPid - itemKind - idOrPidForItem - responseId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyParamTag - - - - tagName - itemKind - responseId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidParamTag - - - - value - tagName - itemKind - responseId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Critical - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - responseId - itemKind - responseName - idOrPid - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedId - - - - itemKind - responseId - responseNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
-
-
- - Ports - - - CheckNameAttribute - - - MissingAttribute - - - - attributeName - itemKind - connectionId - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - connectionId - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - connectionId - attributeValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
-
-
-
-
- - Relation - - - CheckNameAttribute - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - - - Minor - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPathAttribute - - - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - attributeName - pathValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingForeignKeyForRelation - - - Missing foreignKey(s) detected for relation '{0}'. - - relationNameOrPath - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingForeignKeyInTable_Sub - - - Missing foreignKey between table '{0}' and table '{1}'. - - table1Pid - table2Pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamWrongType - - - Invalid Param Type '{0}' in relation. Expected Type 'array'. Param ID '{1}'. - - paramType - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on Param referenced in a relation path. Param ID '{0}'. - - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateValue - - - - itemKind - valueKind - duplicateValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Topology - - - CheckNameAttribute - - - DuplicatedValue - - - - itemKind - valueKind - duplicateName - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - Chain - - - CheckChildNameAttributes - - - DuplicatedValue - - - Duplicated {0} Name '{1}'. - - itemKind - chainName - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - ParameterGroup - - - CheckDynamicIdAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - tablePid - itemKind - idOrPidForItem - parameterGroupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - attributeValue - itemKind - parameterGroupId - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - groupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckParameterGroupsTag - - - DcfAdded - - - DCF was added. - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckNameAttribute - - - DcfParameterGroupNameChanged - - - DCF Group name for ParameterGroup '{0}' was changed from '{1}' into '{2}'. - - groupId - oldName - newName - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - MissingAttribute - - - - attributeName - itemKind - parameterGroupId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - parameterGroupId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicatedValue - - - - itemKind - valueKind - duplicateName - parameterGroupIds - - - Critical - Certain - Validator - Breaking - False - - -
-
- - InvalidChars - - - - attributeName - attributeValue - invalidCharacters - - - Critical - Certain - Validator - Breaking - False - - -
-
- - LengthyValue - - - Too long ParameterGroup Name. Current value '{0}'. - - parameterGroupName - - - Minor - Certain - Validator - Breaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - parameterGroupId - untrimmedName - - - Critical - Certain - Validator - Breaking - True - - -
-
-
-
- - CheckTypeAttribute - - - DcfParameterGroupTypeChanged - - - DCF Group type for ParameterGroup '{0}' was changed from '{1}' into '{2}'. - - groupId - oldType - newType - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
-
-
- - CheckGroupTag - - - DcfParameterGroupRemoved - - - ParameterGroup '{0}' was removed. - - groupId - - - Major - Certain - MajorChangeChecker - Breaking - False - - -
-
- - IncompatibleParamReferences - - - Incompatible links to parameters via 'Group@dynamicId' attribute and 'Group/Params' element. ParameterGroup ID '{0}'. - - parameterGroupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - NonExistingId - - - - attributeName - referenceKind - idOrPidForReference - pid - itemKind - idOrPidForItem - parameterGroupId - - - Critical - Certain - Validator - Breaking - False - - -
-
- - DuplicateParamInParameterGroup - - - Duplicate Param '{0}' in ParameterGroup '{1}'. - - paramId - parameterGroupId - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - attributeValue - - - Warning - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - parameterGroupId - itemKind - parameterGroupName - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - OutOfRangeId - - - Out of range ParameterGroup ID '{0}'. - - id - - - Critical - Validator - NonBreaking - False - - -
0 and <= 10000.[NewLine]Note that from DM 9.0.4 onward, id > 0 and <=100.000 can be used.]]>
-
- - DuplicatedId - - - - itemKind - parameterGroupId - parameterGroupNames - - - Critical - Certain - Validator - Breaking - False - - -
-
-
-
- - CheckDynamicIndexAttribute - - - MissingDynamicIdAttribute - - - Filtering via 'Group@dynamicIndex' attribute requires a 'Group@dynamicId' attribute. ParameterGroup ID '{0}'. - - parameterGroupId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - ExportRule - - - CheckTableAttribute - - - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - pid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidAttribute - - - - attributeName - tableValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckWhereValueAttribute - - - MissingAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckWhereAttributeAttribute - - - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckWhereTagAttribute - - - MissingAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - untrimmedValue - - - Warning - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - TreeControl - - - CheckParameterIdAttribute - - - MissingAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - currentValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - invalidValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamWrongType - - - Invalid TreeControl Param Type '{0}'. Expected Type 'dummy'. Param ID '{1}'. - - paramType - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on TreeControl Param. Param ID '{0}'. - - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckPathAttribute - - - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - pathValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIdsInAttribute - - - - attributeName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIdsInAttribute_Sub - - - - attributeName - referenceKind - idOrPidForReference - paramId - itemKind - idOrPidForItem - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateId - - - - duplicateId - attributeName - itemKind - idOrPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValueInAttribute_Sub - - - - untrimmedValue - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInAttribute_Sub - - - - attributeName - invalidPart - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on table displayed in TreeControl Hierarchy. Table PID '{0}'. - - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckIdAttribute - - - MissingAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - tableId - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on table displayed in TreeControl Hierarchy. Table PID '{0}'. - - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckParentAttribute - - - MissingAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ExcessiveAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckConditionAttribute - - - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedColumnPid - - - Untrimmed value '{0}' in attribute 'Table@condition' in TreeControl '{1}'. - - untrimmedColumnPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInAttribute_Sub - - - - optionName - attributeName - itemKind - idOrPid - treeControlId - optionValue - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - MissingValueInAttribute_Sub - - - - valueName - attributeName - itemKind - idOrPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedColumnExpectingRTDisplay - - - RTDisplay(true) expected on Param '{0}' referred as condition column in 'Hierarchy/Table@condition' attribute. TreeControl PID '{1}'. - - columnPid - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDetailsTableIdAttribute - - - MissingAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedTableExpectingRTDisplay - - - RTDisplay(true) expected on TreeControl/ExtraDetails table. Table PID '{0}'. - - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckDiscreetColumnIdAttribute - - - MissingAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedColumnExpectingRTDisplay - - - RTDisplay(true) expected on column referenced by TreeControl 'LinkedDetails@discreetColumnId' attribute. Column PID '{0}'. - - columnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckParameterAttribute - - - MissingAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - columnPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - ReferencedParamExpectingRTDisplay - - - RTDisplay(true) expected on 'TreeControl/ExtraTabs/Tab@parameters' Param. Param ID '{0}'. - - paramId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckTableIdAttribute - - - MissingAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeName - attributeValue - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingId - - - - tagName - attributeName - referenceKind - idOrPidForReference - tablePid - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckHiddenColumnsTag - - - EmptyTag - - - - tagName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - hiddenColumnsValue - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds - - - - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds_Sub - - - - tagName - referenceKind - idOrPidForReference - columnPid - itemKind - idOrPidForItem - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateId - - - - duplicateId - tagName - itemKind - idOrPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInTag_Sub - - - - tagName - invalidPart - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedInTag_Sub - - - - untrimmedValue - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - IrrelevantColumn - - - Irrelevant column with PID '{0}' in 'TreeControl/HiddenColumns'. TreeControl ID '{1}'. - - columnPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOverrideDisplayColumnsTag - - - EmptyTag - - - - tagName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - attributeValue - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds - - - - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds_Sub - - - - tagName - referenceKind - idOrPidForReference - columnPid - itemKind - idOrPidForItem - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateId - - - - duplicateId - tagName - itemKind - idOrPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateOverrideDisplayColumn - - - Duplicate OverrideDisplayColumns IDs for Table '{0}'. TreeControl ID '{1}'. - - tablePid - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValueInTag_Sub - - - - untrimmedValue - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInTag_Sub - - - - tagName - invalidPart - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateOverrideDisplayColumns_Sub - - - Duplicate OverrideDisplayColumns ID '{0}'. - - duplicateId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - IrrelevantColumn - - - Irrelevant column with PID '{0}' in 'TreeControl/OverrideDisplayColumns'. TreeControl ID '{1}'. - - columnPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckOverrideIconColumnsTag - - - EmptyTag - - - - tagName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - overrideIconColumnsValue - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds - - - - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds_Sub - - - - tagName - referenceKind - idOrPidForReference - columnPid - itemKind - idOrPidForItem - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateId - - - - duplicateId - tagName - itemKind - idOrPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateOverrideIconColumns - - - Duplicate OverrideIconColumns IDs for Table '{0}'. TreeControl ID '{1}'. - - tablePid - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValueInTag_Sub - - - - untrimmedValue - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInTag_Sub - - - - tagName - invalidPart - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateOverrideIconColumns_Sub - - - Duplicate OverrideIconColumns ID '{0}'. - - duplicateId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - IrrelevantColumn - - - Irrelevant column with PID '{0}' in 'TreeControl/OverrideIconColumns'. TreeControl ID '{1}'. - - columnPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
- - CheckReadonlyColumnsTag - - - EmptyTag - - - - tagName - itemKind - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedTag - - - - tagName - itemKind - treeControlPid - untrimmedValue - - - Major - Certain - Validator - NonBreaking - True - - -
-
- - InvalidValue - - - - readonlyColumnsValue - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds - - - - tagName - itemKind - treeControlPid - idOrPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - NonExistingIds_Sub - - - - tagName - referenceKind - idOrPidForReference - columnPid - itemKind - idOrPidForItem - treeControlPid - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - DuplicateId - - - - duplicateId - tagName - itemKind - idOrPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - UntrimmedValueInTag_Sub - - - - untrimmedValue - attributeName - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - InvalidValueInTag_Sub - - - - tagName - invalidPart - - - Major - Certain - Validator - NonBreaking - False - - -
-
- - IrrelevantColumn - - - Irrelevant column with PID '{0}' in 'TreeControl/ReadonlyColumns'. TreeControl ID '{1}'. - - columnPid - treeControlId - - - Major - Certain - Validator - NonBreaking - False - - -
-
-
-
-
-
- - PortSettings - - - CheckNameAttribute - - - MissingAttribute - - - - attributeName - itemKind - connectionId - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - EmptyAttribute - - - - attributeName - itemKind - connectionId - - - Minor - Certain - Validator - NonBreaking - True - - -
-
- - UntrimmedAttribute - - - - attributeName - itemKind - connectionId - attributeValue - - - Minor - Certain - Validator - NonBreaking - True - - -
-
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/ProtocolTests/Protocol/QActions/CheckAssemblies/CheckAssemblies.cs b/ProtocolTests/Protocol/QActions/CheckAssemblies/CheckAssemblies.cs index 1af5d9f..b243ce2 100644 --- a/ProtocolTests/Protocol/QActions/CheckAssemblies/CheckAssemblies.cs +++ b/ProtocolTests/Protocol/QActions/CheckAssemblies/CheckAssemblies.cs @@ -72,8 +72,8 @@ public void QAction_SecureCoding_Invalid() IsSolution = true, ExpectedResults = new List { - Error.MissingSecureCoding(null, null, null, null), - Error.MissingSecureCoding(null, null, null, null), + Error.MissingSecureCoding(null, null, null, "1"), + Error.MissingSecureCoding(null, null, null, "2"), } };