--- title: "ErrorConfiguration Element (XMLA) | Microsoft Docs" ms.custom: "" ms.date: "03/06/2017" ms.prod: "sql-server-2016" ms.reviewer: "" ms.suite: "" ms.technology: - "analysis-services" - "docset-sql-devref" ms.tgt_pltfrm: "" ms.topic: "reference" apiname: - "ErrorConfiguration Element" apilocation: - "http://schemas.microsoft.com/analysisservices/2003/engine" apitype: "Schema" applies_to: - "SQL Server 2016 Preview" f1_keywords: - "http://schemas.microsoft.com/analysisservices/2003/engine#ErrorConfiguration" - "urn:schemas-microsoft-com:xml-analysis#ErrorConfiguration" - "microsoft.xml.analysis.errorconfiguration" helpviewer_keywords: - "ErrorConfiguration element" ms.assetid: 5e350f5f-3a14-49b4-80c0-208c61f336d5 caps.latest.revision: 13 author: "jeannt" ms.author: "jeannt" manager: "erikre" --- # ErrorConfiguration Element (XMLA) Specifies settings for handling errors that can occur during a [Batch](../../../analysis-services/xmla/xml-elements-commands/batch-element-xmla.md) or [Process](../../../analysis-services/xmla/xml-elements-commands/process-element-xmla.md) operation. ## Syntax ```xml ... ... ... ... ... ... ... ... ... ... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |Data type and length|None| |Default value|None| |Cardinality|0-1: Optional element that can occur once and only once.| ## Element Relationships |Relationship|Element| |------------------|-------------| |Parent elements|[Batch](../../../analysis-services/xmla/xml-elements-commands/batch-element-xmla.md), [Process](../../../analysis-services/xmla/xml-elements-commands/process-element-xmla.md)| |Child elements|[KeyDuplicate](../../../analysis-services/scripting/properties/keyduplicate-element-assl.md), [KeyErrorAction](../../../analysis-services/scripting/properties/keyerroraction-element-assl.md), [KeyErrorLimit](../../../analysis-services/scripting/properties/keyerrorlimit-element-assl.md), [KeyErrorLimitAction](../../../analysis-services/scripting/properties/keyerrorlimitaction-element-assl.md), [KeyErrorLogFile](../../../analysis-services/scripting/properties/keyerrorlogfile-element-assl.md), [KeyNotFound](../../../analysis-services/scripting/properties/keynotfound-element-assl.md), [NullKeyConvertedToUnknown](../../../analysis-services/scripting/properties/nullkeyconvertedtounknown-element-assl.md), [NullKeyNotAllowed](../../../analysis-services/scripting/properties/nullkeynotallowed-element-assl.md)| ## Remarks The structure of this element is identical to the structure of the **ErrorConfiguration** element in Analysis Services Scripting Language (ASSL). For more information about the **ErrorConfiguration** element, see [ErrorConfiguration Element (ASSL)](../../../analysis-services/scripting/objects/errorconfiguration-element-assl.md). ## See Also [Properties (XMLA)](../../../analysis-services/xmla/xml-elements-properties/xml-elements-properties.md)