SQL Server System Errors: 23000 - 24999
List of error messages between 23000 and 24999 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 |
---|---|---|---|
23003 | 17 | 0 | The WinFS share permissions have become corrupted {Error: %ld}. Please try setting the share permissions again. |
23100 | 16 | 0 | Invalid input parameter(s). |
23101 | 16 | 0 | Access is denied. |
23102 | 16 | 0 | Item does not exist {ItemId: %ls}. |
23103 | 16 | 0 | Folder already exists {ItemId: %ls}. |
23104 | 16 | 0 | Folder does not exist {ItemId: %ls}. |
23105 | 16 | 0 | Operation violates hierarchical namespace uniqueness. |
23106 | 16 | 0 | Container is not empty {ItemId: %ls}. |
23107 | 16 | 0 | Item cannot be copied onto itself. |
23108 | 16 | 0 | Scoping path does not exist or is invalid. |
23109 | 16 | 0 | Container does not exist. |
23110 | 16 | 0 | No more items to enumerate. |
23111 | 16 | 0 | Item does not exist in the given scope {ItemId: %ls, Scope: %ls}. |
23112 | 16 | 0 | Transaction not in active state. |
23113 | 16 | 0 | Item either does not exist or it is not a file-backed one. |
23114 | 16 | 0 | Sharing violation. |
23115 | 16 | 0 | Transaction bindtoken must be null when called within the context of a transaction. |
23116 | 16 | 0 | Inconsistent StreamSize and/or AllocationSize data {ItemId: %ls}. |
23117 | 16 | 0 | File-backed item does not exist {ItemId: %ls}. |
23200 | 16 | 0 | ItemId of folder '%ls' not found. |
23201 | 16 | 0 | Share '%ls' does not exist in Catalog. |
23202 | 16 | 0 | Could not delete Share '%ls' in Catalog. |
23203 | 16 | 0 | Store item not found in Catalog. |
23204 | 16 | 0 | Could not delete Store item in Catalog. |
23205 | 16 | 0 | Store database name not found in Catalog. |
23206 | 16 | 0 | Could not create share to the ItemPath '%ls'. |
23207 | 16 | 0 | Could not add Share item for '%ls' in Catalog. |
23208 | 16 | 0 | ItemPath '%ls' does not exist in Store. |
23209 | 16 | 0 | Could not update Store state in Catalog. |
23210 | 16 | 0 | Itempath '%ls' is a file-backed item or within it's sub-tree. |
23211 | 16 | 0 | Could not start Store Manager. Please look in WinFS UT Log for details. |
23212 | 16 | 0 | Itempath '%ls' is a compound item. |
23500 | 16 | 0 | Item container does not exist. |
23501 | 16 | 0 | Owning Item does not exist. |
23502 | 16 | 0 | NamespaceName is empty or exceeds the maximum length. |
23503 | 16 | 0 | Invalid Source endpoint type |
23504 | 16 | 0 | Invalid Target endpoint type |
23505 | 16 | 0 | A File-backed item must be a compound item type. |
23506 | 16 | 0 | A File Backed Item may not contain other Items. |
23509 | 16 | 0 | Source Item does not exist. |
23510 | 16 | 0 | Item with name already exists in container. |
23511 | 16 | 0 | New container cannot be a sub-container of item. |
23513 | 16 | 0 | Item does not exist. |
23515 | 16 | 0 | Item can not be deleted if it has children |
23519 | 16 | 0 | Target Item does not exist. |
23525 | 16 | 0 | Invalid Namespace Name. |
23530 | 16 | 0 | Operation can not be called inside a un-committable transaction |
23536 | 16 | 0 | Win32 file handle is open for item |
23573 | 16 | 0 | Cannot change ContainerId when replacing item. |
23579 | 16 | 0 | This procedure is reserved and cannot be called. |
23587 | 16 | 0 | File stream cannot be null. |
23588 | 16 | 0 | Container ids must be the same. |
23996 | 16 | 0 | The request could not be performed because of an device I/O error. |
23997 | 16 | 0 | System error occurred {ErrorCode: %d}. |
23998 | 16 | 0 | Not enough memory available in the system to process the request. |
23999 | 16 | 0 | Unspecified error(s) occurred. |