SQL Server System Errors: 9000 - 9999

List of error messages between 9000 and 9999 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
9001211The log for database '%.*ls' is not available. Check the operating system error log for related error messages. Resolve any errors and restart the database.
9002171The transaction log for database '%ls' is full due to '%ls'.
9003201The log scan number %S_LSN passed to log scan in database '%.*ls' is not valid. This error may indicate data corruption or that the log file (.ldf) does not match the data file (.mdf). If this error occurred during replication, re-create the publication. Otherwise, restore from backup if the problem results in a failure during startup.
9004211An error occurred while processing the log for database '%.*ls'. If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.
9005160Invalid parameter passed to OpenRowset(DBLog, ...).
9006100Cannot shrink log file %d (%s) because total number of logical log files cannot be fewer than %d.
9007100Cannot shrink log file %d (%s) because requested size (%dKB) is larger than the start of the last logical log file.
9008100Cannot shrink log file %d (%s) because the logical log file located at the end of the file is in use.
9009100Cannot shrink log file %d (%s) because of minimum log space required.
9010140User does not have permission to query the virtual table, DBLog. Only members of the sysadmin fixed server role and the db_owner fixed database role have this permission
9011140User does not have permission to query backup files with the virtual table DBLog. Only members of the sysadmin fixed server role has this permission
9012100There have been %d misaligned log IOs which required falling back to synchronous IO. The current IO is on file %ls.
9013100The tail of the log for database %ls is being rewritten to match the new sector size of %d bytes. %d bytes at offset %I64d in file %ls will be written.
9014211An error occurred while processing the log for database '%ls'. The log block version %d is unsupported. This server supports log version %d to %d.
9015241The log record at LSN %S_LSN is corrupted.
9016211An error occurred while processing the log for database '%.*ls'. The log block could not be decrypted.
9017100Database %ls has more than %d virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
9018160The log for database '%ls' does not allow user writes.
9019211The virtual log file sequence 0x%08x at offset 0x%016I64x bytes in file '%ls' is active and cannot be overwritten with sequence 0x%08x for database '%ls'.
9020160The log for database '%ls' failed to grow while shrink in progress. Please retry.
9021161Cannot accept virtual log file sequence 0x%08x for database '%ls' because file %d does not exist yet.
9022140The log can not be initialized because the log files are not fully formatted.
9023160The log for database '%ls' cannot be shrunk until all secondaries have moved past the point where the log was added..
9024171The log for database '%ls' cannot be expanded to allow room for consolidating the tenant log.
9025160The feature '%ls' is not yet implemented for log consolidation.
9026101Consolidated log IO failure (%ls) error %d in host database %ls for tenant %d, file %d, offset 0x%016I64x. See prior errors.
9027161This DB option is not available for log consolidation host DB.
9028161Host DB (%ls) for this log consolidation tenant DB (%ls) is not writable.
9029201The PMM log for database '%.*ls' is not valid. This error may indicate data corruption. Restore from backup if the problem results in a persistent failure during startup.
9030161Primary log file '%.*ls' cannot be created on a persistent main memory volume.
9031161File '%.*ls' cannot be created on a persistent main memory volume as there cannot be more than one persistent main memory log files.
9032161PERSISTENT_LOG_BUFFER can only be turned off when the database is in single user mode.
9033161The transaction in database '%ls' has exceeded the max size of %I64u bytes. See 'http://aka.ms/sqldw_loglimit' for assistance.
9034160PERSISTENT_LOG_BUFFER option is already on in database '%ls'.
9035160PERSISTENT_LOG_BUFFER can only be set on the DAX volume.
9036100The source has PERSISTENT_LOG_BUFFER enabled, but the current device is not DAX volume. PERSISTENT_LOG_BUFFER has been set to OFF.
9037211The file '%.*ls' on remote block device cannot be initialized. Native error is 0x%08x.
9038100The VLF %lu could not be registered with the Log Leasing Service with error 0x%08X.
9039100Could not start lease for VLF %lu for consumer ID %ls with the Log Leasing Service with error 0x%08X.
9040100Could not end lease for consumer ID %ls with the Log Leasing Service with error 0x%08X.
9100231Possible index corruption detected. Run DBCC CHECKDB.
9101160auto statistics internal
9104160auto statistics internal
9105160The provided statistics stream is corrupt.
9106160Histogram support not allowed for input data type 0x%08x.
9107160The name, '%.*ls', is invalid. The suffix '_readonly_database_statistic' is reserved. Select another name without using the reserved suffix.
9108161This type of statistics is not supported to be incremental.
9109161Invalid partition number %I64d specified for %S_MSG '%.*ls', partition number can range from 1 to %d.
9110160Creating incremental statistics failed. Please execute the statement again.
9111161UPDATE STATISTICS ON PARTITIONS syntax is not supported for non-incremental statistics.
9201101%d active query notification subscription(s) in database '%.*ls' owned by security identification number '%.*ls' were dropped.
9202160The query notification subscription message is invalid.
9204160The query notification subscription timeout is invalid. The allowed range is 1 through 2147483647.
9205160User "%.*ls" does not have permission to request query notification subscriptions on database "%.*ls".
9206160The query notification subscription "%ld" cannot be deleted because it does not exist or it has already been fired.
9207100The query notification dialog on conversation handle '%.*ls' closed due to the following error: '%.*ls'.
9208160Query notification subscription could not get dialog endpoint. Could not open service broker dialog for service name '%.*ls' of broker instance '%.*ls'.
9209160Query notification subscription could not begin dialog with service name '%.*ls' of broker instance '%.*ls'.
9210100Query notification delivery could not send message on dialog '%.*ls'. Delivery failed for notification '%.*ls' because of the following error in service broker: '%.*ls'.
9211100Failed to check for pending query notifications in database "%d" because of the following error when opening the database: '%.*ls'.
9213100Query notification subscription could not access database with id %d. Could not open broker dialog for service name '%.*ls' of broker instance '%.*ls'.
9214160The query notification delivery failed to decode the error message from the Service Broker.
9215160Query notification delivery failed to encode message. Delivery failed for notification '%.*ls'.
9216100Failed to delete the expired query notification subscription "%d".
9217100Failed to drop the unused internal query notification table "%d" in database "%d".
9218160Query notifications reached the internal limit of the maximum number of objects.
9219160The query notification subscriptions cleanup operation failed. See previous errors for details.
9220100Query notification dialog on conversation handle '%.*ls' closed due to an unknown service broker error.
9221100Query notification delivery could not get dialog endpoint for dialog '%.*ls'. Delivery failed for notification '%.*ls' because of the following error in service broker '%.*ls'.
9222160Internal query notification table has an outdated schema and the table has been dropped. Query notification cleanup has not been performed for this table.
9223101%d active query notification subscription(s) owned by security identification number '%.*ls' were dropped.
9224100Query notification delivery could not access database with id %d. Delivery failed for notification '%.*ls'.
9225160The notification options identifier string has %d characters. The maximum allowed length is %d characters.
9226160A string value within the notification options identifier is too long. String with prefix '%.*ls' must be %d characters or less.
9227160Unmatched quote in notification options identifier string.
9228160Name expected in notification options identifier option.
9229160Unknown option name '%.*ls' present in notification options identifier. The following are valid option names: 'Service', 'Broker Instance', 'Local Database'. Option names cannot be quoted.
9230160Option '%ls' was specified multiple times in the notification options identifier.
9231160An equal (=) character was expected after the option name. Found '%.*ls' instead.
9232160A semicolon (;) must be use to separate options in a notification options identifier. String '%.*ls' was found following an option.
9233160The option 'Service' must be specified in the notification options identifier.
9234160The options 'Broker Instance' and 'Local Database' were both specified in the notification options identifier.
9235160Value missing for option '%ls' in notification options identifier.
9236160Database %.*ls is not a valid local database.
9237160Database %.*ls is not a valid broker database.
9238160Query notification subscriptions are not allowed under an active application role context. Consider re-issuing the request without activating the application role.
9239160Internal query notifications error: The garbage collector corrected an inconsistency.
9240100Service broker dialog '%.*ls' could not be closed due to a broker error in database with id '%d' because of the following error in service broker: '%.*ls'.
9241160Service broker dialog '%.*ls' could not be closed because the database with id '%d' is not available. Consider closing the dialogs manually once the database is available again.
9242100Query notification delivery could not get dialog endpoint for dialog '%.*ls'. Query notification delivery failed because of the following error in service broker: '%.*ls'. See the error log for additional information.
9243100Query notification delivery could not send message on dialog '%.*ls'. Query notification delivery failed because of the following error in service broker: '%.*ls'. See the error log for additional information.
9244160Query notification cleanup could not access metadata for database "%d". Check whether the database is successfully restored and online.
9245160During the last time interval %d query notification errors were suppressed.
9300160%sIn this version of the server, the 'fn:id()' function only accepts an argument of type 'IDREF *'.
9301160%sIn this version of the server, 'cast as <type>%s' is not available. Please use the 'cast as <type> ?' syntax.
9302160%sThe context item in which the 'fn:id()' function is used must be a node.
9303160%sSyntax error near '%ls', expected '%ls'.
9304160%sThis version of the server only supports XQuery version '1.0'.
9305160%sOnly type names followed by '?' are supported in the target of 'instance of'.
9306160%sThe target of 'replace value of' cannot be a union type, found '%ls'.
9308160%sThe argument of '%ls' must be of a single numeric primitive type or 'http://www.w3.org/2004/07/xpath-datatypes#untypedAtomic'. Found argument of type '%ls'.
9309160%sThe target of 'replace value of' cannot be 'http://www.w3.org/2001/XMLSchema#anySimpleType', found '%ls'.
9310160%sThe 'with' clause of 'replace value of' cannot contain constructed XML.
9311160%sHeterogeneous sequences are not allowed in '%ls', found '%ls' and '%ls'.
9312160%s'%ls' is not supported on simple typed or 'http://www.w3.org/2001/XMLSchema#anyType' elements, found '%ls'.
9313160%sThis version of the server does not support multiple expressions or expressions mixed with strings in an attribute constructor.
9314160%sCannot implicitly atomize or apply 'fn:data()' to complex content elements, found type '%ls' within inferred type '%ls'.
9315160%sOnly constant expressions are supported for the name expression of computed element and attribute constructors.
9316160%sCannot use 'xmlns' in the name expression of computed attribute constructor.
9317160%sSyntax error near '%ls', expected string literal.
9318160%sSyntax error at source character '0x%02x' near '%ls', expected string literal.
9319160%sStatic simple type validation: Invalid simple type value '%ls'.
9320160%sThe result of applying the 'parent' axis on the document node is statically 'empty'.
9321160%sThe result of applying 'parent::%ls' is statically 'empty'.
9322160%sTwo consecutive '-' can only appear in a comment constructor if they are used to close the comment ('-->').
9323160%sUsing ':' in variable names is not supported in this version of the server.
9324160%sFound '}' without matching '{'. If you want to use the characters '{' or '}', you need to escape them as '{{' or '}}' respectively.
9325160%sComputed processing instruction constructors are not supported.
9326160%sComputed comment constructors are not supported.
9327160%sAll prolog entries need to end with ';', found '%ls'.
9328160%sType specification expected, found '%ls'.
9330160%sOnly comparable types are allowed in '%ls', found '%ls'.
9331160%sSyntax error near '%ls', expected '%ls' or '%ls'.
9332160%sSyntax error near '%ls', expected 'where', '(stable) order by' or 'return'.
9333160%s'//' followed by 'self', 'parent' or 'descendant-or-self' axes is not supported when it encounters simple typed or 'http://www.w3.org/2001/XMLSchema#anyType' elements, found '%ls'.
9334160%sThe 'form' attribute cannot be specified on a local attribute or element definition that has the 'ref' attribute. Location: '%ls'.
9335160%sThe XQuery syntax '%ls' is not supported.
9336160%sThe XML Schema syntax '%ls' is not supported.
9337160%sThe XML Schema type 'NOTATION' is not supported.
9338160%sThe value of a namespace declaration attribute must be a string literal. It cannot contain expressions.
9339160%sThe 'form' attribute cannot be specified on a global attribute or element definition. Location: '%ls'.
9340160%sExplicit import of the current target namespace is invalid. References to items in the current target namespace that have already been loaded in the schema collection will be resolved implicitly.
9341160%sSyntax error near '%ls', expected a step expression.
9342160%sAn XML instance is only supported as the direct source of an insert using sql:column/sql:variable.
9343160%sThe XML instance referred to by sql:column() and sql:variable() must be either untyped XML or must be typed with the same XML schema collection as the context XML instance on which the XML method is being applied to.
9344160%sThe SQL type '%s' is not supported with sql:column() and sql:variable().
9400160XML parsing: line %d, character %d, unexpected end of input
9401160XML parsing: line %d, character %d, unrecognized encoding
9402160XML parsing: line %d, character %d, unable to switch the encoding
9403160XML parsing: line %d, character %d, unrecognized input signature
9410160XML parsing: line %d, character %d, whitespace expected
9411160XML parsing: line %d, character %d, semicolon expected
9412160XML parsing: line %d, character %d, '>' expected
9413160XML parsing: line %d, character %d, A string literal was expected
9414160XML parsing: line %d, character %d, equal expected
9415160XML parsing: line %d, character %d, well formed check: no '<' in attribute value
9416160XML parsing: line %d, character %d, hexadecimal digit expected
9417160XML parsing: line %d, character %d, decimal digit expected
9418160XML parsing: line %d, character %d, '[' expected
9419160XML parsing: line %d, character %d, '(' expected
9420160XML parsing: line %d, character %d, illegal xml character
9421160XML parsing: line %d, character %d, illegal name character
9422160XML parsing: line %d, character %d, incorrect document syntax
9423160XML parsing: line %d, character %d, incorrect CDATA section syntax
9424160XML parsing: line %d, character %d, incorrect comment syntax
9425160XML parsing: line %d, character %d, incorrect conditional section syntax
9426160XML parsing: line %d, character %d, incorrect ATTLIST declaration syntax
9427160XML parsing: line %d, character %d, incorrect DOCTYPE declaration syntax
9428160XML parsing: line %d, character %d, incorrect ELEMENT declaration syntax
9429160XML parsing: line %d, character %d, incorrect ENTITY declaration syntax
9430160XML parsing: line %d, character %d, incorrect NOTATION declaration syntax
9431160XML parsing: line %d, character %d, NDATA expected
9432160XML parsing: line %d, character %d, PUBLIC expected
9433160XML parsing: line %d, character %d, SYSTEM expected
9434160XML parsing: line %d, character %d, name expected
9435160XML parsing: line %d, character %d, one root element
9436160XML parsing: line %d, character %d, end tag does not match start tag
9437160XML parsing: line %d, character %d, duplicate attribute
9438160XML parsing: line %d, character %d, text/xmldecl not at the beginning of input
9439160XML parsing: line %d, character %d, namespaces beginning with "xml" are reserved
9440160XML parsing: line %d, character %d, incorrect text declaration syntax
9441160XML parsing: line %d, character %d, incorrect xml declaration syntax
9442160XML parsing: line %d, character %d, incorrect encoding name syntax
9443160XML parsing: line %d, character %d, incorrect public identifier syntax
9444160XML parsing: line %d, character %d, well formed check: pes in internal subset
9445160XML parsing: line %d, character %d, well formed check: pes between declarations
9446160XML parsing: line %d, character %d, well formed check: no recursion
9447160XML parsing: line %d, character %d, entity content not well formed
9448160XML parsing: line %d, character %d, well formed check: undeclared entity
9449160XML parsing: line %d, character %d, well formed check: parsed entity
9450160XML parsing: line %d, character %d, well formed check: no external entity references
9451160XML parsing: line %d, character %d, incorrect processing instruction syntax
9452160XML parsing: line %d, character %d, incorrect system identifier syntax
9453160XML parsing: line %d, character %d, '?' expected
9454160XML parsing: line %d, character %d, no ']]>' in element content
9455160XML parsing: line %d, character %d, illegal qualified name character
9456160XML parsing: line %d, character %d, multiple colons in qualified name
9457160XML parsing: line %d, character %d, colon in name
9458160XML parsing: line %d, character %d, redeclared prefix
9459160XML parsing: line %d, character %d, undeclared prefix
9460160XML parsing: line %d, character %d, non default namespace with empty uri
9461160XML %ls starting with '%.*ls' is %d characters long, which exceeds the limit. Maximum allowed length is %d characters.
9462160XML parsing: line %d, character %d, not all chunks of value have been read
9463160XML parsing: line %d, character %d, xml:space has a non-legal value
9464160XML parsing: line %d, character %d, XML 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.
9465160XML parsing: line %d, character %d, XML namespace prefix 'xmlns' is reserved for use by XML.
9466160XML parsing: line %d, character %d, XML namespace xml namespace URI (http://www.w3.org/XML/1998/namespace) must be assigned only to prefix 'xml'.
9467160XML parsing: line %d, character %d, xmlns namespace URI (http://www.w3.org/2000/xmlns/) is reserved and must not be used.
9480160XML parsing: line %d, character %d, unsupported xml
9500160The data type '%.*ls' used in the VALUE method is invalid.
9501160XQuery: Unable to resolve sql:variable('%.*ls'). The variable must be declared as a scalar TSQL variable.
9502160The string literal provided for the argument %d of the '%.*ls' method must not exceed %d bytes.
9503160Errors and/or warnings occurred when processing the XQuery statement for XML data type method '%.*ls'. See previous error messages for more details.
9504160Errors and/or warnings occurred when processing the XQuery statement for XML data type method '%.*ls', invoked on column '%.*ls', table '%.*ls'. See previous error messages for more details.
9506160The XMLDT method '%.*ls' can only be invoked on columns of type xml.
9507160The XML data type method on a remote column used in this query can not be executed either locally or remotely. Please rewrite your query.
9508160The reference parameter given to XMLDT method '%.*ls' was generated from a different XML instance than the one it is being applied to.
9509160XMLUNNEST method requires typed xml column with single global element
9510160Functionality not yet implemented: XMLNODEREFS cannot use references exposed by views.
9512160Xml data type is not supported as a parameter to remote calls.
9513160Error processing XML data type method '%.*ls'. The following SET options required by XML data type methods are not set: '%.*ls'.
9514160Xml data type is not supported in distributed queries. Remote object '%.*ls' has xml column(s).
9515160An XML schema has been altered or dropped, and the query plan is no longer valid. Please rerun the query batch.
9516160XQuery: The name or one of the parts of a multi-part name supplied to %S_MSG('%.*ls') is empty. Empty names cannot be used to identify objects, columns or variables in SQL.
9517160XQuery: The name or one of the parts of a multi-part name that starts with '%.*ls' supplied to %S_MSG() is not a valid SQL identifier - it is too long. Maximum length is %d, actual length is %d.
9518160XQuery: The name or one of the parts of a multi-part name that starts with '%.*ls' supplied to %S_MSG() is not a valid SQL identifier - it contains invalid characters.
9519160XQuery: The name supplied to sql:variable('%.*ls') is not a valid SQL variable name. Variable names must start with the '@' symbol followed by at least one character.
9520160XQuery: '%.*ls' referenced by sql:variable() is not a valid system function name.
9521160Error processing XML data type. The XML data type instance contains a negative xs:date or xs:dateTime value.
9522160The XQuery modify method is not allowed on sparse column sets.
9523160Cannot update the sparse column set '%.*ls' because the XML content supplied references the non-sparse column '%.*ls' which does not belong to this column set. The XML data used to update a sparse column set cannot reference columns that don't belong to the column set.
9524160The XML content provided does not conform to the required XML format for sparse column sets.
9525160The XML content that is supplied for the sparse column set '%.*ls' contains duplicate references to the column '%.*ls'. A column can only be referenced once in XML content supplied to a sparse column set.
9526160In the XML content that is supplied for the sparse column set '%.*ls', the '%.*ls' attribute value on the element '%.*ls' is out of range. The valid range is from 1 to %d.
9527160In the XML content that is supplied for the column set '%.*ls', the sqltypes:scale attribute value on the element '%.*ls' is out of range. The valid range for the scale is from 0 to the specified precision.
9528160In the XML content that is supplied for the column set '%.*ls', the '%.*ls' attribute on the element '%.*ls' is not valid. The attribute is valid only for sparse columns of data type sql_variant.
9529160In the XML content that is supplied for the column set column '%.*ls', the sqlDBType:base64Encoded attribute on the element '%.*ls' is not valid. The base64Encoded attribute can only be used when the corresponding sparse column is of character data type (char, varchar, nchar, nvarchar), or if the sparse column is of data type sql_variant and the value of the xsi:type attribute is "Char", "VarChar", "NChar", or "NVarChar".
9530160In the XML content that is supplied for the column set column '%.*ls, the '%.*ls' attribute on the element '%.*ls' is not valid. Remove the attribute.
9531160In the XML content that is supplied for the column set column '%.*ls', the '%.*ls' attribute value on the element '%.*ls' is not valid.
9532160In the query/DML operation involving column set '%.*ls', conversion failed when converting from the data type '%ls' to the data type '%ls' for the column '%.*ls'.
9533160In the XML that is supplied for the column set '%.*ls', the element '%.*ls' should reside in the global namespace. Remove the default namespace declaration or the prefix on the element.
9534160In the query/DML operation involving column set '%.*ls', conversion failed when converting from the data type '%ls' to the data type '%ls' for the column '%.*ls'. Please refer to the Books-on-line for more details on providing XML conversion methods for CLR types.
9535160For untyped XML it is not allowed to specify MAXLENGTH or SINGLETON option if XSD type is not already specified for path '%.*ls' of selective XML index '%.*ls'.
9536160It is not allowed to specify REMOVE '%.*ls' more than once for the same pathname in alter statement for selective XML index '%.*ls'.
9537160Two paths indexed with selective XML index '%.*ls' on table '%.*ls' would have same path name with new collation.
9538160Paths with same path expression indexed with selective XML index '%.*ls' should have SINGLETON option either specified for all of them or for none of them.
9539160Selective XML Index feature is not supported for the current database version
9601160Cannot relate to %S_MSG %.*ls because it is %S_MSG.
9602160Failed to start a system task with error code %d, state %d.
9605100Conversation Priorities analyzed: %d.
9606160The conversation priority with ID %d has been dropped.
9607160The conversation priority with ID %d is referencing the missing service with ID %d.
9608160The conversation priority with ID %d is referencing the missing service contract with ID %d.
9609160The %S_MSG name '%.*ls' contains more than the maximum number of prefixes. The maximum is %d.
9610160The service '%.*ls' in the FROM SERVICE clause must match the service '%.*ls' referenced by %s = '%.*ls'.
9611160Cannot find the specified user '%.*ls'.
9613160The queue '%.*ls' cannot be activated because the activation user is not specified.
9614160The queue '%.*ls' cannot be activated because the activation stored procedure is either not specified or is invalid.
9615160A message of type '%.*ls' failed XML validation on the target service. %.*ls This occurred in the message with Conversation ID '%.*ls', Initiator: %d, and Message sequence number: %I64d.
9616160A message of type '%.*ls' was received and failed XML validation. %.*ls This occurred in the message with Conversation ID '%.*ls', Initiator: %d, and Message sequence number: %I64d.
9617160The service queue "%.*ls" is currently disabled.
9618160The message cannot be sent because the service queue '%.*ls' associated with the dialog is currently disabled and retention is on.
9619160Failed to create remote service binding '%.*ls'. A remote service binding for service '%.*ls' already exists.
9620160The activation stored procedure '%.*ls' is invalid. Functions are not allowed.
9621160An error occurred while processing a message in the Service Broker and Database Mirroring transport: error %i, state %i.
9622160The crypto provider context is not initialized.
9623160The key passed in for this operation is in the wrong state.
9624160The key size is unacceptable for this key object.
9625160The key buffer size is inconsistent with the key modulus size.
9626160An internal Service Broker error occurred: an object is in the wrong state for this operation. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the operating system error log for information pointing to possible hardware problems.
9627160The hash buffer size is not correct for initializing the hash object.
9628160The encryption/decryption data buffer size is not 8 byte aligned.
9629160The decrypted signature size is wrong.
9630160The signature did not verify the internal hash.
9631160The salt size is unacceptable for this key object.
9632160The salt buffer size is too small.
9633160The passed in name is too long.
9634160Service Broker was unable to allocate memory for cryptographic operations. This message is a symptom of another problem. Check the SQL Server error log for additional messages, and address the underlying problem.
9635160The certificate is not valid at this point in time.
9636160The requested object was not found.
9637160The passed in serialized object is incorrectly encoded.
9638160The cer or pvk file size is too large.
9639160A password was supplied and the pvk file is not encrypted.
9640160The operation encountered an OS error.
9641160A cryptographic operation failed. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the operating system error log for further information.
9642160An error occurred in a Service Broker/Database Mirroring transport connection endpoint, Error: %i, State: %i. (Near endpoint role: %S_MSG, far endpoint address: '%.*hs')
9643160An error occurred in the Service Broker/Database Mirroring transport manager: Error: %i, State: %i.
9644160An error occurred in the service broker message dispatcher. Error: %i, State: %i.
9645160An error occurred in the service broker manager, Error: %i, State: %i.
9646160An error occurred in the timer event cache. Error %i, state %i.
9647161Received a malformed message from the network. Unable to retrieve a broker message attribute from a message destined for database ID %d. This may indicate a network problem or that another application connected to the Service Broker endpoint.
9648200The queue '%.*ls' has been enabled for activation, but the MAX_QUEUE_READERS is zero. No procedures will be activated. Consider increasing the number of MAX_QUEUE_READERS.
9649161A security (SSPI) error occurred when connecting to another service broker: '%.*ls'. Check the operating system error log for more information.
9650160A system cryptographic call failed during a Service Broker or Database Mirroring operation: system error '%ls'.
9651160The system call failed during a Service Broker or Database Mirroring operation. System error: '%ls'.
9652160Service Broker failed to retrieve the session key for encrypting a message.
9653160The signature of activation stored procedure '%.*ls' is invalid. Parameters are not allowed.
9654160Attempting to use database and it doesn't exist.
9655161The transmission queue table structure in database is inconsistent. Possible database corruption.
9656160An error occurred in the service broker multicast manager, Error: %i, State: %i.
9657231The structure of the Service Broker transmission work-table in tempdb is incorrect or corrupt. This indicates possible database corruption or hardware problems. Check the SQL Server error log and the operating system error log for information on possible hardware problems. Restart SQL Server to rebuild tempdb.
9658160Cannot access the transmission queue table in database.
9659160The %s of route '%.*ls' cannot be empty.
9660160The %s of route '%.*ls' must be less than %d characters long.
9661160The SERVICE_NAME and BROKER_INSTANCE of route "%.*ls" must be specified when using mirroring.
9662160Cannot specify BROKER_INSTANCE without SERVICE_NAME in route "%.*ls".
9663160The system object cannot be modified.
9666100The %S_MSG endpoint is in disabled or stopped state.
9667100Services analyzed: %d.
9668100Service Queues analyzed: %d.
9669100Conversation Endpoints analyzed: %d.
9670100Remote Service Bindings analyzed: %d.
9671160Messages with conversation ID '%ls' have been removed from the transmission queue.
9672160Messages with conversation handle '%ls' and conversation group '%ls' have been removed from the queue with ID %d.
9673160Activation has been disabled on the queue with ID %d.
9674100Conversation Groups analyzed: %d.
9675100Message Types analyzed: %d.
9676100Service Contracts analyzed: %d.
9677160The service contract with ID %d is referencing the missing message type with ID %d.
9678160The service with ID %d is referencing the missing service contract with ID %d.
9679160The service with ID %d is referencing the missing service queue with ID %d.
9680160The conversation endpoint '%ls' is referencing the missing conversation group '%ls'.
9681160The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the missing service contract with ID %d.
9682160The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the missing service with ID %d.
9683160The conversation group '%ls' is referencing the missing service with ID %d.
9684160The service with ID %d has been dropped.
9685160The service contract with ID %d has been dropped.
9686160The conversation endpoint with handle '%ls' has been dropped.
9687160The conversation group '%ls' has been dropped.
9688100Service Broker manager has started.
9689100Service Broker manager has shut down.
9690101The %S_MSG endpoint is now listening for connections.
9691100The %S_MSG endpoint has stopped listening for connections.
9692160The %S_MSG endpoint cannot listen on port %d because it is in use by another process.
9693160The %S_MSG endpoint cannot listen for connections due to the following error: '%.*ls'.
9694160Could not start Service Broker manager. Check the SQL Server error log and the operating system error log for additional error messages.
9695160Could not allocate enough memory to start the Service Broker task manager. This message is a symptom of another problem. Check the SQL Server error log for additional messages, and address the underlying problem.
9696160Cannot start the Service Broker primary event handler. This error is a symptom of another problem. Check the SQL Server error log for additional messages, and address this underlying problem.
9697100Could not start Service Broker for database id: %d. A problem is preventing SQL Server from starting Service Broker. Check the SQL Server error log for additional messages.
9698160Cannot start Service Broker security manager. This message is a symptom of another problem. Check the SQL Server error log and the operating system error log for additional messages, and address the underlying problem.
9699160Could not allocate memory for extra Service Broker tasks while adding CPUs.
9701160Cannot start Service Broker activation manager. This message is a symptom of another problem. Check the SQL Server error log and the operating system error log for additional messages and address the underlying problem.
9704160This message could not be delivered because it failed XML validation. This failure occurred while the message was being delivered to the target service.
9705160The messages in the queue with ID %d are referencing the invalid conversation handle '%ls'.
9706160The stored procedure with ID %d is invalid but is referenced by the queue with ID %d.
9707160The activation user with ID %d is invalid but is referenced by queue with ID %d.
9708160The messages in the queue with ID %d are referencing the invalid conversation group '%ls'.
9709160The messages in the queue with ID %d are referencing the invalid message type with ID %d.
9710160The conversation endpoint with ID '%ls' and is_initiator: %d is referencing the invalid conversation group '%ls'.
9711160The transmission queue is referencing the invalid conversation ID '%ls'.
9712160The remote service binding with ID %d is referencing the invalid service contract with ID %d.
9713160The message type with ID %d is referencing the invalid XML schema collection ID %d.
9715160The conversation endpoint with conversation handle '%ls' is in an inconsistent state. Check the SQL Server error logs and the operating system error log for information on possible hardware problems. To recover the database, restore the database from a clean backup. If no clean backup is available, consider running DBCC CHECKDB. Note that DBCC CHECKDB may remove data.
9716160The conversation group '%ls' reports references to %d conversation handle(s), but actually references %d.
9717160Cannot enable stored procedure activation on queue '%.*ls'. Event notification for queue_activation is already configured on this queue.
9718160Cannot create event notification for queue_activation on queue "%.*ls". Stored procedure activation is already configured on this queue.
9719160The database for this conversation endpoint is attached or restored.
9720160The database for the remote conversation endpoint is attached or restored.
9721100Service broker failed to clean up conversation endpoints on database '%.*ls'. Another problem is preventing SQL Server from completing this operation. Check the SQL Server error log for additional messages.
9722100Connection attempt to destination '%.*ls' failed. %.*ls
9723100The database "%i" will not be started as the broker due to duplication in the broker instance ID.
9724100The activated proc '%ls' running on queue '%ls' output the following: '%.*ls'
9725160The invalid schema has been dropped from the message type with ID %d.
9726160The remote service binding with ID %d has been dropped.
9727161Dialog security is not available for this conversation because there is no remote service binding for the target service. Create a remote service binding, or specify ENCRYPTION = OFF in the BEGIN DIALOG statement.
9728161Cannot find the security certificate because the lookup database principal ID (%i) is not valid. The security principal may have been dropped after the conversation was created.
9729100There is no cluster proxy route for the URI '%.*ls'.
9730161Cannot find the security certificate because the lookup database principal (Id: %i) does not correspond to a server principal. The security principal may have been dropped after the conversation was created.
9731161Dialog security is unavailable for this conversation because there is no security certificate bound to the database principal (Id: %i). Either create a certificate for the principal, or specify ENCRYPTION = OFF when beginning the conversation.
9732100Error during startup, shutdown or update of cluster proxy route manager.
9733161There is no private key for the security certificate bound to database principal (Id: %i). The certificate may have been created or installed incorrectly. Reinstall the certificate, or create a new certificate.
9734161The length of the private key for the security certificate bound to database principal (Id: %i) is incompatible with the operating system cryptographic service provider. The key length must be a multiple of 64 bytes.
9735161The length of the public key for the security certificate bound to database principal (Id: %i) is incompatible with the operating system cryptographic service provider. The key length must be a multiple of 64 bytes.
9736160An error occurred in dialog transmission: Error: %i, State: %i. %.*ls
9737161The private key for the security certificate bound to the database principal (ID %i) is password protected. Password protected private keys are not supported for use with secure dialogs.
9738160Cannot create task for Service Broker message dispatcher. This message is a symptom of another problem that is preventing SQL Server from creating tasks. Please check the SQL Server error log and the operating system error log for additional messages.
9739160Message transmitter in service broker message dispatcher failed %d times
9740160Cannot start the Service Broker message dispatcher. This error is a symptom of another problem. Check the SQL Server error log and the operating system error log for additional messages, and address this underlying problem.
9741100The %S_MSG '%.*ls' was dropped on upgrade because it referenced a system contract that was dropped.
9742160The activation stored procedure '%.*ls' is invalid. Temporary procedures may not be configured for activation.
9743160The %s of route "%.*ls" must be an address when using mirroring.
9744160The %s of route "%.*ls" is not a valid address.
9745160The ADDRESS of route '%.*ls' cannot be 'TRANSPORT' when SERVICE_NAME is specified.
9746160The LIFETIME of route '%.*ls' must be in the range %d to %d.
9747160The ADDRESS and MIRROR_ADDRESS of route '%.*ls' cannot be the same.
9748100The %S_MSG protocol transport is not available.
9749100Target queue is busy; message(s) queued for delivery.
9750100No route matches the destination service name for this conversation. Create a route to the destination service name for messages in this conversation to be delivered.
9751100Authentication failed with error: '%.*ls'.
9752100%S_MSG connection was refused. The user account of the remote server is not permitted to log in to this SQL Server: User account: '%.*ls', IP address: '%.*hs'.
9753100The target service broker is unreachable.
9754100Connection attempt failed with error: '%.*ls'.
9755100An error occurred while receiving data: '%.*ls'.
9756100An internal exception occurred while connecting to an adjacent broker: Error: %i, State: %i. %.*ls
9757100Service Broker/Database Mirroring network protocol error occurred.
9758100Login protocol negotiation error occurred.
9759100An error occurred while sending data: '%.*ls'.
9760100The connection has been idle for over %d seconds.
9761161The Broker Configuration conversation on dialog handle '%s' closed due to an error. To troubleshoot this problem, investigate the error: '%.*ls'.
9762100An error occurred while looking up the public key certificate associated with this SQL Server instance: No certificate was found.
9763100An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate found is not valid at the current time.
9764100An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate found is too large.
9765100An error occurred while looking up the public key certificate associated with this SQL Server instance: The certificate found has no associated private key.
9766100An unknown internal error (%d) occurred while looking up the public key certificate associated with this SQL Server instance.
9767161The security certificate bound to database principal (Id: %i) has been disabled for use with BEGIN DIALOG. See the Books Online topics "Certificates and Service Broker" for an overview and "ALTER CERTIFICATE (Transact-SQL)" for syntax to make a certificate ACTIVE FOR BEGIN_DIALOG.
9768161A database user associated with the secure conversation was dropped before credentials had been exchanged with the far endpoint. Avoid using DROP USER while conversations are being created.
9769100Insufficient memory prevented the Service Broker/Database Mirroring Transport Manager from starting.
9770100Locating routes and security information via the Broker Configuration Service.
9771100The service broker manager is disabled in single-user mode.
9772160The Service Broker in database "%.*ls" cannot be enabled because there is already an enabled Service Broker with the same ID.
9773100The Service Broker in database "%d" is disabled because there is already an enabled Service Broker with the same ID.
9774100Cannot create a new Service Broker in the attached read-only database "%.*ls". The Service Broker will be disabled.
9775160Cannot create a new Service Broker in read-only database "%.*ls".
9776160Cannot enable the Service Broker in database "%.*ls" because the Service Broker GUID in the database (%s) does not match the one in sys.databases (%s).
9777100The Service Broker in database "%.*ls" will be disabled because the Service Broker GUID in the database (%s) does not match the one in sys.databases (%s).
9778160Cannot create a new Service Broker in a mirrored database "%.*ls".
9779100Service Broker received an END CONVERSATION message on this conversation. Service Broker will not transmit the message; it will be held until the application ends the conversation.
9780100The service broker manager is initializing.
9781100The service broker manager is shutting down.
9782100An internal exception occurred while dispatching a message: Error: %i, State: %i. %.*ls
9783100DNS lookup failed with error: '%.*ls'.
9784100Service Broker received an error message on this conversation. Service Broker will not transmit the message; it will be held until the application ends the conversation.
9785100Invalid address specified: '%.*ls'.
9786100Cannot retrieve user name from security context. Error: '%.*ls'. State: %hu.
9787100An error occurred while processing broker mirroring routes. Error: %i. State: %i.
9788100Unable to route the incoming message. The system database msdb containing routing information is not available.
9789100Unable to route the incoming message. The system database msdb containing routing information is not available. The broker is disabled in msdb.
9790100Unable to route the incoming message. The system database msdb containing routing information is in SINGLE USER mode.
9791100The broker is disabled in the sender's database.
9792100Could not forward the message because forwarding is disabled in this SQL Server instance.
9793100The target service name could not be found. Ensure that the service name is specified correctly and/or the routing information has been supplied.
9794100The broker mirroring manager has not fully initialized.
9795100Could not find the target broker in the local SQL Server instance.
9796100The target service name matched a LOCAL route, but there is no service by that name in the local SQL Server instance.
9797100Classification has been delayed because the routing information is currently being updated.
9798160The message could not be delivered because it could not be classified. Enable broker message classification trace to see the reason for the failure.
9799100The connection was closed by the remote end, or an error occurred while receiving data: '%.*ls'
9801160Error converting %.*ls to %ls. The result would be truncated.
9802160The locale identifier (LCID) %d is not supported by SQL Server.
9803160Invalid data for type "%ls".
9804160Column or parameter #%d: Invalid fractional second precision %d specified for %ls data type. The maximum fractional second precision is %d.
9805100Warning: converting %ls to %ls caused a loss of information.
9806160The datepart %.*ls is not supported by date function %.*ls.
9807160The input character string does not follow style %d, either change the input character string or use a different style.
9808160This session's YDM date format is not supported when converting from this character string format to date, time, datetime2 or datetimeoffset. Change the session's date format or provide a style to the explicit conversion.
9809160The style %d is not supported for conversions from %s to %s.
9810160The datepart %.*ls is not supported by date function %.*ls for data type %s.
9811160The system timezone information could not be retrieved.
9812160The timezone provided to builtin function %.*ls is invalid.
9813160The timezone provided to builtin function %.*ls would cause the datetimeoffset to overflow the range of valid date range in either UTC or local time.
9814160The date provided is before the start of the Hijri calendar which in Microsoft's 'Kuwaiti Algorithm' is July 15th, 622 C.E. (Julian calendar) or July 18th, 622 C.E (proleptic Gregorian calendar).
9815160Waitfor delay and waitfor time cannot be of type %s.
9816160The number of columns in the column set exceeds 2048. Reduce the number of columns that are referenced in the column set.
9817160The specified column set value causes the estimated row size to be at least %d bytes. This exceeds the maximum allowed row size of %d bytes. To reduce the row size, reduce the number of columns specified in the column set.
9818160The culture parameter '%.*ls' provided in the function call is not supported.
9819160Error converting string value '%.*ls' into data type %ls using culture '%.*ls'.
9820160The time zone parameter '%.*ls' provided to AT TIME ZONE clause is invalid.
9821160Internal error occurred during time zone conversion.
9822160Internal error occurred during time zone data access.
9823160COMPRESS builtin failed.
9824160Not enough memory for COMPRESS builtin to execute.
9825160DECOMPRESS builtin failed.
9826160Uncompressed or corrupted data passed as argument to DECOMPRESS builtin.
9827160Not enough memory for DECOMPRESS builtin to execute.
9828160The second and third arguments of the TRANSLATE built-in function must contain an equal number of characters.
9829160STRING_AGG aggregation result exceeded the limit of 8000 bytes. Use LOB types to avoid result truncation.
9901161Full-text catalog '%ls' ('%d') in database '%ls' ('%d') is low on disk space. Pausing all populations in progress until more space becomes available. Reason code: %d. Error: %ls. To resume populations, free up disk space.
9902100Full-text catalog '%ls' ('%d') in database '%ls' ('%d') is low on system resources. Any population in progress will be paused until more resources become available. Reason code: %d. Error: %ls. If this message occurs frequently, try to serialize full-text indexing for multiple catalogs.
9903100The full-text catalog health monitor reported a failure for full-text catalog '%ls' (%d) in database '%ls' (%d). Reason code: %d. Error: %ls. The system will restart any in-progress population from the previous checkpoint. If this message occurs frequently, consult SQL Server Books Online for troubleshooting assistance. This is an informational message only. No user action is required.
9904100The full-text catalog '%ls' (%d) in database '%ls' (%d) will be remounted to recover from a failure. Reason code: %d. Error: %ls. If this message occurs frequently, consult SQL Server Books Online for troubleshooting assistance. This is an informational message only. No user action is required.
9905100Informational: Full-text indexer requested status change for catalog '%ls' ('%d') in database '%ls' ('%d'). New Status: %ls, Reason: %ls (%ls).
9906100The full-text catalog monitor reported catalog '%ls' (%d) in database '%ls' (%d) in %ls state. This is an informational message only. No user action is required.
9907100Error: Total number of items in full-text catalog ID '%d' in database ID '%d' exceeds the supported limit. See Books Online for troubleshooting assistance.
9908100Changing the status to %ls for full-text catalog '%ls' (%d) in database '%ls' (%d). This is an informational message only. No user action is required.
9909100Warning: Failed to change the status to %ls for full-text catalog '%ls' (%d) in database '%ls' (%d). Error: %ls.
9910100Warning: Error occurred during full-text %ls population for table or indexed view '%ls', database '%ls' (table or indexed view ID '%d', database ID '%d'). Error: %ls.
9911100Informational: Full-text %ls population initialized for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'). Population sub-tasks: %d.
9912100Error: Failed to initialize full-text %ls population for table or indexed view '%ls', database '%ls' (table or indexed view ID '%d', database ID '%d'). Error: %d.
9913100Informational: Resuming full-text population for table or indexed view '%ls' in database '%ls' (table or indexed view ID '%d', database ID '%d'). Prior number of documents processed: %d, error encountered: %d.
9914160Error: Failed to resume full-text %ls population for table or indexed view '%ls' in database '%ls' (table or indexed view ID '%d', database ID '%d'). Error: 0x%x. Repeat the operation that triggered the resume, or drop and re-create the index.
9915100Reinitialized full-text %ls population for table '%ls' (table ID '%d', database ID '%d') after a temporary failure. Number of documents processed prior to failure: %d, errors encountered: %d. This is an informational message only. No user action is required.
9916100Error: Failed to reinitialize full-text %ls population after a temporary failure for table or indexed view '%ls', database '%ls' (table or indexed view ID '%d', database ID '%d'). Error: %d.
9917170An internal error occurred in full-text docid mapper.
9918100Warning: Full-text catalog '%ls' uses FAT volume. Security and differential backup are not supported for the catalog.
9919160Fulltext DDL command failed because SQL Server was started in single user mode.
9920100Warning: Failed to get MSFTESQL indexer interface for full-text catalog '%ls' ('%d') in database '%ls' ('%d'). Error: %ls.
9921160During upgrade fatal error 0x%x encountered in CoCreateGuid. Failed to resolve full-text catalog file name for '%ls'.
9922100Warning: Full-text population for table or indexed view '%ls' failed to send batch of data to MSFTESQL service (table or indexed view ID '%d', catalog ID '%d', database ID '%d'). Error: %ls.
9923100Warning: Full-text population for table or indexed view '%ls' reported low resources while sending a batch of data to MSFTESQL service (table or indexed view ID '%d', catalog ID '%d', database ID '%d'). Error: %ls.
9924160Rebuild full-text catalog '%ls' failed: Catalog header file is read-only.
9925160Rebuild full-text catalog '%ls' failed: Full-text catalog is read-only.
9926100Informational: MS Search stop limit reached. The full-text query may have returned fewer rows than it should.
9927100Informational: The full-text search condition contained noise word(s).
9928160Computed column '%.*ls' cannot be used for full-text search because it is nondeterministic or imprecise nonpersisted computed column.
9929160Computed column '%.*ls' cannot be used as full-text type column for image or varbinary(MAX) column. This computed column must be deterministic, precise or persisted, with a size less or equal than %d characters.
9930100Null document type provided. Row will not be full-text indexed.
9931100Document type exceeds the maximum permitted length. Row will not be full-text indexed.
9932100Document type value is malformed. Row will not be full-text indexed.
9933100Internal error: The row cannot be full-text indexed. The protocol handler was invoked out of sequence. This is an informational message only. No user action is required.
9934100Row was not found. It was deleted or updated while indexing was in progress.
9935100Warning: Wordbreaker, filter, or protocol handler used by catalog '%ls' does not exist on this instance. Use sp_help_fulltext_catalog_components and sp_help_fulltext_system_components check for mismatching components. Rebuild catalog is recommended.
9936100Informational: No full-text supported languages found.
9937160Too many full-text columns or the full-text query is too complex to be executed.
9938160Cannot find the specified user or role '%.*ls'.
9939160Current user or role '%.*ls' does not have the required permission to set the owner.
9940100Error: Full-text %ls population for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d') is terminated due to the preceding error.
9941100Informational: Full-text %ls population for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d') is being suspended by the system as the database is unavailable. System will resume the population whenever the database is available
9942100Informational: Full-text %ls population for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d') was cancelled by user.
9943100Informational: Full-text %ls population completed for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'). Number of documents processed: %d. Number of documents failed: %d. Number of documents that will be retried: %d.
9944100Informational: Full-text retry pass of %ls population completed for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'). Number of retry documents processed: %d. Number of documents failed: %d.
9945100Error: All Full-text populations in progress, for catalog '%ls' ('%d') in database '%ls' ('%d') were terminated due to error. Error: 0x%x.
9947100Warning: Identity of full-text catalog in directory '%ls' does not match database '%.*ls'. The full-text catalog cannot be attached.
9948100Warning: Full-text catalog path '%ls' is invalid. It exceeds the length limit, or it is a relative path, or it is a hidden directory, or it is a UNC PATH. The full-text catalog cannot be attached, rebuild the catalog to resolve it.
9949100Warning: All Full-text populations in progress for full-text catalog '%ls' ('%d') in database '%ls' ('%d') are paused. Reason code: %d. Error: %ls. If this message occurs frequently, consult Books Online for indexing performance tuning assistance.
9950100Informational: Full-text catalog health monitor reported a failure for catalog '%ls' ('%d') in database '%ls' ('%d'). Reason code: %d. Error: %ls. The catalog is corrupted and all in-progress populations will be stopped. Use rebuild catalog to recover the failure and start population from scratch.
9951100Warning: Database %.*ls cannot be modified during detach because database is in read-only, standby, or shutdown state. Full-text catalog is not dropped, and '@keepfulltextindexfile = false' is ignored.
9952100Informational: Full-text auto change tracking is turned off for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d') due to fatal crawl error.
9953160The path '%.*ls' has invalid attributes. It needs to be a directory. It must not be hidden, read-only, or on a removable drive.
9954160SQL Server failed to communicate with filter daemon launch service (OS error: %ls). Full-Text filter daemon process failed to start. Full-text search functionality will not be available.
9955160SQL Server failed to create named pipe '%ls' to communicate with the full-text filter daemon (OS error: %d). Either a named pipe already exists for a filter daemon host process, the system is low on resources, or the security identification number (SID) lookup for the filter daemon account group failed. To resolve this error, terminate any running full-text filter daemon processes, and if necessary reconfigure the full-text daemon launcher service account.
9959160Cannot perform requested task because full-text memory manager is not initialized.
9960160View '%.*ls' is not an indexed view. Full-text index is not allowed to be created on it.
9961160Logical name, size, maxsize, filegrowth, and offline properties of full-text catalog cannot be modified.
9962160Failed to move full-text catalog from '%ls' to '%ls'. OS error '%ls'.
9963100Inconsistent accent sensitivity of full-text catalog is detected. Full-text catalog for catalog ID '%d', database ID '%d' is reset.
9964160Failed to finish full-text operation. Filegroup '%.*ls' is empty, read-only, or not online.
9965160NULL or Invalid type of value specified for '%ls' parameter.
9966160Cannot use full-text search in master, tempdb, or model database.
9967100A default full-text catalog does not exist in database '%.*ls' or user does not have permission to perform this action.
9968100Warning: No appropriate filter was found during full-text index population for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'), full-text key value '%ls'. Some columns of the row were not indexed.
9969100Warning: No appropriate wordbreaker was found during full-text index population for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'), full-text key value '%ls'. Neutral wordbreaker was used for some columns of the row.
9970160Couldn't complete full-text operation because full-text key for table or indexed view '%.*ls' is offline.
9971100Warning: No appropriate filter for embedded object was found during full-text index population for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'), full-text key value '%ls'. Some embedded objects in the row could not be indexed.
9972160Database is not fully started up or it is not in an ONLINE state. Try the full-text DDL command again after database is started up and becomes ONLINE.
9973100Informational: Full-text %ls population paused for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d'). Number of documents processed: %d. Number of documents failed: %d.
9974100Warning: Only running full population can be paused. The command is ignored. Other type of population can just be stopped and it will continue when your start the same type of crawl again.
9975100Warning: Only paused full population can be resumed. The command is ignored.
9977100Warning: Last population complete time of full-text catalog in directory '%ls' does not match database '%.*ls'. The full-text catalog is attached and it may need to be repopulated.
9978100Warning: During upgrade full-text index on table '%ls' is disabled because at least one of full-text key column, full-text columns, or type columns is a non-deterministic or imprecise nonpersisted computed column.
9979100Warning: During upgrade full-text catalog '%ls' in database '%ls' is set as offline because it failed to be created at path '%ls'. Please fix the full-text catalog path and rebuild the full-text catalog after upgrade.
9980160Variable parameters can not be passed to fulltext predicates: contains, freetext and functions: containstable, freetexttable applied to remote table.
9982160Cannot use full-text search in user instance.
9983160The value '%ls' for the full-text component '%ls' is longer than the maximum permitted (%d characters). Please reduce the length of the value.
9984100Informational: Full-text %ls population paused for table or indexed view '%ls' (table or indexed view ID '%d', database ID '%d').
9985160There is not enough memory to generate a search property list cache. Rerun your full-text indexing statement when more resources are available.
9986160A search property list cache cannot be generated during full-text indexing. Attempting to query the registered search properties caused an internal error as indicated by the HRESULT error code, ((HRESULT = '0x%08x').
9987150The max gap argument in NEAR clause must be either the word MAX or an integer greater than or equal to 0.
9988150The number of query terms in NEAR clause must be less than or equal to 64.
9998160The column '%.*ls' cannot be added to a full-text index. Full-text indexes are limited to 1024 columns. When you create a full-text index, add fewer columns.
9999160The column '%.*ls' in the table '%.*ls' cannot be used for full-text search because it is a sparse column set.