SQL Server System Errors: 6000 - 6999

List of error messages between 6000 and 6999 in SQL Server 2017.

These error messages are all available by querying the sys.messages catalog view on the master database.

message_id severity is_event_logged text
6001100SHUTDOWN is waiting for %d process(es) to complete.
6004100User does not have permission to perform this action.
6005100SHUTDOWN is in progress.
6006101Server shut down by %.*ls from login %.*ls.
6007100The SHUTDOWN statement cannot be executed within a transaction or by a stored procedure.
6101160Session ID %d is not valid.
6102140User does not have permission to use the KILL statement.
6104160Cannot use KILL to kill your own process.
6106160Process ID %d is not an active process ID.
6107140Only user processes can be killed.
6108160KILL SPID WITH COMMIT/ROLLBACK is not supported by Microsoft SQL Server. Use KILL UOW WITH COMMIT/ROLLBACK to resolve in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC).
6109100SPID %d: transaction rollback in progress. Estimated rollback completion: %d%%. Estimated time remaining: %d seconds.
6110160The distributed transaction with UOW %s does not exist.
6111160Another user has decided a different outcome for the distributed transaction associated with UOW %s.
6112160Distributed transaction with UOW %s is in prepared state. Only Microsoft Distributed Transaction Coordinator can resolve this transaction. KILL command failed.
6113160The distributed transaction associated with UOW %s is in PREPARE state. Use KILL UOW WITH COMMIT/ROLLBACK syntax to kill the transaction instead.
6114160Distributed transaction with UOW %s is being used by another user. KILL command failed.
6115160KILL command cannot be used inside user transactions.
6117160There is a connection associated with the distributed transaction with UOW %s. First, kill the connection using KILL SPID syntax.
6118160The distributed transaction associated with UOW %s is not in PREPARED state. Use KILL UOW to kill the transaction instead.
6119100Distributed transaction with UOW %s is rolling back: estimated rollback completion: %d%%, estimated time left %d seconds.
6120160Status report cannot be obtained. Rollback operation for Process ID %d is not in progress.
6121160Status report cannot be obtained. Rollback operation for UOW %s is not in progress.
6200160Method "%ls" of type "%ls" in assembly "%.*ls" is marked as a mutator. Mutators cannot be used in the read-only portion of the query.
6201160Method "%ls" of type "%ls" in assembly "%.*ls" is not marked as a mutator. Only mutators can be used to update the value of a CLR type.
6202160Method "%ls" of type "%ls" in assembly "%.*ls" does not return a value.
6203160Method '%ls' of type '%ls' in assembly '%.*ls' cannot be marked as a mutator. A mutator method must be non-static, public, and returns void type.
6204160Trying to send a record with %d columns(s) in a result set with %d column(s).
6205160%s ASSEMBLY failed because assembly '%.*ls' was compiled with /UNSAFE option, but the assembly was not registered with the required PERMISSION_SET = UNSAFE option.
6206160Request submitted with too many parameters. The maximum number is %ld.
6207160Error converting %.*ls to fixed length binary type. The result would be padded and cannot be converted back.
6208160%s failed because the parameter count for the FillRow method should be one more than the SQL declaration for the table valued CLR function.
6209160Unsound ordering on CLR type "%.*ls": returning NULL on non-NULL inputs.
6210160CLR type '%.*ls' is not fully comparable.
6211160%s ASSEMBLY failed because type '%.*ls' in %.*ls assembly '%.*ls' has a static field '%.*ls'. Attributes of static fields in %.*ls assemblies must be marked readonly in Visual C#, ReadOnly in Visual Basic, or initonly in Visual C++ and intermediate language.
6212160%s ASSEMBLY failed because method '%.*ls' on type '%.*ls' in %.*ls assembly '%.*ls' is storing to a static field. Storing to a static field is not allowed in %.*ls assemblies.
6213160%s ASSEMBLY failed because method "%.*ls" on type "%.*ls" in %.*ls assembly "%.*ls" has a synchronized attribute. Explicit synchronization is not allowed in %.*ls assemblies.
6214160%s ASSEMBLY failed because assembly "%.*ls" has an unmanaged entry point.
6215160%s ASSEMBLY failed because method '%.*ls' on type '%.*ls' in %.*ls assembly '%.*ls' has invalid attribute 0x%x.
6216160%s ASSEMBLY failed because type "%.*ls" in %.*ls assembly "%.*ls" has a finalizer. Finalizers are not allowed in %.*ls assemblies.
6217160ALTER ASSEMBLY ADD FILE failed because the file, "%.*ls", being added is empty.
6218160%s ASSEMBLY for assembly '%.*ls' failed because assembly '%.*ls' failed verification. Check if the referenced assemblies are up-to-date and trusted (for external_access or unsafe) to execute in the database. CLR Verifier error messages if any will follow this message%.*ls
6219160%s ASSEMBLY failed because assembly source parameter %d has an unmanaged entry point.
6220160SELECT INTO failed because CLR type "%.*ls" does not exist in the target database.
6221160The cursor operation generated more than one row of different column metadata.
6222160Type "%.*ls.%.*ls" is marked for native serialization, but field "%.*ls" of type "%.*ls.%.*ls" is not valid for native serialization.
6223160Type "%.*ls.%.*ls" is marked for native serialization, but field "%.*ls" of type "%.*ls.%.*ls" is of type "%.*ls.%.*ls", which is not marked with "LayoutKind.Sequential". Native serialization requires the type to be marked with "LayoutKind.Sequential".
6224160Type "%.*ls.%.*ls" is marked for native serialization, but field "%.*ls" of type "%.*ls.%.*ls" is marked with "System.NonSerializedAttribute". Native serialization types cannot have fields marked with "System.NonSerializedAttribute".
6225160Type "%.*ls.%.*ls" is marked for native serialization, but field "%.*ls" of type "%.*ls.%.*ls" is of type "%.*ls.%.*ls" which is a non-value type. Native serialization types can only have fields of blittable types. If you wish to have a field of any other type, consider using different kind of serialization format, such as User Defined Serialization.
6226160Type "%.*ls.%.*ls" is marked for user-defined serialization, but does not implement the "%.*ls.%.*ls" interface.
6227160Type "%.*ls.%.*ls" is marked for native serialization, but field "%.*ls" of type "%.*ls.%.*ls" is of type "%.*ls.%.*ls", which is not blittable, or type "%.*ls.%.*ls" has a recursive definition.
6228160Type "%.*ls.%.*ls" is marked for native serialization, but it contains non-blittable fields.
6229160Type "%.*ls.%.*ls" is marked for native serialization. It is not marked with "LayoutKind.Sequential". Native serialization requires the type to be marked with "LayoutKind.Sequential".
6230160Type "%.*ls.%.*ls" is marked for native serialization, but field "%.*ls" of type "%.*ls.%.*ls" has field marshallers. Native serialization types cannot have field marshallers.
6231160Type "%.*ls.%.*ls" is marked for native serialization, but one of its base types "%.*ls.%.*ls" is not valid for native serialization.
6232160Type "%.*ls.%.*ls" is marked for native serialization, but base type "%.*ls.%.*ls" is not marked with "LayoutKind.Sequential". Native serialization requires the type to be marked with "LayoutKind.Sequential".
6233160In proc data access is not allowed in an impersonated state.
6234160Data truncation error. Length (%d) exceeds maximum length (%d) for type '%.*ls'.
6235160Data serialization error. Length (%d) is less than fixed length (%d) for type '%.*ls'.
6236160%s ASSEMBLY failed because filename '%.*ls' is too long.
6237160%s ASSEMBLY failed because method "%.*ls" on type "%.*ls" in assembly "%.*ls" has an invalid custom attribute "%.*ls".
6238160%s ASSEMBLY failed because field "%.*ls" in type "%.*ls" in assembly "%.*ls" has an invalid custom attribute "%.*ls".
6239160%s ASSEMBLY failed because type "%.*ls" in assembly "%.*ls" has an invalid custom attribute "%.*ls".
6240160ALTER ASSEMBLY failed because the function '%s' of type '%s' no longer satisfies indexability requirements, and is used for the indexed view '%s'.
6241160Trying to send a record with type or name of column %d differing from the type or name of the corresponding column of the result set.
6242160CREATE ASSEMBLY failed because the user "%.*ls" specified in the authorization clause does not exist.
6243160'%.*ls.%.*ls' is marked for native serialization, and has the MaxByteSize property specified in the '%.*ls' attribute. Native serialization objects can not specify MaxByteSize property, it is calculated by SQL Server.
6244160The size (%d) for "%.*ls.%.*ls" is not in the valid range. Size must be -1 or a number between 1 and 8000.
6245160Invalid serialization format (%d) for type "%.*ls.%.*ls".
6246160Assembly "%.*ls" already exists in database "%.*ls".
6247160Cannot create type because '%.*ls.%.*ls' cannot have fixed length if it has MaxByteSize set to -1.
6248160%s failed because the type '%s' contains a method '%s' specified by SqlUserDefinedType.ValidateMethodName that does not conform to the required specification because it has an invalid signature.
6249160The associated file "%.*ls" already exists for assembly "%.*ls".
6250110Assembly "%.*ls" does not have an associated file "%.*ls".
6251160ALTER ASSEMBLY failed because the assembly file parameter %d is not a valid expression.
6252160ALTER ASSEMBLY failed because a file name was not specified for the inline assembly file parameter %d.
6253101Common language runtime (CLR) functionality initialized using CLR version %ls from %ls.
6254101Common language runtime (CLR) functionality initialized.
6255160%s failed because type "%s" does not conform to the %s specification: missing custom attribute "%.*ls".
6256160SqlPipe request submitted with too many columns. The maximum number is %d.
6257160CREATE ASSEMBLY for assembly '%.*ls' failed because the assembly is built for an unsupported version of the Common Language Runtime.
6258160Function signature of "FillRow" method (as designated by SqlFunctionAttribute.FillRowMethodName) does not match SQL declaration for table valued CLR function'%.*ls' due to column %d.
6259160Assembly '%.*ls' could not be loaded because it failed verification. %.*ls
6260160An error occurred while getting new row from user defined Table Valued Function : %.*ls.
6261160The CLR type referenced by column "%.*ls" of table variable "%.*ls" has been dropped during the execution of the batch. Run the batch again.
6262160Assembly was not found in current database or version did not match.
6263160Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option.
6264160Data access failed because the .NET Framework routine is not marked with "DataAccessKind.Read" or "SystemDataAccessKind.Read".
6265160%s ASSEMBLY failed because type "%.*ls" in %.*ls assembly "%.*ls" has a pinvokeimpl method. P/Invoke is not allowed in %.*ls assemblies.
6266100Warning: Assembly "%.*ls" was built using version %.*ls of the .NET Framework. SQL Server currently uses version %s.
6267160Assembly "%.*ls" does not exist, or the user does not have permission to reference it.
6269160ALTER ASSEMBLY failed because the user-defined aggregate "%s" does not exist or is not correctly defined in the updated assembly.
6270160ALTER ASSEMBLY failed because the required method "%s" in type "%s" was not found with the same signature in the updated assembly.
6271160ALTER ASSEMBLY failed because the required field "%s" in type "%s" was not found with the same signature in the updated assembly.
6272160ALTER ASSEMBLY failed because required property '%s' in type '%s' was not found with the same signature in the updated assembly.
6273160ALTER ASSEMBLY failed because required type '%s' does not exist or is not correctly defined in the updated assembly.
6274160ALTER ASSEMBLY failed because the serialization format of type '%s' would change in the updated assembly. Persisted types are not allowed to change serialization formats.
6275160ALTER ASSEMBLY failed because the IsByteOrdered attribute of type '%s' would change in the updated assembly.
6276160ALTER ASSEMBLY failed because serialization data of type '%s' would change in the updated assembly. Persisted types are not allowed to change serialization data.
6277160ALTER ASSEMBLY failed because the MaxLen attribute of type '%s' would change in the updated assembly. Persisted types are not allowed to change MaxLen attribute.
6278160ALTER ASSEMBLY failed because the IsFixedLen attribute of type '%s' would change in the updated assembly. Persisted types are not allowed to change IsFixedLen attribute.
6279160ALTER ASSEMBLY failed because the mutator attribute of method '%s' in type '%s' would change in the updated assembly, and the method is in use by the schema-bound function or view '%s'.
6280160ALTER ASSEMBLY failed because table, view or constraint '%s' depends on this assembly. Use WITH UNCHECKED DATA to skip checking for persisted data.
6281160ALTER ASSEMBLY failed because only users with ALTER ANY SCHEMA permissions can use WITH UNCHECKED DATA.
6282160ALTER ASSEMBLY failed because the referenced assemblies would change. The referenced assembly list must remain the same.
6283160ALTER ASSEMBLY failed because only the assembly revision version number is allowed to change.
6284160ALTER ASSEMBLY failed because it is referenced by object '%.*ls'. Assemblies that are referenced by SQL objects cannot be made invisible.
6285160%s ASSEMBLY failed because the source assembly is, according to MVID, identical to an assembly that is already registered under the name "%.*ls".
6286160'%s' ASSEMBLY failed because a different version of assembly '%s', referenced by assembly '%s', is already in the database.
6287160ALTER ASSEMBLY failed because the function '%s' of type '%s' no longer satisfies indexability requirements, and is used for the persisted computed column '%s' of table '%s'.
6288160ALTER ASSEMBLY has marked data as unchecked in one or more objects in database "%.*ls". Refer to column "has_unchecked_assembly_data" from system views "sys.tables" and "sys.views" to locate all such objects.
6289161Failed to allocate memory for common language runtime (CLR) functionality.
6290101AppDomain %i (%.*ls) unloaded.
6291161AppDomain %i (%.*ls) failed to unload with error code 0x%x.
6292160The transaction that is associated with this operation has been committed or rolled back. Retry with a different transaction.
6293160%.*ls.%.*ls.%.*ls: SqlFacetAttribute is invalid on a non-public member.
6294160%.*ls.%.*ls.%.*ls: %.*ls property of SqlFacetAttribute cannot be used in this context.
6295160%.*ls.%.*ls.%.*ls: %.*ls property of SqlFacetAttribute has an invalid value.
6296160%.*ls.%.*ls.%.*ls : SqlFacetAttribute cannot be applied to a property getter or a property setter. It should be applied to the property itself.
6297160%.*ls.%.*ls.%.*ls: The SqlFacetAttribute property IsFixedLength cannot be set to true when MaxSize is set to -1.
6298160%.*ls.%.*ls.%.*ls: The SqlFacetAttribute properties Precision and Scale have to be used together.
6299100AppDomain %i (%.*ls) created.
6302160The argument of CREATE or ALTER XML SCHEMA COLLECTION statement must be a string expression.
6303160XML parsing: Document parsing required too much memory
6304160XML parsing: An unexpected error has occurred in the XML parser.
6305160XQuery data manipulation expression required in XML data type method.
6306160Invalid XQuery expression passed to XML data type method.
6307160XML well-formedness check: Attribute cannot appear outside of element declaration. Rewrite your XQuery so it returns well-formed XML.
6308160XML well-formedness check: Duplicate attribute '%.*ls'. Rewrite your XQuery so it returns well-formed XML.
6309160XML well-formedness check: the data for node '%.*ls' contains a character (0x%04X) which is not allowed in XML.
6310160Altering existing schema components is not allowed. There was an attempt to modify an existing XML Schema component, component namespace: '%.*ls' component name: '%.*ls' component kind:%.*ls
6311160An internal XMLDB schema processor error occurred. Contact Technical Support for assistance.
6312160Could not find schema components with target namespace '%.*ls' in collection '%.*ls'.
6314160Collection specified does not exist in metadata : '%.*ls'
6315160XQuery: Cannot update with value '%.*ls' as the canonical form of type '{%.*ls}%.*ls' violates the required pattern. It is recommended that you not use pattern facets on non-string types.
6316160Specified component '%s' can not be dropped because it is used by component:'%s'
6317160XQuery: Cannot update with value '%.*ls' because it failed validation against type '{%.*ls}%.*ls'
6318160XQuery: String conversion failed during UPDATE validation
6320160XQuery: Only nillable elements or text nodes can be updated with empty sequence
6321160xml:space attribute must have a value of 'preserve' or 'default'. '%.*ls' is not valid.
6322160XML Parser ran out of memory. This could be caused by too many attributes or namespace declarations.
6323160The xml schema collection for variable '%.*ls' has been altered while the batch was being executed. Remove all XML schema collection DDL operations it is dependent on from the batch, and re-run the batch.
6324160DROP XML INDEX does not support any options.
6325160XQuery: Replacing the value of a node with an empty sequence is allowed only if '()' is used as the new value expression. The new value expression evaluated to an empty sequence but it is not '()'.
6326160XML well-formedness check: XML namespace declaration cannot appear outside of element declaration. Rewrite your XQuery so it returns well-formed XML.
6327160The specified xml schema collection ID is not valid: %d
6328160Specified collection '%.*ls' cannot be dropped because it is used by %S_MSG '%ls'.
6329160Unsupported usage of a QName typed value in node '%.*ls'
6330160Column '%.*ls' on table '%.*ls' is not of type XML, which is required to create an XML index on it.
6331160Primary XML Index '%.*ls' already exists on column '%.*ls' on table '%.*ls', and multiple Primary XML Indexes per column are not allowed.
6332160Table '%.*ls' needs to have a clustered primary key with less than %d columns in it in order to create a primary XML index on it.
6333160Could not find%ls XML index named '%.*ls' on table '%.*ls'
6334160Could not create the XML or spatial index on object '%.*ls' because that object is not a table. Create the index on the base table column.
6335160XML datatype instance has too many levels of nested nodes. Maximum allowed depth is %d levels.
6336160Maximum size of primary index of table '%.*ls' is %d bytes. CREATE XML INDEX requires that such size should be limited to %d bytes
6337160'%.*ls' is not a valid XML Index name because it starts with '%c' character. XML Index name should not start with '#' or '@'
6338100XML DTD has been stripped from one or more XML fragments. External subsets, if any, have been ignored.
6339160Specified collection '%.*ls' cannot be modified because it is SQL Server built-in XML Schema Collection.
6340160Xml schema collection '%.*ls' referenced by table variable '%.*ls' has been dropped or altered during the execution of the batch. Please re-run the batch.
6341160Xml schema collection referenced by column '%.*ls' of table variable '%.*ls' has been dropped or altered during the execution of the batch. Please re-run the batch.
6342160Cannot create primary xml, selective xml or spatial index '%.*ls' on table '%.*ls', column '%.*ls', because the column is computed.
6343160Cannot create secondary xml or secondary selective xml index '%.*ls' without a USING XML INDEX clause.
6344160The primary xml index '%.*ls' does not exist on table '%.*ls' column '%.*ls'.
6345160The sparse column set '%.*ls' in the table '%.*ls' cannot be indexed by an XML index.
6346160Cannot convert a primary XML index to a secondary XML index using the DROP_EXISTING option. '%.*ls' is a primary XML index.
6347160Specified collection '%.*ls' cannot be altered because it does not exist or you do not have permission.
6348160Specified collection '%.*ls' cannot be created because it already exists or you do not have permission.
6350160The definition for xml schema collection '%.*ls' has changed.
6351160The xml schema collection for return parameter of module '%.*ls' has been altered while the batch was being executed. Please re-run the batch.
6352160Invalid parameter specified. XML Schema Collections can only be created from a string literal, or from a variable typed as a string or untyped XML.
6353160Serialization of built-in schemata is not supported.
6354160Target string size is too small to represent the XML instance
6355160Conversion of one or more characters from XML to target collation impossible
6356160Failed to load DLL. Make sure xmlrw.dll exists in the SQL Server installation.
6357160Internal error: cannot locate CreateInfoSetReaderEx in xmlrw.dll. You may have an incorrect version of xmlrw.dll.
6358160%d is not a valid style number when converting to XML.
6359160Parsing XML with internal subset DTDs not allowed. Use CONVERT with style option 2 to enable limited internal subset DTD support.
6360160%d is not a valid style number when converting from XML.
6361160Invalid null parameter specified. XML Schema Collections can only be created from a non-null value.
6362160Alter schema collection cannot be performed because the current schema has a lax wildcard or an element of type xs:anyType.
6363160ALTER SCHEMA COLLECTION failed. It cannot be performed on a schema collection that allows laxly validated content and is schema bound. Remove the schema binding before trying to alter the collection.
6364160ALTER SCHEMA COLLECTION failed. Revalidation of XML columns in table '%.*ls' did not succeed due to the following reason: '%.*ls'. Either the schema or the specified data should be altered so that validation does not find any mismatches.
6365160An XML operation resulted an XML data type exceeding 2GB in size. Operation aborted.
6366160Invalid type for element '%s'. SQL Server does not permit the built-in XML Schema types 'ID' and 'IDREF' or types derived from them to be used as the type of an element. %S_MSG %s
6367160XSD data type '%.*ls' is not allowed for selective XML index '%.*ls'.
6368160It is not allowed to specify an XSD type for selective XML index '%.*ls' because the column '%.*ls' of table '%.*ls' is associated with an XML Schema collection.
6369160MAX_LENGTH option for selective XML index '%.*ls' can be specified only for the types that support maxLength facet.
6370160MAX_LENGTH option is not allowed in combination with 'node()' for selective XML index '%.*ls'.
6371160The same name cannot be assigned to more than one path for selective XML index '%.*ls'.
6372160The same path expression cannot be mapped twice using SQL data types for selective XML index '%.*ls'.
6373160The expression specified for path '%.*ls' is not allowed for selective XML index '%.*ls'. It is only allowed to index simple path expressions without predicates.
6374160Specifying path which contains '%.*ls' is not allowed for selective XML index '%.*ls'.
6375160The data type '%.*ls' is not allowed for selective XML index '%.*ls'.
6376160For selective XML index '%.*ls', MAX_LENGTH optimization hint cannot be specified if length or maxLength facet is specified in schema for an element.
6377160Specifying a path which contains '*' in the last step is not allowed for selective XML index '%.*ls'.
6378160Table '%.*ls' needs to have a clustered primary key with less than %d columns in it in order to create a selective XML index on it.
6379160selective XML index '%.*ls' already exists on column '%.*ls' in table '%.*ls'. Multiple selective XML indexes per column are not allowed.
6380160Path '%.*ls'. Multiple values found when SINGLETON option is specified for selective XML index '%.*ls'.
6381160Could not find path '%.*ls' in selective XML index '%.*ls'.
6382160Could not find selective XML index named '%.*ls' on table '%.*ls'
6383160For selective XML index '%.*ls', SINGLETON option can be specified only for untyped XML.
6384160It is not allowed to specify a path which contains '*' only for the URI or only for the name of the node for selective XML index '%.*ls'.
6385160The selective XML index '%.*ls' does not exist on table '%.*ls' column '%.*ls'.
6386160Cannot convert a selective XML index to a secondary selective XML index using the DROP_EXISTING option. '%.*ls' is a selective XML index.
6387160You cannot remove all paths for selective XML index '%.*ls'. A selective XML index must have at least one path specified.
6388160Version of Selective DG stored in database is different than version of Selective DG on server for index '%.*ls'.
6389160Inserted value exceeded maxlength %d for path '%.*ls' for selective XML index '%.*ls'.
6390160ALTER SCHEMA COLLECTION failed because path '%.*ls' indexed with selective XML index '%.*ls' on table '%.*ls' would be invalidated. Either the schema or the specified path should be altered so that validation does not find any mismatches.
6391160Path '%.*ls' is promoted to a type that is invalid for use as a key column in a secondary selective XML index.
6392160 It is not allowed to create secondary selective XML index on the path '%.*ls' because 'node()' is specified.
6393160The same path expression cannot be mapped twice with same XSD types for selective XML index '%.*ls'.
6394160Found non leaf element indexed for the value with path '%.*ls' for selective XML index '%.*ls'.
6395160The maximum key length is %d bytes. The secondary selective XML index '%.*ls' over path '%.*ls' has maximum length of %d bytes. For some combination of large values, the insert/update operation will fail.
6396160The number of promoted paths for selective XML index '%.*ls' exceeds the maximum of %d.
6397160Path '%.*ls' specified for selective XML index '%.*ls' is too deep. The maximum allowed depth is %d levels.
6398160The MAXLENGTH option value specified for the path '%.*ls' for Selective XML Index '%.*ls' is not allowed. The value should be in the range %d - %d.
6399160The XML path '%.*ls' of selective XML index '%.*ls' cannot be dropped because it is used by secondary selective XML Index '%.*ls'.
6401160Cannot roll back %.*ls. No transaction or savepoint of that name was found.
6500160%ls failed because method '%ls' of class '%ls' in assembly '%ls' returns %ls, but CLR Triggers must return void.
6501160%s ASSEMBLY failed because it could not open the physical file '%.*ls': %ls.
6502160%s ASSEMBLY failed because it could not read from the physical file '%.*ls': %ls.
6503160Assembly '%.*ls' was not found in the SQL catalog.
6504160The value returned from %.*ls.%.*ls is not allowed to be NULL.
6505160Could not find Type '%s' in assembly '%s'.
6506160Could not find method '%s' for type '%s' in assembly '%s'
6507160Failed to open malformed assembly '%ls' with HRESULT 0x%x.
6508160Could not find field '%s' for type '%s' in assembly '%s'.
6509160An error occurred while gathering metadata from assembly '%ls' with HRESULT 0x%x.
6510161This functionality requires .NET Framework 4. Please install .NET Framework 4 to use this functionality.
6511161Failed to initialize the Common Language Runtime (CLR) %ls with HRESULT 0x%x. You may fix the problem and try again later.
6512161Failed to initialize the Common Language Runtime (CLR) %ls with HRESULT 0x%x. You need to restart SQL Server to use CLR integration features.
6513161Failed to initialize the Common Language Runtime (CLR) %ls due to memory pressure. This is probably due to memory pressure in the MemToLeave region of memory. For more information, see the CLR integration documentation in SQL Server Books Online.
6514160Cannot use '%s' column in the result table of a streaming user-defined function (column '%.*ls').
6515160Schema collection database '%.*ls' does not exist or you do not have permission.
6516160There is no collection '%.*ls' in metadata '%.*ls'.
6517161Failed to create AppDomain "%.*ls". %.*ls
6518160Could not open system assembly ''%.*ls'': %ls.
6519160Type '%.*ls' is not yet supported for CLR operations.
6520160A .NET Framework error occurred during statement execution.
6521160A .NET Framework error occurred during statement execution: %.*ls.
6522160A .NET Framework error occurred during execution of user-defined routine or aggregate "%.*ls": %ls.
6523160Method, property or field '%ls' of class '%ls' in assembly '%.*ls' is static.
6524160Cannot use computed column in the result table of a streaming user-defined function (column '%.*ls').
6525160Cannot use '%s' constraint in the result table of a streaming user-defined function.
6526160Cannot use '%s' constraint in the result table of a streaming user-defined function (column '%.*ls').
6527101.NET Framework runtime has been stopped.
6528160Assembly '%.*ls' was not found in the SQL catalog of database '%.*ls'.
6529160ALTER ASSEMBLY failed because the identity of referenced assembly '%.*ls' has changed. Make sure the version, name, and public key have not changed.
6530160Cannot perform alter on '%.*ls' because it is an incompatible object type.
6531160%ls failed because the function '%ls' of class '%ls' of assembly '%.*ls' takes one or more parameters but CLR Triggers do not accept parameters.
6532161.NET Framework execution was aborted by escalation policy because of out of memory. %.*ls
6533161AppDomain %.*ls was unloaded by escalation policy to ensure the consistency of your application. Out of memory happened while accessing a critical resource. %.*ls
6534161AppDomain %.*ls was unloaded by escalation policy to ensure the consistency of your application. Application failed to release a managed lock. %.*ls
6535160.NET Framework execution was aborted. Another query caused the AppDomain %.*ls to be unloaded. %.*ls
6536161A fatal error occurred in the .NET Framework common language runtime. SQL Server is shutting down. If the error recurs after the server is restarted, contact Customer Support Services.
6537161The .NET Framework common language runtime was shut down by user code, such as in a user-defined function or CLR type. SQL Server is shutting down. Environment.Exit should not be used to exit the process. If the intent is to return an integer to indicate failure, use a scalar function or an output parameter instead.
6538161.NET Framework execution was aborted because of stack overflow. %.*ls
6539160Invalid serialization format (Format.Unknown) for type '%.*ls.%.*ls'.
6540160The assembly name '%.*ls' being registered has an illegal name that duplicates the name of a system assembly.
6541160ALTER ASSEMBLY failed because assembly '%.*ls' has more than one file associated with it. Use ALTER ASSEMBLY DROP FILE to remove extra files.
6542160Can not create object because %ls is a generic type.
6543160.NET Framework execution was aborted. The UDP/UDF/CLR type did not end thread affinity.
6544160%s ASSEMBLY for assembly '%.*ls' failed because assembly '%.*ls' is malformed or not a pure .NET assembly. %.*ls
6545160Enabling of execution statistics SET options is not allowed from within CLR procedure or function.
6546160Could not impersonate the execution context during the execution of '%.*ls'.
6547160An error occurred while getting method, property or field information for "%ls" of class "%ls" in assembly "%.*ls".
6548160CREATE ASSEMBLY failed because the assembly references assembly '%.*ls', which is owned by another user.
6549160A .NET Framework error occurred during execution of user defined routine or aggregate '%.*ls': %ls. User transaction, if any, will be rolled back.
6550160%s failed because parameter counts do not match.
6551160%s for "%.*ls" failed because T-SQL and CLR types for return value do not match.
6552160%s for "%.*ls" failed because T-SQL and CLR types for parameter "%.*ls" do not match.
6553160%s failed because of an invalid .NET Framework calling convention. Use the default .NET Framework calling convention.
6554160SQL assembly name '%.*ls', and .NET Framework assembly name '%.*ls' do not match. Assembly names must match.
6555160Assembly '%.*ls' already exists for owner '%.*ls' in database '%.*ls'.
6556160%s failed because it could not find type '%s' in assembly '%s'.
6557160%s failed because type '%s' does not conform to %s specification due to field '%s'.
6558160%s failed because type '%s' does not conform to %s specification due to method '%s'.
6559201Could not find type ID %d in database %.*ls. This is due to a schema inconsistency.
6560160Assembly "%.*ls" is a system assembly. This operation is permitted only with user assemblies.
6561160Could not find file '%s' in directory '%s%s'.
6562160Version mismatch between files '%ls' (%d.%d.%d) and '%ls' (%d.%d.%d).
6563160Method, property or field '%ls' in class '%ls' in assembly '%.*ls' has invalid return type.
6564160The method '%ls' in class '%ls' in assembly '%.*ls' has some invalid parameter declaration for parameter number %d.
6565160%s ASSEMBLY failed because the assembly source parameter %d is not a valid assembly.
6566160%s ASSEMBLY failed because the assembly source parameter %d is not a valid expression.
6567160%s failed because a CLR Procedure may only be defined on CLR methods that return either SqlInt32, System.Int32, System.Nullable, void.
6568160A .NET Framework error occurred while getting information from class "%.*ls" in assembly "%.*ls": %ls.
6569160'%.*ls' failed because parameter %d is not allowed to be null.
6570160Method '%ls' of class '%ls' in assembly '%.*ls' is generic. Generic methods are not supported.
6571160Class '%ls' in assembly '%.*ls' is generic. Generic types are not supported.
6572160More than one method, property or field was found with name '%ls' in class '%ls' in assembly '%.*ls'. Overloaded methods, properties or fields are not supported.
6573160Method, property or field '%ls' of class '%ls' in assembly '%.*ls' is not static.
6574160Method, property or field '%ls' of class '%ls' in assembly '%.*ls' is not public.
6575160Assembly names should be less than %d characters. Assembly name '%.*ls' is too long.
6576160Type '%ls' in assembly '%ls' is not public.
6577160CREATE TYPE failed because type '%s' does not conform to CLR type specification due to interface '%s'.
6578160Invalid attempt to continue operation after a severe error.
6579160Alter assembly from '%ls' to '%ls' is not a compatible upgrade.
6580160Declarations do not match for parameter %d. .NET Framework reference and T-SQL OUTPUT parameter declarations must match.
6581160Could not find assembly '%.*ls' in directory '%.*ls'.
6582160Assembly '%.*s' is not visible for creating SQL objects. Use ALTER ASSEMBLY to change the assembly visibility.
6583160Assembly '%.*s' cannot be used for creating SQL objects because it is a system assembly.
6584160Property or field '%ls' for type '%ls' in assembly '%ls' is not static
6585160Could not impersonate the client during assembly file operation.
6586160Assembly '%.*ls' could not be installed because existing policy would keep it from being used.
6587160Assembly reference '%ls' was redirected by external policy to '%ls'
6588160Assembly file operations are not allowed for logins that use integration authentication activated by SETUSER.
6589160DROP ASSEMBLY failed because the specified assemblies are referenced by assembly '%ls'.
6590160DROP ASSEMBLY failed because '%ls' is referenced by object '%ls'.
6591160%s for "%.*ls" failed because first parameter of "%.*ls" method must be of type System.Object.
6592160Could not find property or field '%ls' for type '%ls' in assembly '%ls'.
6593160Property or field '%ls' for type '%ls' in assembly '%ls' is static.
6594160Could not read from property '%ls' for type '%ls' in assembly '%ls' because it does not have a get accessor.
6595160Could not assign to property '%ls' for type '%ls' in assembly '%ls' because it is read only.
6596160%s ASSEMBLY failed because assembly '%ls' is a system assembly. Consider creating a user assembly to wrap desired functionality.
6597160CREATE %s failed.
6598160DROP ASSEMBLY failed because '%ls' is referenced by CLR type '%ls'.
6599160Found an empty native serialization class '%.*ls'. Empty native serialization classes are not allowed.
6600160XML error: %.*ls
6601100The XML parse error 0x%x occurred on line number %d, near the XML text "%.*ls".
6602160The error description is '%.*ls'.
6603160XML parsing error: %.*ls
6605160%.*ls: Failed to obtain an IPersistStream interface on the XML text.
6607160%.*ls: The value supplied for parameter number %d is invalid.
6608160Failed to instantiate class "%ls". Verify that Msxmlsql.dll exists in the SQL Server installation.
6609160Invalid data type for the column "%ls". Allowed data types are CHAR/VARCHAR, NCHAR/NVARCHAR, TEXT/NTEXT, and XML.
6610170Failed to load Msxmlsql.dll.
6611160The XML data type is damaged.
6613160Specified value '%ls' already exists.
6621160XML encoding or decoding error occurred with object name '%.*ls'.
6622160Invalid data type for column "%ls". The data type cannot be text, ntext, image, binary, varchar(max), nvarchar(max), varbinary(max), or xml.
6623160Column '%ls' contains an invalid data type. Valid data types are char, varchar, nchar, and nvarchar.
6624160XML document could not be created because server memory is low. Use sp_xml_removedocument to release XML documents.
6625160Could not convert the value for OPENXML column '%ls' to sql_variant data type. The value is too long. Change the data type of this column to text, ntext or image.
6626160Unexpected end of data stream.
6627160The size of the data chunk that was requested from the stream exceeds the allowed limit.
6628160%.*ls can only process untyped XML. Cast the input value to XML or to a string type.
6629160The result of the column expression for column "%ls" is not compatible with the requested type "XML". The result must be an element, text node, comment node, processing instruction, or document node.
6630160Element-centric mapping must be used with OPENXML when one of the columns is of type XML.
6631160The requested OpenXML document is currently in use by another thread, and cannot be used.
6632160Invalid data type for the column "%ls". CLR types cannot be used in an OpenXML WITH clause.
6633160The version of MSXMLSQL.DLL that was found is older than the minimum required version. Found version "%d.%d.%d". Require version "%d.%d.%d".
6634160OpenXML cannot be used as the target of a DML or OUTPUT INTO operation.
6635160The compressed showplan xml stream is corrupted.
6700160XQuery: The ' %ls' operation is not supported.
6701160The version of the XML index that you are trying to use is not supported anymore. Please drop and recreate the XML index.
6716160XML Node ID is invalid. Re-build the database if the problem persists.
6717160XQuery: The document tree is too deep. If the problem persists you must simplify the XML hierarchy.
6718160XQuery: Invalid ordpath string: "%s"
6739160XQuery: SQL type '%s' is not supported in XQuery.
6743160XQuery: The maximum allowed depth in XML instances is %d levels. One of the paths in the query tries to access nodes at a lower level.
6744160XQuery: One of the paths specified in the query is too deep. The maximum allowed depth is %d levels.
6745160XQuery: Internal compiler error.
6800160FOR XML AUTO requires at least one table for generating XML tags. Use FOR XML RAW or add a FROM clause with a table name.
6801160FOR XML EXPLICIT requires at least three columns, including the tag column, the parent column, and at least one data column.
6802160FOR XML EXPLICIT query contains the invalid column name '%.*ls'. Use the TAGNAME!TAGID!ATTRIBUTENAME[!..] format where TAGID is a positive integer.
6803160FOR XML EXPLICIT requires the first column to hold positive integers that represent XML tag IDs.
6804160FOR XML EXPLICIT requires the second column to hold NULL or nonnegative integers that represent XML parent tag IDs.
6805160FOR XML EXPLICIT stack overflow occurred. Circular parent tag relationships are not allowed.
6806160Undeclared tag ID %d is used in a FOR XML EXPLICIT query.
6807160Undeclared parent tag ID %d is used in a FOR XML EXPLICIT query.
6808160XML tag ID %d could not be added. The server memory resources may be low.
6809160Unnamed tables cannot be used as XML identifiers as well as unnamed columns cannot be used for attribute names. Name unnamed columns/tables using AS in the SELECT statement.
6810160Column name '%.*ls' is repeated. The same attribute cannot be generated more than once on the same XML tag.
6812160XML tag ID %d that was originally declared as '%.*ls' is being redeclared as '%.*ls'.
6813160FOR XML EXPLICIT cannot combine multiple occurrences of ID, IDREF, IDREFS, NMTOKEN, and/or NMTOKENS in column name '%.*ls'.
6814160In the FOR XML EXPLICIT clause, ID, IDREF, IDREFS, NMTOKEN, and NMTOKENS require attribute names in '%.*ls'.
6815160In the FOR XML EXPLICIT clause, ID, IDREF, IDREFS, NMTOKEN, and NMTOKENS attributes cannot be hidden in '%.*ls'.
6816160In the FOR XML EXPLICIT clause, ID, IDREF, IDREFS, NMTOKEN, and NMTOKENS attributes cannot be generated as CDATA, XML, or XMLTEXT in '%.*ls'.
6817160FOR XML EXPLICIT cannot combine multiple occurrences of ELEMENT, XML, XMLTEXT, and CDATA in column name '%.*ls'.
6819160The FOR XML clause is not allowed in a %ls statement.
6820160FOR XML EXPLICIT requires column %d to be named '%ls' instead of '%.*ls'.
6821160GROUP BY and aggregate functions are currently not supported with FOR XML AUTO.
6824160In the FOR XML EXPLICIT clause, mode '%.*ls' in a column name is invalid.
6825160ELEMENTS option is only allowed in RAW, AUTO, and PATH modes of FOR XML.
6826160Every IDREFS or NMTOKENS column in a FOR XML EXPLICIT query must appear in a separate SELECT clause, and the instances must be ordered directly after the element to which they belong.
6827160FOR XML EXPLICIT queries allow only one XMLTEXT column per tag. Column '%.*ls' declares another XMLTEXT column that is not permitted.
6828160XMLTEXT column '%.*ls' must be of a string data type or of type XML.
6829160FOR XML EXPLICIT and RAW modes currently do not support addressing binary data as URLs in column '%.*ls'. Remove the column, or use the BINARY BASE64 mode, or create the URL directly using the 'dbobject/TABLE[@PK1="V1"]/@COLUMN' syntax.
6830160FOR XML AUTO could not find the table owning the following column '%.*ls' to create a URL address for it. Remove the column, or use the BINARY BASE64 mode, or create the URL directly using the 'dbobject/TABLE[@PK1="V1"]/@COLUMN' syntax.
6831160FOR XML AUTO requires primary keys to create references for '%.*ls'. Select primary keys, or use BINARY BASE64 to obtain binary data in encoded form if no primary keys exist.
6832160FOR XML AUTO cannot generate a URL address for binary data if a primary key is also binary.
6833160Parent tag ID %d is not among the open tags. FOR XML EXPLICIT requires parent tags to be opened first. Check the ordering of the result set.
6834160XMLTEXT field '%.*ls' contains an invalid XML document. Check the root tag and its attributes.
6835160FOR XML EXPLICIT field '%.*ls' can specify the directive HIDE only once.
6836160FOR XML EXPLICIT requires attribute-centric IDREFS or NMTOKENS field '%.*ls' to precede element-centric IDREFS/NMTOKEN fields.
6838160Attribute-centric IDREFS or NMTOKENS field not supported on tags having element-centric field '%.*ls' of type TEXT/NTEXT or IMAGE. Either specify ELEMENT on IDREFS/NMTOKENS field or remove the ELEMENT directive.
6839160FOR XML EXPLICIT does not support XMLTEXT field on tag '%.*ls' that has IDREFS or NMTOKENS fields.
6840160Neither XMLDATA nor XMLSCHEMA supports namespace elements or attributes such as '%.*ls'. Run the SELECT FOR XML statement without it or remove the namespace prefix declaration.
6841160FOR XML could not serialize the data for node '%.*ls' because it contains a character (0x%04X) which is not allowed in XML. To retrieve this data using FOR XML, convert it to binary, varbinary or image data type and use the BINARY BASE64 directive.
6842160Could not serialize the data for node '%.*ls' because it contains a character (0x%04X) which is not allowed in XML. To retrieve this data convert it to binary, varbinary or image data type
6843160FOR XML EXPLICIT: XML data types and CLR types cannot be processed as CDATA in column name '%.*ls'. Consider converting XML to a string type. Consider converting CLR types to XML and then to a string type.
6844160Two (or more) elements named '%.*ls' are of different types and not direct siblings in the same level.
6845160Two (or more) elements named '%.*ls' are optional in the same level. Consider making them direct siblings or map NULL to xsi:nil
6846160XML name space prefix '%.*ls' declaration is missing for FOR XML %.*ls name '%.*ls'.
6847160The column '%.*ls' is of type sql_variant, which is not supported in attribute-centric FOR XML, with XML Schema.
6848160XMLDATA does not support the mapping of the type of column '%.*ls' to an XDR type. Please use XMLSCHEMA instead for AUTO and RAW mode.
6849160FOR XML PATH error in column '%.*ls' - '//' and leading and trailing '/' are not allowed in simple path expressions.
6850160%.*ls name '%.*ls' contains an invalid XML identifier as required by FOR XML; '%c'(0x%04X) is the first character at fault.
6851160Column '%.*ls' has invalid data type for attribute-centric XML serialization in FOR XML PATH.
6852160Attribute-centric column '%.*ls' must not come after a non-attribute-centric sibling in XML hierarchy in FOR XML PATH.
6853160Column '%.*ls': the last step in the path can't be applied to XML data type or CLR type in FOR XML PATH.
6854160Invalid column alias '%.*ls' for formatting column as XML processing instruction in FOR XML PATH - it must be in 'processing-instruction(target)' format.
6855160Inline schema is not supported with FOR XML PATH.
6856160FOR XML row XML tag name contains an invalid XML identifier; '%c'(0x%04X) is the first character at fault.
6857160FOR XML root XML tag name contains an invalid XML identifier; '%c'(0x%04X) is the first character at fault.
6858160XML schema URI contains character '%c'(0x%04X) which is not allowed in XML.
6859160Row tag name is only allowed with RAW or PATH mode of FOR XML.
6860160FOR XML directive XMLDATA is not allowed with ROOT directive or row tag name specified.
6861160Empty root tag name can't be specified with FOR XML.
6862160Empty FOR XML target inline schema URI is not allowed.
6863160Row tag omission (empty row tag name) is not compatible with XMLSCHEMA FOR XML directive.
6864160Row tag omission (empty row tag name) cannot be used with attribute-centric FOR XML serialization.
6865160FOR XML does not support CLR types - cast CLR types explicitly into one of the supported types in FOR XML queries.
6866160Use of a system reserved XML schema URI is not allowed.
6867160'xmlns' is invalid in XML tag name in FOR XML PATH, or when WITH XMLNAMESPACES is used with FOR XML.
6868160The following FOR XML features are not supported with WITH XMLNAMESPACES list: EXPLICIT mode, XMLSCHEMA and XMLDATA directives.
6869160Attempt to redefine namespace prefix '%.*ls'
6870160Prefix '%.*ls' used in WITH XMLNAMESPACES clause contains an invalid XML identifier. '%c'(0x%04X) is the first character at fault.
6871160Prefix '%.*ls' used in WITH XMLNAMESPACES is reserved and cannot be used as a user-defined prefix.
6872160XML namespace prefix 'xml' can only be associated with the URI http://www.w3.org/XML/1998/namespace. This URI cannot be used with other prefixes.
6873160Redefinition of 'xsi' XML namespace prefix is not supported with ELEMENTS XSINIL option of FOR XML.
6874160Empty URI is not allowed in WITH XMLNAMESPACES clause.
6875160URI '%.*ls' used in WITH XMLNAMESPACES is invalid. '%c'(0x%04X) is the first character at fault.
6876160URI used in WITH XMLNAMESPACES is too long. The maximum length is %d characters.
6877160Empty namespace prefix is not allowed in WITH XMLNAMESPACES clause.
6878160FORXML XMLSCHEMA cannot be used with a typed XML column whose schema collection is empty.
6879160'xml' is an invalid XML processing instruction target. Possible attempt to construct XML declaration using XML processing instruction constructor. XML declaration construction with FOR XML is not supported.
6901160XML Validation: XML instance must be a document.
6902160XML Validation: Invalid definition for type '%ls'. SQL Server does not currently support the use of the pattern or enumeration facet on lists of type QName.
6903160XML Validation: Invalid definition for type '%ls'. SQL Server does not currently support inclusion of ID, QName, or list of QName among the member types of a union type.
6904160XML Validation: Found duplicate attribute '%s'. %S_MSG %s
6905160XML Validation: Attribute '%s' is not permitted in this context. %S_MSG %s
6906160XML Validation: Required attribute '%s' is missing. %S_MSG %s
6907160Namespace URI too long: '%.*ls'.
6908100XML Validation: Invalid content. Expected element(s): %s. %S_MSG %s
6909160XML Validation: Text node is not allowed at this location, the type was defined with element only content or with simple content. %S_MSG %s
6910160XML Validation: Invalid definition for type '%ls'. SQL Server does not currently support restriction of union types.
6911160XML Validation: Found duplicate element '%s' in all content model. %S_MSG %s
6912160XML Validation: Element '%s' found in text only content model. %S_MSG %s
6913160XML Validation: Declaration not found for element '%s'. %S_MSG %s
6914160XML Validation: Type definition for type '%s' was not found, type definition is required before use in a type cast. %S_MSG %s
6915160Element or attribute name too long: '%.*ls'.
6916160XML Validation: The content model of type or model group '%s' is ambiguous and thus violates the unique particle attribution constraint. Consult SQL Server Books Online for more information.
6917160XML Validation: Element '%ls' may not have xsi:nil="true" because it was not defined as nillable or because it has a fixed value constraint. %S_MSG %ls
6918160XML Validation: Element '%s' must not have character or element children, because xsi:nil was set to true. %S_MSG %s
6919160XML Validation: The type of element '%s' is abstract. Instantiation requires the use of xsi:type to specify a non-abstract type. %S_MSG %s
6920160Invalid definition for type '%ls'. Cannot specify use="prohibited" for attribute '%ls' because there is no corresponding attribute in the base type.
6921160XML Validation: Element or attribute '%s' was defined as fixed, the element value has to be equal to value of 'fixed' attribute specified in definition. %S_MSG %s
6922160XML Validation: Not able to resolve namespace for prefix:'%.*ls'
6923160XML Validation: Unexpected element(s): %s. %S_MSG %s
6924160XML Validation: Text '%.*ls' found in attribute-only content model. %S_MSG %s
6925160Invalid definition for element '%ls'. SQL Server does not currently permit additions to existing substitution groups via ALTER XML SCHEMA COLLECTION.
6926160XML Validation: Invalid simple type value: '%s'. %S_MSG %s
6927160XML Validation: Invalid simple type value: '%ls'.
6928160XML Validation: XML instances of the content model of type or model group '%ls' can be validated in multiple ways and are not supported.
6929160XML Validation: Invalid QName for xsi:type attribute '%.*ls'.
6930160XML Validation: ID constraint check failed. Found attribute named '%.*ls' with duplicate ID value '%.*ls'. %S_MSG %s
6931160XML Validation: IDREF constraint check failed. Found attribute named '%.*ls' with reference to ID value '%.*ls', which does not exist
6932160Invalid definition for element or attribute '%s'. Value constraints on components of type ID are not allowed.
6933160XML Validation: Invalid simple type operation, inserting into simple type is not permitted. %S_MSG %s
6934160XML Validation: Element '%s' requires substitution, because it was defined as abstract. %S_MSG %s
6935160XML Validation: ID or IDREF attribute exceeded the allowed maximum length. %S_MSG %s
6936160XML Validation: Invalid cast for element '%s' from type '%s' to type '%s'. %S_MSG %s
6937160XML Validation: The canonical form of the value '%ls' is not valid according to the specified type. This can result from the use of pattern facets on non-string types or range restrictions or enumerations on floating-point types. %S_MSG %ls
6938160XML Validation: The canonical form of the value '%ls' is not valid according to the specified type. This can result from the use of pattern facets on non-string types or range restrictions or enumerations on floating-point types.
6939160XML Validation: The element '%ls' is mixed content with a fixed value and therefore not allowed to have element content. %S_MSG %ls
6940160Invalid component named '%s' found in global scope. Only elements, attributes, types and groups can be defined in global context
6941160Invalid type definition for type '%s', types with complex content can only be derived from base types which have complex content
6942160Invalid type definition for type '%s', types with simple content can only be derived from base types which have simple content
6943160Invalid type definition for type '%s', the derivation was illegal because 'final' attribute was specified on the base type
6944160Invalid type definition for type '%s', '%s' facet is not restricting the value space
6945160Invalid facet value for facet '%s' in type definition '%s'
6946160Invalid type definition for type '%s', 'minLength' can not be greater than 'maxLength'
6947160XML Validation: Multiple ID attributes found on a single element. %S_MSG %s
6948160Invalid type definition for type '%s', 'minLength' can not be greater than 'Length'
6949160Invalid type definition for type '%s', 'Length' can not be greater than 'maxLength'
6950160Invalid type definition for type '%s', 'fractionDigits' can not be greater than 'totalDigits'
6951160Invalid type definition for type '%s', 'minInclusive' must be less than or equal to 'maxInclusive' and less than 'maxExclusive'
6952160Invalid type definition for type '%s', 'minExclusive' must be less than or equal to 'maxExclusive' and less than 'maxInclusive'
6953160Invalid type definition for type '%s', recursive type definitions are not allowed
6954160Invalid group definition for group '%s', recursive group definitions are not allowed
6955160Invalid attribute definition for attribute '%s', attributes type has to be simple type
6956160Invalid type definition for type '%s', fixed facet '%s' can not be redefined to a different value.
6957160Invalid element definition, element '%s' is not valid derivation of element '%s'
6958160Invalid definition for type '%s'. An 'all' group may not appear as the child or parent of any other model group, it must have minOccurs = maxOccurs = 1, its child elements must have maxOccurs = 1
6959160Invalid definition, top level group definitions can not have model groups as siblings
6960160Component '%s' is outside of allowed range. Maximum for 'fractionDigits' is 10 and maximum number of digits for non fractional part is 28
6961160The system limit on the number of XML types has been reached. Redesign your database to use fewer XML types.
6962160'default' and 'fixed' values are not allowed on element of this type: '%s'
6963160'Default' or 'Fixed' value is longer than allowed, maximum length allowed is 4000 characters : '%s'
6964160Facet value is longer than allowed, maximum length allowed is 4000 characters : '%s'
6965100XML Validation: Invalid content. Expected element(s): %s. Found: element '%s' instead. %S_MSG %s.
6966100Warning: Type '%s' is restricted by a facet '%s' that may impede full round-tripping of instances of this type
6967160Invalid type definition for type '%s'. The base and derived types must have the same value for 'mixed' unless deriving by restriction, in which case 'false' is always permitted for the derived type.
6968160Invalid type definition for type '%s'. Complex types cannot restrict simple types
6969160ID/IDREF validation consumed too much memory. Try reducing the number of ID and IDREF attributes. Rearranging the file so that elements with IDREF attributes appear after the elements which they reference may also be helpful.
6970160Invalid type definition for type '%s'. No type may have more than one attribute of any type derived from ID.
6971160Invalid type definition for type '%s'. Type contains attribute '%s' which is not allowed in base type.
6972160Invalid redefinition of attribute '%s' in type '%s'. Must be of a type which is a valid restriction of the corresponding attribute in the base type.
6973160Invalid redefinition of attribute '%s' in type '%s'. Must be required in the derived type if it is required in the base type.
6974160Invalid redefinition of attribute '%s' in type '%s'. Must be prohibited in the derived type if it is prohibited in the base type.
6975160Invalid redefinition of attribute '%s' in type '%s'. Must be fixed to the same value as in the derived type.
6976160Invalid redefinition of attribute '%s' in type '%s'. Derivation by extension may not redefine attributes.
6977160Invalid member type '%s' in union type '%s'. Unions may not have complex member types.
6978160Invalid item type for list type '%s'. The item type of a list may not itself be a list, and types derived from ID may not be used as item types in this release.
6979160Invalid restriction for type '%s'. The element in the restricted type must have the same name as and a more restrictive type than the corresponding element in the base type.
6980160Invalid restriction for type '%s'. The particle in the restricted type may not have an occurrence range more permissive than that of the corresponding particle in the base type.
6981160Invalid restriction for type '%s'. The element in the restricted type may not be nillable if the corresponding element in the base type is not.
6982160Invalid restriction for type '%s'. The element in the restricted type must be fixed to the same value as the corresponding element in the derived type.
6983160Invalid restriction for type '%s'. The element in the restricted type may not have a 'block' value more permissive than the corresponding element in the base type.
6984160Invalid restriction for type '%s'. The element in the restricted type must be in one of the namespaces allowed by the base type's wildcard.
6985160Invalid restriction for type '%s'. The Wildcard in the restricted type must be a valid subset of the corresponding wildcard in the base type, and the processContents may not be more permissive.
6986160Invalid restriction for type '%s'. The effective total range of the model group in the restricted type must be a valid restriction of the occurrence range of the wildcard in the base type.
6987160Invalid restriction for type '%s'. An 'all' particle may be restricted only by 'all', 'element', or 'sequence'.
6988160Invalid restriction for type '%s'. A 'choice' particle may be restricted only by 'element', 'choice', or 'sequence'.
6989160Invalid restriction for type '%s'. A 'sequence' particle may be restricted only by 'element' or 'sequence'.
6990160Invalid restriction for type '%s'. Invalid model group restriction.
6991160Invalid restriction for type '%s'. If the base type has empty content, then the derived type must as well, and if the derived type has empty content, then the base type must be emptiable.
6992160The content model of type '%s' contains two elements with the same name '%s' and different types, nullability, or value constraints.
6993160Value constraint on use of attribute '%s' must be consistent with value constraint on its declaration.
6994160Invalid restriction for type '%s'. The attribute wildcard in the restricted type must be a valid subset of the corresponding attribute wildcard in the base type, and the processContents may not be more permissive.
6995160Invalid definition for type '%s'. SQL Server does not permit the built-in XML Schema types 'ID' and 'IDREF' or types derived from them to be used as the type of an element or as the basis for derivation by extension.
6996160Invalid type definition for type '%s'. A type may not have both 'minInclusive' and 'minExclusive' or 'maxInclusive' and 'maxExclusive' facets.
6997160Invalid definition for element '%s'. An element which has a fixed value may not also be nillable.
6998160Invalid type definition: Type or content model '%s' is too complicated. It may be necessary to reduce the number of enumerations or the size of the content model.
6999160Invalid definition for element or attribute '%s'. Value constraints on components of type QName are not supported in this release.