2.4.1 Additional Error Codes

When encoded in ROP buffers, all error codes are transmitted as 32-bit integers in little-endian format. Additional error codes are presented in the following table.

Error code name

Description (alternate names)

Numeric value (hex)

IsamError

Unspecified database failure.

(ecJetError)

0x000003EA,

%EA.03.00.00

UnknownUser

Unable to identify a home Store object for this user.

(ecUnknownUser)

0x000003EB,

%xEB.03.00.00

Exiting

The server is in the process of stopping.

(ecExiting)

0x000003ED,

%xED.03.00.00

BadConfiguration

Protocol settings for this user are incorrect.

(ecBadConfig)

0x000003EE,

%xEE.03.00.00

UnknownCodePage

The specified code page is not installed on the server.

(ecUnknownCodePage)

0x000003EF,

%xEF.03.00.00

ServerMemory

The server is out of memory.

(ecServerOOM, ecMemory)

0x000003F0,

%xF0.03.00.00

LoginPermission

This user does not have access rights to the mailbox.

(ecLoginPerm)

0x000003F2,

%xF2.03.00.00

DatabaseRolledBack

The database has been restored and needs fix-up but cannot be fixed up.

(ecDatabaseRolledBack)

0x000003F3,

%xF3.03.00.00

DatabaseCopiedError

The database file has been copied from another server.

(ecDatabaseCopiedError)

0x000003F4,

%xF4.03.00.00

AuditNotAllowed

Auditing of security operations is not permitted.

(ecAuditNotAllowed)

0x000003F5,

%xF5.03.00.00

ZombieUser

User has no security identifier.

(ecZombieUser)

0x000003F6,

%xF6.03.00.00

UnconvertableACL

An access control list (ACL) cannot be converted to NTFS format.

(ecUnconvertableACL)

0x000003F7,

%xF7.03.00.00

NoFreeJetSessions

No Jet session is available.

(ecNoFreeJses)

0x0000044C,

%x4C.04.00.00

DifferentJetSession

Warning, a Jet session other than the one requested was returned.

(ecDifferentJses)

0x0000044D,

%x4D.04.00.00

FileRemove

An error occurred when attempting to remove a database file.

(ecFileRemove)

0x0000044F,

%x4F.04.00.00

ParameterOverflow

Parameter value overflow.

(ecParameterOverflow)

0x00000450,

%x50.04.00.00

BadVersion

Bad message store database version number.

(ecBadVersion)

0x00000451,

%x51.04.00.00

TooManyColumns

Too many columns requested in RopSetColumns ([MS-OXCROPS] section 2.2.5.1).

(ecTooManyCols)

0x00000452,

%x52.04.00.00

HaveMore

A ROP has more data to return.

(ecHaveMore)

0x00000453,

%x53.04.00.00

DatabaseError

General database problem.

(ecDatabaseError)

0x00000454,

%x54.04.00.00

IndexNameTooBig

An index name is larger than what Jet allows.

(ecIndexNameTooBig)

0x00000455,

%x55.04.00.00

UnsupportedProperty

The property data type is not supported.

(ecUnsupportedProp)

0x00000456,

%x56.04.00.00

MessageNotSaved

During RopAbortSubmit ([MS-OXCROPS] section 2.2.7.2), a message was not saved.

(ecMsgNotSaved)

0x00000457,

%x57.04.00.00

UnpublishedNotification

A notification could not be published at this time.

(ecUnpubNotif)

0x00000459,

%x59.04.00.00

DifferentRoot

Moving or copying folders to a different top-level hierarchy is not supported.

(ecDifferentRoot)

0x0000045B,

%x5B.04.00.00

BadFolderName

Invalid folder name.

(ecBadFolderName)

0x0000045C,

%x5C.04.00.00

AttachmentOpen

The attachment is open.

(ecAttachOpen)

0x0000045D,

%x5D.04.00.00

InvalidCollapseState

The collapse state given to RopSetCollapseState ([MS-OXCROPS] section 2.2.5.19) is invalid.

(ecInvClpsState)

0x0000045E,

%x5E.04.00.00

SkipMyChildren

While walking a folder tree, do not consider children of this folder.

(ecSkipMyChildren)

0x0000045F,

%x5F.04.00.00

SearchFolder

The operation is not supported on a search folder.

(ecSearchFolder)

0x00000460,

%x60.04.00.00

NotSearchFolder

The operation is valid only on a search folder.

(ecNotSearchFolder)

0x00000461,

%x61.04.00.00

FolderSetReceive

This is a Receive folder and cannot be deleted.

(ecFolderSetReceive)

0x00000462,

%x62.04.00.00

NoReceiveFolder

No Receive folder is available (even no default).

(ecNoReceiveFolder)

0x00000463,

%x63.04.00.00

DeleteSubmittedMessage

Deleting a message that has been submitted for sending is not permitted.

(ecNoDelSubmitMsg)

0x00000465,

%x65.04.00.00

InvalidRecipients

It was impossible to deliver to this recipient (1).

(ecInvalidRecips)

0x00000467,

%x67.04.00.00

NoReplicaHere

No replica of the public folder in this Store object.

(ecNoReplicaHere)

0x00000468,

%x68.04.00.00

NoReplicaAvailable

No available Store object has a replica of this public folder.

(ecNoReplicaAvailable)

0x00000469,

%x69.04.00.00

PublicDatabase

The operation is invalid on a public Store object.

(ecPublicMDB)

0x0000046A,

%x6A.04.00.00

NotPublicDatabase

The operation is valid only on a public Store object.

(ecNotPublicMDB)

0x0000046B,

%x6B.04.00.00

RecordNotFound

The record was not found.

(ecRecordNotFound)

0x0000046C,

%x6C.04.00.00

ReplicationConflict

A replication conflict was detected.

(ecReplConflict)

0x0000046D,

%x6D.04.00.00

FXBufferOverrun

Prevented an overrun while reading a fast transfer buffer.

(ecFxBufferOverrun)

0x00000470,

%x70.04.00.00

FXBufferEmpty

No more in a fast transfer buffer.

(ecFxBufferEmpty)

0x00000471,

%x71.04.00.00

FXPartialValue

Partial long value in a fast transfer buffer.

(ecFxPartialValue)

0x00000472,

%x72.04.00.00

FxNoRoom

No room for an atomic value in a fast transfer buffer.

(ecFxNoRoom)

0x00000473,

%x73.04.00.00

TimeExpired

Housekeeping functions have exceeded their time window.

(ecMaxTimeExpired)

0x00000474,

%x74.04.00.00

DestinationError

An error occurred on the destination folder during a copy operation.

(ecDstError)

0x00000475,

%x75.04.00.00

DatabaseNotInitialized

The Store object was not properly initialized.

(ecMDBNotInit)

0x00000476,

%x76.04.00.00

WrongServer

This server does not host the user's mailbox database.

(ecWrongServer)

0x00000478,

%x78.04.00.00

BufferTooSmall

A buffer passed to this function is not big enough.

(ecBufferTooSmall)

0x0000047D,

%x7D.04.00.00

AttachmentResolutionRequired

Linked attachments could not be resolved to actual files.

(ecRequiresRefResolve)

0x0000047E,

%x7E.04.00.00

ServerPaused

The service is in a paused state.

(ecServerPaused)

0x0000047F,

%x7F.04.00.00

ServerBusy

The server is too busy to complete an operation.

(ecServerBusy)

0x00000480,

%x80.04.00.00

NoSuchLogon

No such logon exists in the Store object's Logon list.

(ecNoSuchLogon)

0x00000481,

%x81.04.00.00

LoadLibraryFailed

Internal error: the service cannot load a required DLL.

(ecLoadLibFailed)

0x00000482,

%x82.04.00.00

AlreadyConfigured

A synchronization object has already been configured.

(ecObjAlreadyConfig)

0x00000483,

%x83.04.00.00

NotConfigured

A synchronization object has not yet been configured.

(ecObjNotConfig)

0x00000484,

%x84.04.00.00

DataLoss

A code page conversion incurred data loss.

(ecDataLoss)

0x00000485,

%x85.04.00.00

MaximumSendThreadExceeded

The maximum number of send threads has been exceeded.

(ecMaxSendThreadExceeded)

0x00000488,

%x88.04.00.00

FxErrorMarker

A fast transfer error marker was found, and recovery is necessary.

(ecFxErrorMarker)

0x00000489,

%x89.04.00.00

NoFreeJtabs

There are no more free Jet tables.

(ecNoFreeJtabs)

0x0000048A,

%x8A.04.00.00

NotPrivateDatabase

The operation is valid only on a private mailbox database.

(ecNotPrivateMDB)

0x0000048B,

%x8B.04.00.00

IsintegMDB

The Store object has been locked by the ISINTEG (Information store integrity) utility.

(ecIsintegMDB)

0x0000048C,

%x8C.04.00.00

RecoveryMismatch

A recovery storage group operation was attempted on a non-RSG (recovery storage group) Store object, or vice versa.

(ecRecoveryMDBMismatch)

0x0000048D,

%x8D.04.00.00

TableMayNotBeDeleted

Attempt to delete a critical table, such as the messages or attachments table.

(ecTableMayNotBeDeleted)

0x0000048E,

%x8E.04.00.00

SearchFolderScopeViolation

Attempt to perform a recursive search on a search folder.

(ecSearchFolderScopeViolation)

0x00000490,

%x90.04.00.00

RpcRegisterIf

Error in registering RPC interfaces.

(ecRpcRegisterIf)

0x000004B1,

%xB1.04.00.00

RpcListen

Error in starting the RPC listener.

(ecRpcListen)

0x000004B2,

%xB2.04.00.00

RpcFormat

A badly formatted RPC buffer was detected.

(ecRpcFormat)

0x000004B6,

%xB6.04.00.00

NoCopyTo

Single instance storage cannot be used in this case.

(ecNoCopyTo)

0x000004B7,

%xB7.04.00.00

NullObject

An object handle reference in the RPC buffer could not be resolved.

(ecNullObject)

0x000004B9,

%xB9.04.00.00

RpcAuthentication

Server requests client to use authentication.

(ecRpcAuthentication)

0x000004BC,

%xBC.04.00.00

RpcBadAuthenticationLevel

The server doesn't recognize a client's authentication level.

(ecRpcBadAuthenticationLevel)

0x000004BD,

%xBD.04.00.00

NullCommentRestriction

The subrestriction of a comment restriction is empty.

(ecNullCommentRestriction)

0x000004BE,

%xBE.04.00.00

RulesLoadError

Rule data was unavailable for this folder.

(ecRulesLoadError)

0x000004CC,

%xCC.04.00.00

RulesDeliverErr

Delivery-time failure in rule execution.

(ecRulesDeliverErr)

0x000004CD,

%xCD.04.00.00

RulesParsingErr

Invalid syntax in a stored rule condition or action.

(ecRulesParsingErr)

0x000004CE,

%xCE.04.00.00

RulesCreateDAE

Failure creating a deferred rule action error message.

(ecRulesCreateDaeErr)

0x000004CF,

%xCF.04.00.00

RulesCreateDAM

Failure creating a deferred rule action message.

(ecRulesCreateDamErr)

0x000004D0,

%xD0.04.00.00

RulesNoMoveCopyFolder

A move or copy rule action could not be performed due to a problem with the target folder.

(ecRulesNoMoveCopyFolder)

0x000004D1,

%xD1.04.00.00

RulesNoFolderRights

A move or copy rule action could not be performed due to a permissions problem with the target folder.

(ecRulesNoFolderRights)

0x000004D2,

%xD2.04.00.00

MessageTooBig

A message could not be delivered because it exceeds a size limit.

(ecMessageTooBig)

0x000004D4,

%xD4.04.00.00

FormNotValid

There is a problem with the form mapped to the message's message class.

(ecFormNotValid)

0x000004D5,

%xD5.04.00.00

NotAuthorized

Delivery to the desired folder was not authorized.

(ecNotAuthorized)

0x000004D6,

%xD6.04.00.00

DeleteMessage

The message was deleted by a rule action.

(ecDeleteMessage)

0x000004D7,

%xD7.04.00.00

BounceMessage

Delivery of the message was denied by a rule action.

(ecBounceMessage)

0x000004D8,

%xD8.04.00.00

QuotaExceeded

The operation failed because it would have exceeded a resource quota.

(ecQuotaExceeded)

0x000004D9,

%xD9.04.00.00

MaxSubmissionExceeded

A message could not be submitted because its size exceeds the defined maximum.

(ecMaxSubmissionExceeded)

0x000004DA,

%xDA.04.00.00

MaxAttachmentExceeded

The maximum number of message attachments has been exceeded.

(ecMaxAttachmentExceeded)

0x000004DB,

%xDB.04.00.00

SendAsDenied

The user account does not have permission to send mail as the owner of this mailbox.

(ecSendAsDenied)

0x000004DC,

%xDC.04.00.00

ShutoffQuotaExceeded

The operation failed because it would have exceeded the mailbox's shutoff quota.

(ecShutoffQuotaExceeded)

0x000004DD,

%xDD.04.00.00

TooManyOpenObjects

A client has opened too many objects of a specific type.

(ecMaxObjsExceeded)

0x000004DE,

%xDE.04.00.00

ClientVersionBlocked

The server is configured to block clients of this version.

(ecClientVerDisallowed)

0x000004DF,

%xDF.04.00.00

RpcHttpDisallowed

The server is configured to block RPC connections via HTTP.

(ecRpcHttpDisallowed)

0x000004E0,

%xE0.04.00.00

CachedModeRequired

The server is configured to block online mode connections; only cached mode connections are allowed.

(ecCachedModeRequired)

0x000004E1,

%xE1.04.00.00

FolderNotCleanedUp

The folder has been deleted but not yet cleaned up.

(ecFolderNotCleanedUp)

0x000004E3,

%xE3.04.00.00

FormatError

Part of a ROP buffer was incorrectly formatted.

(ecFmtError)

0x000004ED,

%xED.04.00.00

NotExpanded

Error in expanding or collapsing rows in a categorized view.

(ecNotExpanded)

0x000004F7,

%xF7.04.00.00

NotCollapsed

Error in expanding or collapsing rows in a categorized view.

(ecNotCollapsed)

0x000004F8,

%xF8.04.00.00

NoExpandLeafRow

Leaf rows cannot be expanded; only category header rows can be expanded.

(ecLeaf)

0x000004F9,

%xF9.04.00.00

UnregisteredNameProp

An operation was attempted on a named property ID for which no name has been registered.

(ecUnregisteredNameProp)

0x000004FA,

%xFA.04.00.00

FolderDisabled

Access to the folder is disabled, perhaps because form design is in progress.

(ecFolderDisabled)

0x000004FB,

%xFB.04.00.00

DomainError

There is an inconsistency in the Store object's association with its server.

(ecDomainError)

0x000004FC,

%xFC.04.00.00

NoCreateRight

The operation requires create access rights that the user does not have.

(ecNoCreateRight)

0x000004FF,

%xFF.04.00.00

PublicRoot

The operation requires create access rights at a public folder root.

(ecPublicRoot)

0x00000500,

%x00.05.00.00

NoReadRight

The operation requires read access rights that the user does not have.

(ecNoReadRight)

0x00000501,

%x01.05.00.00

NoCreateSubfolderRight

The operation requires create subfolder access rights that the user does not have.

(ecNoCreateSubfolderRight)

0x00000502,

%x02.05.00.00

MessageCycle

The source message contains the destination message and cannot be attached to it.

(ecMsgCycle)

0x00000504,

%x04.05.00.00

NullDestinationObject

The RPC buffer contains a destination object handle that could not be resolved to a Server object.

(ecDstNullObject)

0x00000503,

%x03.05.00.00

TooManyRecips

A hard limit on the number of recipients (1) per message was exceeded.

(ecTooManyRecips)

0x00000505,

%x05.05.00.00

VirusScanInProgress

The operation failed because the target message is being scanned for viruses.

(ecVirusScanInProgress)

0x0000050A,

%x0A.05.00.00

VirusDetected

The operation failed because the target message is infected with a virus.

(ecVirusDetected)

0x0000050B,

%x0B.05.00.00

MailboxInTransit

The mailbox is in transit and is not accepting mail.

(ecMailboxInTransit)

0x0000050C,

%x0C.05.00.00

BackupInProgress

The operation failed because the Store object is being backed up.

(ecBackupInProgress)

0x0000050D,

%x0D.05.00.00

VirusMessageDeleted

The operation failed because the target message was infected with a virus and has been deleted.

(ecVirusMessageDeleted)

0x0000050E,

%x0E.05.00.00

InvalidBackupSequence

Backup steps were performed out of sequence.

(ecInvalidBackupSequence)

0x0000050F,

%x0F.05.00.00

InvalidBackupType

The requested backup type was not recognized.

(ecInvalidBackupType)

0x00000510,

%x10.05.00.00

TooManyBackups

Too many backups are already in progress.

(ecTooManyBackupsInProgress)

0x00000511,

%x11.05.00.00

RestoreInProgress

A restore is already in progress.

(ecRestoreInProgress)

0x00000512,

%x12.05.00.00

DuplicateObject

The object already exists.

(ecDuplicateObject)

0x00000579,

%x79.05.00.00

ObjectNotFound

An internal database object could not be found.

(ecObjectNotFound)

0x0000057A,

%x7A.05.00.00

FixupReplyRule

The template Message ID in a reply rule object is missing or incorrect.

(ecFixupReplyRule)

0x0000057B,

%x7B.05.00.00

TemplateNotFound

The reply template could not be found for a message that triggered an auto-reply rule.

(ecTemplateNotFound)

0x0000057C,

%x7C.05.00.00

RuleExecution

An error occurred while executing a rule action.

(ecRuleExecution)

0x0000057D,

%x7D.05.00.00

DSNoSuchObject

A Server object could not be found in the directory.

(ecDSNoSuchObject)

0x0000057E,

%x7E.05.00.00

AlreadyTombstoned

An attempt to tombstone a message already in the message tombstone list failed.

(ecMessageAlreadyTombstoned)

0x0000057F,

%x7F.05.00.00

ReadOnlyTransaction

A write operation was attempted in a read-only transaction.

(ecRequiresRWTransaction)

0x00000596,

%x96.05.00.00

Paused

Attempt to pause a server that is already paused.

(ecPaused)

0x0000060E,

%x0E.06.00.00

NotPaused

Attempt to unpause a server that is not paused.

(ecNotPaused)

0x0000060F,

%x0F.06.00.00

WrongMailbox

The operation was attempted on the wrong mailbox.

(ecWrongMailbox)

0x00000648,

%x48.06.00.00

ChangePassword

The account password needs to be changed.

(ecChgPassword)

0x0000064C,

%x4C.06.00.00

PasswordExpired

The account password has expired.

(ecPwdExpired)

0x0000064D,

%x4D.06.00.00

InvalidWorkstation

The account has logged on from the wrong workstation.

(ecInvWkstn)

0x0000064E,

%x4E.06.00.00

InvalidLogonHours

The account has logged on at the wrong time of day.

(ecInvLogonHrs)

0x0000064F,

%x4F.06.00.00

AccountDisabled

The account is disabled.

(ecAcctDisabled)

0x00000650,

%x50.06.00.00

RuleVersion

The rule data contains an invalid rule version.

(ecRuleVersion)

0x000006A4,

%xA4.06.00.00

RuleFormat

The rule condition or action was incorrectly formatted.

(ecRuleFormat)

0x000006A5,

%xA5.06.00.00

RuleSendAsDenied

The rule is not authorized to send from this mailbox.

(ecRuleSendAsDenied)

0x000006A6,

%xA6.06.00.00

NoServerSupport

A newer client requires functionality that an older server does not support.

(ecNoServerSupport)

0x000006B9,

%xB9.06.00.00

LockTimedOut

An attempt to unlock a message failed because the lock had already timed out.

(ecLockTimedOut)

0x000006BA,

%xBA.06.00.00

ObjectLocked

The operation failed because the target object is locked.

(ecObjectLocked)

0x000006BB,

%xBB.06.00.00

InvalidLockNamespace

Attempt to lock a nonexistent object.

(ecInvalidLockNamespace)

0x000006BD,

%xBD.06.00.00

MessageDeleted

Operation failed because the message has been deleted.

(ecMessageDeleted)

0x000007D6,

%xD6.07.00.00

ProtocolDisabled

The requested protocol is disabled in the server configuration.

(ecProtocolDisabled)

0x000007D8,

%xD8.07.00.00

CleartextLogonDisabled

Clear text logons were disabled.

(ecCleartextLogonDisabled)

0x000007D9,

%xD9.07.00.00

Rejected

The operation was rejected, perhaps because it is not supported.

(ecRejected)

0x000007EE,

%xEE.07.00.00

AmbiguousAlias

User account information did not uniquely identify a user.

(ecAmbiguousAlias)

0x0000089A,

%x9A.08.00.00

UnknownMailbox

No mailbox object for this logon exists in the address book.

(ecUnknownMailbox)

0x0000089B,

%x9B.08.00.00

ExpressionReserved

Internal error in evaluating an expression.

(ecExpReserved)

0x000008FC,

%xFC.08.00.00

ExpressionParseDepth

The expression tree exceeds a defined depth limit.

(ecExpParseDepth)

0x000008FD,

%xFD.08.00.00

ExpressionArgumentType

An argument to a function has the wrong type.

(ecExpFuncArgType)

0x000008FE,

%xFE.08.00.00

ExpressionSyntax

Syntax error in expression.

(ecExpSyntax)

0x000008FF,

%xFF.08.00.00

ExpressionBadStringToken

Invalid string token in expression.

(ecExpBadStrToken)

0x00000900,

%x00.09.00.00

ExpressionBadColToken

Invalid column name in expression.

(ecExpBadColToken)

0x00000901,

%x01.09.00.00

ExpressionTypeMismatch

Property types, for example, in a comparison expression, are incompatible.

(ecExpTypeMismatch)

0x00000902,

%x02.09.00.00

ExpressionOperatorNotSupported

The requested operator is not supported.

(ecExpOpNotSupported)

0x00000903,

%x03.09.00.00

ExpressionDivideByZero

Divide by zero doesn't work.

(ecExpDivByZero)

0x00000904,

%x04.09.00.00

ExpressionUnaryArgument

The argument to a unary expression is of incorrect type.

(ecExpUnaryArgType)

0x00000905,

%x05.09.00.00

NotLocked

An attempt to lock a resource failed.

(ecNotLocked)

0x00000960,

%x60.09.00.00

ClientEvent

A client-supplied event has fired.

(ecClientEvent)

0x00000961,

%x61.09.00.00

CorruptEvent

Data in the event table is bad.

(ecCorruptEvent)

0x00000965,

%x65.09.00.00

CorruptWatermark

A watermark in the event table is bad.

(ecCorruptWatermark)

0x00000966,

%x66.09.00.00

EventError

General event processing error.

(ecEventError)

0x00000967,

%x67.09.00.00

WatermarkError

An event watermark is out of range or otherwise invalid.

(ecWatermarkError)

0x00000968,

%x68.09.00.00

NonCanonicalACL

A modification to an ACL failed because the existing ACL is not in canonical format.

(ecNonCanonicalACL)

0x00000969,

%x69.09.00.00

MailboxDisabled

Logon was unsuccessful because the mailbox is disabled.

(ecMailboxDisabled)

0x0000096C,

%x6C.09.00.00

RulesFolderOverQuota

A move or copy rule action failed because the destination folder is over quota.

(ecRulesFolderOverQuota)

0x0000096D,

%x6D.09.00.00

AddressBookUnavailable

The address book server could not be reached.

(ecADUnavailable)

0x0000096E,

%x6E.09.00.00

AddressBookError

Unspecified error from the address book server.

(ecADError)

0x0000096F,

%x6F.09.00.00

AddressBookObjectNotFound

An object was not found in the address book.

(ecADNotFound)

0x00000971,

%x71.09.00.00

AddressBookPropertyError

A property was not found in the address book.

(ecADPropertyError)

0x00000972,

%x72.09.00.00

NotEncrypted

The server is configured to force encrypted connections, but the client requested an unencrypted connection.

(ecNotEncrypted)

0x00000970,

%x70.09.00.00

RpcServerTooBusy

An external RPC failed because the server was too busy.

(ecRpcServerTooBusy)

0x00000973,

%x73.09.00.00

RpcOutOfMemory

An external RPC failed because the local server was out of memory. (ecRpcOutOfMemory)

0x00000974,

%x74.09.00.00

RpcServerOutOfMemory

An external RPC failed because the remote server was out of memory. (ecRpcServerOutOfMemory)

0x00000975,

%x75.09.00.00

RpcOutOfResources

An external RPC failed because the remote server was out of an unspecified resource.

(ecRpcOutOfResources)

0x00000976,

%x76.09.00.00

RpcServerUnavailable

An external RPC failed because the remote server was unavailable.

(ecRpcServerUnavailable)

0x00000977,

%x77.09.00.00

SecureSubmitError

A failure occurred while setting the secure submission state of a message.

(ecSecureSubmitError)

0x0000097A,

%x7A.09.00.00

EventsDeleted

Requested events were already deleted from the queue.

(ecEventsDeleted)

0x0000097C,

%x7C.09.00.00

SubsystemStopping

A component service is in the process of shutting down.

(ecSubsystemStopping)

0x0000097D,

%x7D.09.00.00

AttendantUnavailable

The system attendant service is unavailable.

(ecSAUnavailable)

0x0000097E,

%x7E.09.00.00

CIStopping

The content indexer service is stopping.

(ecCIStopping)

0x00000A28,

%x28.0A.00.00

FxInvalidState

An internal fast transfer object has invalid state.

(ecFxInvalidState)

0x00000A29,

%x29.0A.00.00

FxUnexpectedMarker

Fast transfer parsing has hit an invalid marker.

(ecFxUnexpectedMarker)

0x00000A2A,

%x2A.0A.00.00

DuplicateDelivery

A copy of this message has already been delivered.

(ecDuplicateDelivery)

0x00000A2B,

%x2B.0A.00.00

ConditionViolation

The condition was not met for a conditional operation.

(ecConditionViolation)

0x00000A2C,

%x2C.0A.00.00

MaximumConnectionPoolsExceeded

An RPC client has exceeded the defined limit of RPC connection pools.

(ecMaxPoolExceeded)

0x00000A2D,

%x2D.0A.00.00

InvalidRpcHandle

The RPC connection is no longer valid.

(ecRpcInvalidHandle)

0x00000A2E,

%x2E.0A.00.00

EventNotFound

There are no events in the event table, or the requested event was not found.

(ecEventNotFound)

0x00000A2F,

%x2F.0A.00.00

PropertyNotPromoted

A property was not copied from the message table to the message header table.

(ecPropNotPromoted)

0x00000A30,

%x30.0A.00.00

LowFreeSpaceForDatabase

The drive hosting database files has little or no free space.

(ecLowMdbSpace)

0x00000A31,

%x31.0A.00.00

LowFreeSpaceForLogs

The drive hosting log files for the database has little or no free space.

(ecLowMdbLogSpace)

0x00000A32,

%x32.0A.00.00

MailboxIsQuarantined

The mailbox has been placed under quarantine by an administrator.

(ecMailboxQuarantined)

0x00000A33,

%x33.0A.00.00

DatabaseMountInProgress

The mailbox database is being mounted.

(ecMountInProgress)

0x00000A34,

%x34.0A.00.00

DatabaseDismountInProgress

The mailbox database is being dismounted.

(ecDismountInProgress)

0x00000A35,

%x35.0A.00.00

ConnectionsOverBudget

The number of RPC connections in use exceeds the amount budgeted for this client.

(ecMaxConnectionsExceeded)

0x00000A36,

%x36.0A.00.00

NotFoundInContainer

The mailbox was not found in the mailbox metadata cache.

(ecNotFoundInContainer)

0x00000A37,

%x37.0A.00.00

CannotRemove

An item cannot be removed from an internal list.

(ecCannotRemove)

0x00000A38,

%x38.0A.00.00

InvalidConnectionPool

An RPC client has attempted connection using a connection pool unknown to the server.

(ecInvalidPool)

0x00000A39,

%x39.0A.00.00

VirusScanGeneralFailure

A nonspecified failure occurred while scanning an item.

ecVirusScannerError

0x00000A3A,

%x3A.0A.00.00

IsamErrorRfsFailure

The Resource Failure Simulator failed.

(JET_errRfsFailure)

0xFFFFFF9C,

%x9C.FF.FF.FF

IsamErrorRfsNotArmed

The Resource Failure Simulator has not been initialized.

(JET_errRfsNotArmed)

0xFFFFFF9B,

%x9B.FF.FF.FF

IsamErrorFileClose

The file could not be closed.

(JET_errFileClose)

0xFFFFFF9A,

%x9A.FF.FF.FF

IsamErrorOutOfThreads

The thread could not be started.

(JET_errOutOfThreads)

0xFFFFFF99,

%x99.FF.FF.FF

IsamErrorTooManyIO

The system is busy due to too many I/Os.

(JET_errTooManyIO)

0xFFFFFF97,

%x97.FF.FF.FF

IsamErrorTaskDropped

The requested asynchronous task could not be executed.

(JET_errTaskDropped)

0xFFFFFF96,

%x96.FF.FF.FF

IsamErrorInternalError

There was a fatal internal error.

(JET_errInternalError)

0xFFFFFF95,

%x95.FF.FF.FF

IsamErrorDatabaseBufferDependenciesCorrupted

The buffer dependencies were set improperly and there was a recovery failure.

(JET_errDatabaseBufferDependenciesCorrupted)

0xFFFFFF01,

%x01.FF.FF.FF

IsamErrorPreviousVersion

The version already existed and there was a recovery failure.

(JET_errPreviousVersion)

0xFFFFFEBE,

%xBE.FE.FF.FF

IsamErrorPageBoundary

The page boundary has been reached. (JET_errPageBoundary)

0xFFFFFEBD,

%xBD.FE.FF.FF

IsamErrorKeyBoundary

The key boundary has been reached. (JET_errKeyBoundary)

0xFFFFFEBC,

%xBC.FE.FF.FF

IsamErrorBadPageLink

The database is corrupt. (JET_errBadPageLink)

0xFFFFFEB9,

%xB9.FE.FF.FF

IsamErrorBadBookmark

The bookmark has no corresponding address in the database.

(JET_errBadBookmark)

0xFFFFFEB8,

%xB8.FE.FF.FF

IsamErrorNTSystemCallFailed

The call to the operating system failed. (JET_errNTSystemCallFailed)

0xFFFFFEB2,

%xB2.FE.FF.FF

IsamErrorBadParentPageLink

A parent database is corrupt. (JET_errBadParentPageLink)

0xFFFFFEAE,

%xAE.FE.FF.FF

IsamErrorSPAvailExtCacheOutOfSync

The AvailExt cache does not match the B+ tree.

(JET_errSPAvailExtCacheOutOfSync)

0xFFFFFEAC,

%xAC.FE.FF.FF

IsamErrorSPAvailExtCorrupted

The AllAvailExt space tree is corrupt. (JET_errSPAvailExtCorrupted)

0xFFFFFEAB,

%xAB.FE.FF.FF

IsamErrorSPAvailExtCacheOutOfMemory

An out of memory error occurred while allocating an AvailExt cache node. (JET_errSPAvailExtCacheOutOfMemory)

0xFFFFFEAA,

%xAA.FE.FF.FF

IsamErrorSPOwnExtCorrupted

The OwnExt space tree is corrupt. (JET_errSPOwnExtCorrupted)

0xFFFFFEA9,

%xA9.FE.FF.FF

IsamErrorDbTimeCorrupted

The Dbtime on the current page is greater than the global database dbtime. (JET_errDbTimeCorrupted)

0xFFFFFEA8,

%xA8.FE.FF.FF

IsamErrorKeyTruncated

An attempt to create a key for an index entry failed because the key would have been truncated and the index definition disallows key truncation.

(JET_errKeyTruncated)

0xFFFFFEA6,

%xA6.FE.FF.FF

IsamErrorKeyTooBig

The key is too large.

(JET_errKeyTooBig)

0xFFFFFE68,

%x68.FE.FF.FF

IsamErrorInvalidLoggedOperation

The logged operation cannot be redone. (JET_errInvalidLoggedOperation)

0xFFFFFE0C,

%x0C.FE.FF.FF

IsamErrorLogFileCorrupt

The log file is corrupt.

(JET_errLogFileCorrupt)

0xFFFFFE0B,

%x0B.FE.FF.FF

IsamErrorNoBackupDirectory

A backup directory was not given. (JET_errNoBackupDirectory)

0xFFFFFE09,

%x09.FE.FF.FF

IsamErrorBackupDirectoryNotEmpty

The backup directory is not empty. (JET_errBackupDirectoryNotEmpty)

0xFFFFFE08,

%x08.FE.FF.FF

IsamErrorBackupInProgress

The backup is already active. (JET_errBackupInProgress)

0xFFFFFE07,

%x07.FE.FF.FF

IsamErrorRestoreInProgress

A restore is in progress. (JET_errRestoreInProgress)

0xFFFFFE06,

%x06.FE.FF.FF

IsamErrorMissingPreviousLogFile

The log file is missing for the checkpoint. (JET_errMissingPreviousLogFile)

0xFFFFFE03,

%x03.FE.FF.FF

IsamErrorLogWriteFail

There was a failure writing to the log file. (JET_errLogWriteFail)

0xFFFFFE02,

%x02.FE.FF.FF

IsamErrorLogDisabledDueToRecoveryFailure

The attempt to write to the log after recovery failed. (JET_errLogDisabledDueToRecoveryFailure)

0xFFFFFE01,

%x01.FE.FF.FF

IsamErrorCannotLogDuringRecoveryRedo

The attempt to write to the log during the recovery redo failed. (JET_errCannotLogDuringRecoveryRedo)

0xFFFFFE00,

%x00.FE.FF.FF

IsamErrorLogGenerationMismatch

The name of the log file does not match the internal generation number. (JET_errLogGenerationMismatch)

0xFFFFFDFF,

%xFF.FD.FF.FF

IsamErrorBadLogVersion

The version of the log file is not compatible with the ESE version. (JET_errBadLogVersion)

0xFFFFFDFE,

%xFE.FD.FF.FF

IsamErrorInvalidLogSequence

The time stamp in the next log does not match the expected time stamp. (JET_errInvalidLogSequence)

0xFFFFFDFD,

%xFD.FD.FF.FF

IsamErrorLoggingDisabled

The log is not active. (JET_errLoggingDisabled)

0xFFFFFDFC,

%xFC.FD.FF.FF

IsamErrorLogBufferTooSmall

The log buffer is too small for recovery. (JET_errLogBufferTooSmall)

0xFFFFFDFB,

%xFB.FD.FF.FF

IsamErrorLogSequenceEnd

The maximum log file number has been exceeded.

(JET_errLogSequenceEnd)

0xFFFFFDF9,

%xF9.FD.FF.FF

IsamErrorNoBackup

There is no backup in progress. (JET_errNoBackup)

0xFFFFFDF8,

%xF8.FD.FF.FF

IsamErrorInvalidBackupSequence

The backup call is out of sequence. (JET_errInvalidBackupSequence)

0xFFFFFDF7,

%xF7.FD.FF.FF

IsamErrorBackupNotAllowedYet

A backup cannot be done at this time. (JET_errBackupNotAllowedYet)

0xFFFFFDF5,

%xF5.FD.FF.FF

IsamErrorDeleteBackupFileFail

A backup file could not be deleted. (JET_errDeleteBackupFileFail)

0xFFFFFDF4,

%xF4.FD.FF.FF

IsamErrorMakeBackupDirectoryFail

The backup temporary directory could not be created.

(JET_errMakeBackupDirectoryFail)

0xFFFFFDF3,

%xF3.FD.FF.FF

IsamErrorInvalidBackup

Circular logging is enabled; an incremental backup cannot be performed. (JET_errInvalidBackup)

0xFFFFFDF2,

%xF2.FD.FF.FF

IsamErrorRecoveredWithErrors

The data was restored with errors. (JET_errRecoveredWithErrors)

0xFFFFFDF1,

%xF1.FD.FF.FF

IsamErrorMissingLogFile

The current log file is missing. (JET_errMissingLogFile)

0xFFFFFDF0,

%xF0.FD.FF.FF

IsamErrorLogDiskFull

The log disk is full.

(JET_errLogDiskFull)

0xFFFFFDEF,

%xEF.FD.FF.FF

IsamErrorBadLogSignature

There is a bad signature for a log file. (JET_errBadLogSignature)

0xFFFFFDEE,

%xEE.FD.FF.FF

IsamErrorBadDbSignature

There is a bad signature for a database file. (JET_errBadDbSignature)

0xFFFFFDED,

%xED.FD.FF.FF

IsamErrorBadCheckpointSignature

There is a bad signature for a checkpoint file. (JET_errBadCheckpointSignature)

0xFFFFFDEC,

%xEC.FD.FF.FF

IsamErrorCheckpointCorrupt

The checkpoint file was not found or was corrupt.

(JET_errCheckpointCorrupt)

0xFFFFFDEB,

%xEB.FD.FF.FF

IsamErrorMissingPatchPage

The database patch file page was not found during recovery.

(JET_errMissingPatchPage)

0xFFFFFDEA,

%xEA.FD.FF.FF

IsamErrorBadPatchPage

The database patch file page is not valid. (JET_errBadPatchPage)

0xFFFFFDE9,

%xE9.FD.FF.FF

IsamErrorRedoAbruptEnded

The redo abruptly ended due to a sudden failure while reading logs from the log file. (JET_errRedoAbruptEnded)

0xFFFFFDE8,

%xE8.FD.FF.FF

IsamErrorBadSLVSignature

The signature in the SLV file does not agree with the database. (JET_errBadSLVSignature)

0xFFFFFDE7,

%xE7.FD.FF.FF

IsamErrorPatchFileMissing

The hard restore detected that a database patch file is missing from the backup set. (JET_errPatchFileMissing)

0xFFFFFDE6,

%xE6.FD.FF.FF

IsamErrorDatabaseLogSetMismatch

The database does not belong with the current set of log files. (JET_errDatabaseLogSetMismatch)

0xFFFFFDE5,

%xE5.FD.FF.FF

IsamErrorDatabaseStreamingFileMismatch

This flag is reserved. (JET_errDatabaseStreamingFileMismatch)

0xFFFFFDE4,

%xE4.FD.FF.FF

IsamErrorLogFileSizeMismatch

The actual log file size does not match the configured size.

(JET_errLogFileSizeMismatch)

0xFFFFFDE3,

%xE3.FD.FF.FF

IsamErrorCheckpointFileNotFound

The checkpoint file could not be located. (JET_errCheckpointFileNotFound)

0xFFFFFDE2,

%xE2.FD.FF.FF

IsamErrorRequiredLogFilesMissing

The required log files for recovery are missing.

(JET_errRequiredLogFilesMissing)

0xFFFFFDE1,

%xE1.FD.FF.FF

IsamErrorSoftRecoveryOnBackupDatabase

A soft recovery is about to be used on a backup database when a restore is supposed to be used instead. (JET_errSoftRecoveryOnBackupDatabase)

0xFFFFFDE0,

%xE0.FD.FF.FF

IsamErrorLogFileSizeMismatchDatabasesConsistent

The databases have been recovered, but the log file size used during recovery does not match JET_paramLogFileSize. (JET_errLogFileSizeMismatchDatabasesConsistent)

0xFFFFFDDF,

%xDF.FD.FF.FF

IsamErrorLogSectorSizeMismatch

The log file sector size does not match the sector size of the current volume. (JET_errLogSectorSizeMismatch)

0xFFFFFDDE,

%xDE.FD.FF.FF

IsamErrorLogSectorSizeMismatchDatabasesConsistent

The databases have been recovered, but the log file sector size (used during recovery) does not match the sector size of the current volume. (JET_errLogSectorSizeMismatchDatabasesConsistent)

0xFFFFFDDD,

%xDD.FD.FF.FF

IsamErrorLogSequenceEndDatabasesConsistent

The databases have been recovered, but all possible log generations in the current sequence have been used. All log files and the checkpoint file is required to be deleted and databases are required to be backed up before continuing. (JET_errLogSequenceEndDatabasesConsistent)

0xFFFFFDDC,

%xDC.FD.FF.FF

IsamErrorStreamingDataNotLogged

There was an illegal attempt to replay a streaming file operation where the data was not logged. This is probably caused by an attempt to roll forward with circular logging enabled.

(JET_errStreamingDataNotLogged)

0xFFFFFDDB,

%xDB.FD.FF.FF

IsamErrorDatabaseDirtyShutdown

The database was not shut down cleanly. A recovery is required first be run to properly complete database operations for the previous shutdown.

(JET_errDatabaseDirtyShutdown)

0xFFFFFDDA,

%xDA.FD.FF.FF

IsamErrorConsistentTimeMismatch

The last consistent time for the database has not been matched. (JET_errConsistentTimeMismatch)

0xFFFFFDD9,

%xD9.FD.FF.FF

IsamErrorDatabasePatchFileMismatch

The database patch file is not generated from this backup. (JET_errDatabasePatchFileMismatch)

0xFFFFFDD8,

%xD8.FD.FF.FF

IsamErrorEndingRestoreLogTooLow

The starting log number is too low for the restore.

(JET_errEndingRestoreLogTooLow)

0xFFFFFDD7,

%xD7.FD.FF.FF

IsamErrorStartingRestoreLogTooHigh

The starting log number is too high for the restore.

(JET_errStartingRestoreLogTooHigh)

0xFFFFFDD6,

%xD6.FD.FF.FF

IsamErrorGivenLogFileHasBadSignature

The restore log file has a bad signature. (JET_errGivenLogFileHasBadSignature)

0xFFFFFDD5,

%xD5.FD.FF.FF

IsamErrorGivenLogFileIsNotContiguous

The restore log file is not contiguous. (JET_errGivenLogFileIsNotContiguous)

0xFFFFFDD4,

%xD4.FD.FF.FF

IsamErrorMissingRestoreLogFiles

Some restore log files are missing. (JET_errMissingRestoreLogFiles)

0xFFFFFDD3,

%xD3.FD.FF.FF

IsamErrorMissingFullBackup

The database missed a previous full backup before attempting to perform an incremental backup.

(JET_errMissingFullBackup)

0xFFFFFDD0,

%xD0.FD.FF.FF

IsamErrorBadBackupDatabaseSize

The backup database size is not a multiple of the database page size. (JET_errBadBackupDatabaseSize)

0xFFFFFDCF,

%xCF.FD.FF.FF

IsamErrorDatabaseAlreadyUpgraded

The current attempt to upgrade a database has been stopped because the database is already current. (JET_errDatabaseAlreadyUpgraded)

0xFFFFFDCE,

%xCE.FD.FF.FF

IsamErrorDatabaseIncompleteUpgrade

The database was only partially converted to the current format. The database is required to be restored from backup. (JET_errDatabaseIncompleteUpgrade)

0xFFFFFDCD,

%xCD.FD.FF.FF

IsamErrorMissingCurrentLogFiles

Some current log files are missing for continuous restore. (JET_errMissingCurrentLogFiles)

0xFFFFFDCB,

%xCB.FD.FF.FF

IsamErrorDbTimeTooOld

The dbtime on a page is smaller than the dbtimeBefore that is in the record. (JET_errDbTimeTooOld)

0xFFFFFDCA,

%xCA.FD.FF.FF

IsamErrorDbTimeTooNew

The dbtime on a page is in advance of the dbtimeBefore that is in the record. (JET_errDbTimeTooNew)

0xFFFFFDC9,

%xC9.FD.FF.FF

IsamErrorMissingFileToBackup

Some log or database patch files were missing during the backup. (JET_errMissingFileToBackup)

0xFFFFFDC7,

%xC7.FD.FF.FF

IsamErrorLogTornWriteDuringHardRestore

A torn write was detected in a backup that was set during a hard restore. (JET_errLogTornWriteDuringHardRestore)

0xFFFFFDC6,

%xC6.FD.FF.FF

IsamErrorLogTornWriteDuringHardRecovery

A torn write was detected during a hard recovery (the log was not part of a backup set). (JET_errLogTornWriteDuringHardRecovery)

0xFFFFFDC5,

%xC5.FD.FF.FF

IsamErrorLogCorruptDuringHardRestore

Corruption was detected in a backup set during a hard restore. (JET_errLogCorruptDuringHardRestore)

0xFFFFFDC3,

%xC3.FD.FF.FF

IsamErrorLogCorruptDuringHardRecovery

Corruption was detected during hard recovery (the log was not part of a backup set). (JET_errLogCorruptDuringHardRecovery)

0xFFFFFDC2,

%xC2.FD.FF.FF

IsamErrorMustDisableLoggingForDbUpgrade

Logging cannot be enabled while attempting to upgrade a database. (JET_errMustDisableLoggingForDbUpgrade)

0xFFFFFDC1,

%xC1.FD.FF.FF

IsamErrorBadRestoreTargetInstance

Either the TargetInstance that was specified for restore has not been found or the log files do not match. (JET_errBadRestoreTargetInstance)

0xFFFFFDBF,

%xBF.FD.FF.FF

IsamErrorRecoveredWithoutUndo

The database engine successfully replayed all operations in the transaction log to perform a crash recovery but the caller elected to stop recovery without rolling back uncommitted updates.

(JET_errRecoveredWithoutUndo)

0xFFFFFDBD,

%xBD.FD.FF.FF

IsamErrorDatabasesNotFromSameSnapshot

The databases to be restored are not from the same shadow copy backup. (JET_errDatabasesNotFromSameSnapshot)

0xFFFFFDBC,

%xBC.FD.FF.FF

IsamErrorSoftRecoveryOnSnapshot

There is a soft recovery on a database from a shadow copy backup set. (JET_errSoftRecoveryOnSnapshot)

0xFFFFFDBB,

%xBB.FD.FF.FF

IsamErrorCommittedLogFilesMissing

One or more logs that were committed to this database are missing. (JET_errCommittedLogFilesMissing)

0xFFFFFDBA,

%xBA.FD.FF.FF

IsamErrorCommittedLogFilesCorrupt

One or more logs were found to be corrupt during recovery. (JET_errCommittedLogFilesCorrupt)

0xFFFFFDB6,

%xB6.FD.FF.FF

IsamErrorUnicodeTranslationBufferTooSmall

The Unicode translation buffer is too small. (JET_errUnicodeTranslationBufferTooSmall)

0xFFFFFDA7,

%xA7.FD.FF.FF

IsamErrorUnicodeTranslationFail

The Unicode normalization failed. (JET_errUnicodeTranslationFail)

0xFFFFFDA6,

%xA6.FD.FF.FF

IsamErrorUnicodeNormalizationNotSupported

The operating system does not provide support for Unicode normalization and a normalization callback was not specified. (JET_errUnicodeNormalizationNotSupported)

0xFFFFFDA5,

%xA5.FD.FF.FF

IsamErrorExistingLogFileHasBadSignature

The existing log file has a bad signature. (JET_errExistingLogFileHasBadSignature)

0xFFFFFD9E,

%x9E.FD.FF.FF

IsamErrorExistingLogFileIsNotContiguous

An existing log file is not contiguous. (JET_errExistingLogFileIsNotContiguous)

0xFFFFFD9D,

%x9D.FD.FF.FF

IsamErrorLogReadVerifyFailure

A checksum error was found in the log file during backup.

(JET_errLogReadVerifyFailure)

0xFFFFFD9C,

%x9C.FD.FF.FF

IsamErrorSLVReadVerifyFailure

A checksum error was found in the SLV file during backup.

(JET_errSLVReadVerifyFailure)

0xFFFFFD9B,

%x9B.FD.FF.FF

IsamErrorCheckpointDepthTooDeep

There are too many outstanding generations between the checkpoint and the current generation. (JET_errCheckpointDepthTooDeep)

0xFFFFFD9A,

%x9A.FD.FF.FF

IsamErrorRestoreOfNonBackupDatabase

A hard recovery was attempted on a database that was not a backup database. (JET_errRestoreOfNonBackupDatabase)

0xFFFFFD99,

%x99.FD.FF.FF

IsamErrorInvalidGrbit

There is an invalid grbit parameter. (JET_errInvalidGrbit)

0xFFFFFC7C,

%x7C.FC.FF.FF

IsamErrorTermInProgress

Termination is in progress. (JET_errTermInProgress)

0xFFFFFC18,

%x18.FC.FF.FF

IsamErrorFeatureNotAvailable

This API element is not supported. (JET_errFeatureNotAvailable)

0xFFFFFC17,

%x17.FC.FF.FF

IsamErrorInvalidName

An invalid name is being used. (JET_errInvalidName)

0xFFFFFC16,

%x16.FC.FF.FF

IsamErrorInvalidParameter

An invalid API parameter is being used. (JET_errInvalidParameter)

0xFFFFFC15,

%x15.FC.FF.FF

IsamErrorDatabaseFileReadOnly

There was an attempt to attach to a read-only database file for read/write operations. (JET_errDatabaseFileReadOnly)

0xFFFFFC10,

%x10.FC.FF.FF

IsamErrorInvalidDatabaseId

There is an invalid database ID. (JET_errInvalidDatabaseId)

0xFFFFFC0E,

%x0E.FC.FF.FF

IsamErrorOutOfMemory

The system is out of memory. (JET_errOutOfMemory)

0xFFFFFC0D,

%x0D.FC.FF.FF

IsamErrorOutOfDatabaseSpace

The maximum database size has been reached.

(JET_errOutOfDatabaseSpace)

0xFFFFFC0C,

%x0C.FC.FF.FF

IsamErrorOutOfCursors

The table is out of cursors. (JET_errOutOfCursors)

0xFFFFFC0B,

%x0B.FC.FF.FF

IsamErrorOutOfBuffers

The database is out of page buffers. (JET_errOutOfBuffers)

0xFFFFFC0A,

%x0A.FC.FF.FF

IsamErrorTooManyIndexes

There are too many indexes. (JET_errTooManyIndexes)

0xFFFFFC09,

%x09.FC.FF.FF

IsamErrorTooManyKeys

There are too many columns in an index. (JET_errTooManyKeys)

0xFFFFFC08,

%x08.FC.FF.FF

IsamErrorRecordDeleted

The record has been deleted. (JET_errRecordDeleted)

0xFFFFFC07,

%x07.FC.FF.FF

IsamErrorReadVerifyFailure

There is a checksum error on a database page.

(JET_errReadVerifyFailure)

0xFFFFFC06,

%x06.FC.FF.FF

IsamErrorPageNotInitialized

There is a blank database page. (JET_errPageNotInitialized)

0xFFFFFC05,

%x05.FC.FF.FF

IsamErrorOutOfFileHandles

There are no file handles. (JET_errOutOfFileHandles)

0xFFFFFC04,

%x04.FC.FF.FF

IsamErrorDiskIO

There is a disk I/O error.

(JET_errDiskIO)

0xFFFFFC02,

%x02.FC.FF.FF

IsamErrorInvalidPath

A file path is invalid.

(JET_errInvalidPath)

0xFFFFFC01,

%x01.FC.FF.FF

IsamErrorInvalidSystemPath

A system path is invalid. (JET_errInvalidSystemPath)

0xFFFFFC00,

%x00.FC.FF.FF

IsamErrorInvalidLogDirectory

A log directory is invalid. (JET_errInvalidLogDirectory)

0xFFFFFBFF,

%xFF.FB.FF.FF

IsamErrorRecordTooBig

The record is larger than maximum size. (JET_errRecordTooBig)

0xFFFFFBFE,

%xFE.FB.FF.FF

IsamErrorTooManyOpenDatabases

Too many databases are open. (JET_errTooManyOpenDatabases)

0xFFFFFBFD,

%xFD.FB.FF.FF

IsamErrorInvalidDatabase

This is not a database file. (JET_errInvalidDatabase)

0xFFFFFBFC,

%xFC.FB.FF.FF

IsamErrorNotInitialized

The database engine has not been initialized. (JET_errNotInitialized)

0xFFFFFBFB,

%xFB.FB.FF.FF

IsamErrorAlreadyInitialized

The database engine is already initialized. (JET_errAlreadyInitialized)

0xFFFFFBFA,

%xFA.FB.FF.FF

IsamErrorInitInProgress

The database engine is being initialized. (JET_errInitInProgress)

0xFFFFFBF9,

%xF9.FB.FF.FF

IsamErrorFileAccessDenied

The file cannot be accessed because the file is locked or in use.

(JET_errFileAccessDenied)

0xFFFFFBF8,

%xF8.FB.FF.FF

IsamErrorBufferTooSmall

The buffer is too small. (JET_errBufferTooSmall)

0xFFFFFBF2,

%xF2.FB.FF.FF

IsamErrorTooManyColumns

Too many columns are defined. (JET_errTooManyColumns)

0xFFFFFBF0,

%xF0.FB.FF.FF

IsamErrorContainerNotEmpty

The container is not empty. (JET_errContainerNotEmpty)

0xFFFFFBED,

%xED.FB.FF.FF

IsamErrorInvalidFilename

The file name is invalid. (JET_errInvalidFilename)

0xFFFFFBEC,

%xEC.FB.FF.FF

IsamErrorInvalidBookmark

A bookmark is invalid. (JET_errInvalidBookmark)

0xFFFFFBEB,

%xEB.FB.FF.FF

IsamErrorColumnInUse

The column used is in an index. (JET_errColumnInUse)

0xFFFFFBEA,

%xEA.FB.FF.FF

IsamErrorInvalidBufferSize

The data buffer does not match the column size.

(JET_errInvalidBufferSize)

0xFFFFFBE9,

%xE9.FB.FF.FF

IsamErrorColumnNotUpdatable

The column value cannot be set. (JET_errColumnNotUpdatable)

0xFFFFFBE8,

%xE8.FB.FF.FF

IsamErrorIndexInUse

The index is in use.

(JET_errIndexInUse)

0xFFFFFBE5,

%xE5.FB.FF.FF

IsamErrorLinkNotSupported

The link support is unavailable. (JET_errLinkNotSupported)

0xFFFFFBE4,

%xE4.FB.FF.FF

IsamErrorNullKeyDisallowed

Null keys are not allowed on an index. (JET_errNullKeyDisallowed)

0xFFFFFBE3,

%xE3.FB.FF.FF

IsamErrorNotInTransaction

The operation has to occur within a transaction.

(JET_errNotInTransaction)

0xFFFFFBE2,

%xE2.FB.FF.FF

IsamErrorTooManyActiveUsers

There are too many active database users. (JET_errTooManyActiveUsers)

0xFFFFFBDD,

%xDD.FB.FF.FF

IsamErrorInvalidCountry

A country/region code is invalid or unknown.

(JET_errInvalidCountry)

0xFFFFFBDB,

%xDB.FB.FF.FF

IsamErrorInvalidLanguageId

A language ID is invalid or unknown. (JET_errInvalidLanguageId)

0xFFFFFBDA,

%xDA.FB.FF.FF

IsamErrorInvalidCodePage

A code page is invalid or unknown. (JET_errInvalidCodePage)

0xFFFFFBD9,

%xD9.FB.FF.FF

IsamErrorInvalidLCMapStringFlags

Invalid flags are being used for LCMapString. (JET_errInvalidLCMapStringFlags)

0xFFFFFBD8,

%xD8.FB.FF.FF

IsamErrorVersionStoreEntryTooBig

There was an attempt to create a version store entry (RCE) that was larger than a version bucket. (JET_errVersionStoreEntryTooBig)

0xFFFFFBD7,

%xD7.FB.FF.FF

IsamErrorVersionStoreOutOfMemoryAndCleanupTimedOut

The version store is out of memory and the cleanup attempt failed to complete. (JET_errVersionStoreOutOfMemoryAndCleanupTimedOut)

0xFFFFFBD6,

%xD6.FB.FF.FF

IsamErrorVersionStoreOutOfMemory

The version store is out of memory and a cleanup was already attempted. (JET_errVersionStoreOutOfMemory)

0xFFFFFBD3,

%xD3.FB.FF.FF

IsamErrorCannotIndex

The escrow and SLV columns cannot be indexed.

(JET_errCannotIndex)

0xFFFFFBD1,

%xD1.FB.FF.FF

IsamErrorRecordNotDeleted

The record has not been deleted. (JET_errRecordNotDeleted)

0xFFFFFBD0,

%xD0.FB.FF.FF

IsamErrorTooManyMempoolEntries

Too many mempool entries have been requested.

(JET_errTooManyMempoolEntries)

0xFFFFFBCF,

%xCF.FB.FF.FF

IsamErrorOutOfObjectIDs

The database is out of B+ tree ObjectIDs so an offline defragmentation has to be performed to reclaim freed or unused ObjectIDs.

(JET_errOutOfObjectIDs)

0xFFFFFBCE,

%xCE.FB.FF.FF

IsamErrorOutOfLongValueIDs

The Long-value ID counter has reached the maximum value. An offline defragmentation has to be performed to reclaim free or unused LongValueIDs.

(JET_errOutOfLongValueIDs)

0xFFFFFBCD,

%xCD.FB.FF.FF

IsamErrorOutOfAutoincrementValues

The automatic increment counter has reached the maximum value. An offline defragmentation will not be able to reclaim free or unused automatically increment values.

(JET_errOutOfAutoincrementValues)

0xFFFFFBCC,

%xCC.FB.FF.FF

IsamErrorOutOfDbtimeValues

The Dbtime counter has reached the maximum value. An offline defragmentation is required to be performed to reclaim free or unused Dbtime values.

(JET_errOutOfDbtimeValues)

0xFFFFFBCB,

%xCB.FB.FF.FF

IsamErrorOutOfSequentialIndexValues

A sequential index counter has reached the maximum value. An offline defragmentation has to  be performed to reclaim Free or unused SequentialIndex values. (JET_errOutOfSequentialIndexValues)

0xFFFFFBCA,

%xCA.FB.FF.FF

IsamErrorRunningInOneInstanceMode

This multi-instance call has the single-instance mode enabled. (JET_errRunningInOneInstanceMode)

0xFFFFFBC8,

%xC8.FB.FF.FF

IsamErrorRunningInMultiInstanceMode

This single-instance call has the multi-instance mode enabled. (JET_errRunningInMultiInstanceMode)

0xFFFFFBC7,

%xC7.FB.FF.FF

IsamErrorSystemParamsAlreadySet

The global system parameters have already been set.

(JET_errSystemParamsAlreadySet)

0xFFFFFBC6,

%xC6.FB.FF.FF

IsamErrorSystemPathInUse

The system path is already being used by another database instance. (JET_errSystemPathInUse)

0xFFFFFBC5,

%xC5.FB.FF.FF

IsamErrorLogFilePathInUse

The log file path is already being used by another database instance. (JET_errLogFilePathInUse)

0xFFFFFBC4,

%xC4.FB.FF.FF

IsamErrorTempPathInUse

The path to the temporary database is already being used by another database instance.

(JET_errTempPathInUse)

0xFFFFFBC3,

%xC3.FB.FF.FF

IsamErrorInstanceNameInUse

The instance name is already in use. (JET_errInstanceNameInUse)

0xFFFFFBC2,

%xC2.FB.FF.FF

IsamErrorInstanceUnavailable

This instance cannot be used because it encountered a fatal error. (JET_errInstanceUnavailable)

0xFFFFFBBE,

%xBE.FB.FF.FF

IsamErrorDatabaseUnavailable

This database cannot be used because it encountered a fatal error. (JET_errDatabaseUnavailable)

0xFFFFFBBD,

%xBD.FB.FF.FF

IsamErrorInstanceUnavailableDueToFatalLogDiskFull

This instance cannot be used because it encountered a log-disk-full error while performing an operation (such as a transaction rollback) that could not tolerate failure. (JET_errInstanceUnavailableDueToFatalLogDiskFull)

0xFFFFFBBC,

%xBC.FB.FF.FF

IsamErrorOutOfSessions

The database is out of sessions. (JET_errOutOfSessions)

0xFFFFFBB3,

%xB3.FB.FF.FF

IsamErrorWriteConflict

The write lock failed due to the existence of an outstanding write lock. (JET_errWriteConflict)

0xFFFFFBB2,

%xB2.FB.FF.FF

IsamErrorTransTooDeep

The transactions are nested too deeply. (JET_errTransTooDeep)

0xFFFFFBB1,

%xB1.FB.FF.FF

IsamErrorInvalidSesid

A session handle is invalid. (JET_errInvalidSesid)

0xFFFFFBB0,

%xB0.FB.FF.FF

IsamErrorWriteConflictPrimaryIndex

An update was attempted on an uncommitted primary index. (JET_errWriteConflictPrimaryIndex)

0xFFFFFBAF,

%xAF.FB.FF.FF

IsamErrorInTransaction

The operation is not allowed within a transaction.

(JET_errInTransaction)

0xFFFFFBAC,

%xAC.FB.FF.FF

IsamErrorRollbackRequired

The current transaction is required to be rolled back. It cannot be committed and a new one cannot be started.

(JET_errRollbackRequired)

0xFFFFFBAB,

%xAB.FB.FF.FF

IsamErrorTransReadOnly

A read-only transaction tried to modify the database.

(JET_errTransReadOnly)

0xFFFFFBAA,

%xAA.FB.FF.FF

IsamErrorSessionWriteConflict

Two different cursors attempted to replace the same record in the same session.

(JET_errSessionWriteConflict)

0xFFFFFBA9,

%xA9.FB.FF.FF

IsamErrorRecordTooBigForBackwardCompatibility

The record would be too big if represented in a database format from a previous version of Jet. (JET_errRecordTooBigForBackwardCompatibility)

0xFFFFFBA8,

%xA8.FB.FF.FF

IsamErrorCannotMaterializeForwardOnlySort

The temporary table could not be created due to parameters that conflict with JET_bitTTForwardOnly. (JET_errCannotMaterializeForwardOnlySort)

0xFFFFFBA7,

%xA7.FB.FF.FF

IsamErrorSesidTableIdMismatch

The session handle cannot be used with the table id because it was not used to create it. (JET_errSesidTableIdMismatch)

0xFFFFFBA6,

%xA6.FB.FF.FF

IsamErrorInvalidInstance

The instance handle is invalid or refers to an instance that has been shut down. (JET_errInvalidInstance)

0xFFFFFBA5,

%xA5.FB.FF.FF

IsamErrorDatabaseDuplicate

The database already exists. (JET_errDatabaseDuplicate)

0xFFFFFB4F,

%x4F.FB.FF.FF

IsamErrorDatabaseInUse

The database in use.

(JET_errDatabaseInUse)

0xFFFFFB4E,

%x4E.FB.FF.FF

IsamErrorDatabaseNotFound

No such database exists. (JET_errDatabaseNotFound)

0xFFFFFB4D,

%x4D.FB.FF.FF

IsamErrorDatabaseInvalidName

The database name is invalid. (JET_errDatabaseInvalidName)

0xFFFFFB4C,

%x4C.FB.FF.FF

IsamErrorDatabaseInvalidPages

The number of pages is invalid. (JET_errDatabaseInvalidPages)

0xFFFFFB4B,

%x4B.FB.FF.FF

IsamErrorDatabaseCorrupted

There is a nondatabase file or corrupt database.

(JET_errDatabaseCorrupted)

0xFFFFFB4A,

%x4A.FB.FF.FF

IsamErrorDatabaseLocked

The database is exclusively locked. (JET_errDatabaseLocked)

0xFFFFFB49,

%x49.FB.FF.FF

IsamErrorCannotDisableVersioning

The versioning for this database cannot be disabled.

(JET_errCannotDisableVersioning)

0xFFFFFB48,

%x48.FB.FF.FF

IsamErrorInvalidDatabaseVersion

The database engine is incompatible with the database.

(JET_errInvalidDatabaseVersion)

0xFFFFFB47,

%x47.FB.FF.FF

IsamErrorDatabase200Format

The database is in an older (200) format. (JET_errDatabase200Format)

0xFFFFFB46,

%x46.FB.FF.FF

IsamErrorDatabase400Format

The database is in an older (400) format. (JET_errDatabase400Format)

0xFFFFFB45,

%x45.FB.FF.FF

IsamErrorDatabase500Format

The database is in an older (500) format. (JET_errDatabase500Format)

0xFFFFFB44,

%x44.FB.FF.FF

IsamErrorPageSizeMismatch

The database page size does not match the engine.

(JET_errPageSizeMismatch)

0xFFFFFB43,

%x43.FB.FF.FF

IsamErrorTooManyInstances

No more database instances can be started. (JET_errTooManyInstances)

0xFFFFFB42,

%x42.FB.FF.FF

IsamErrorDatabaseSharingViolation

A different database instance is using this database.

(JET_errDatabaseSharingViolation)

0xFFFFFB41,

%x41.FB.FF.FF

IsamErrorAttachedDatabaseMismatch

An outstanding database attachment has been detected at the start or end of the recovery, but the database is missing or does not match attachment info. (JET_errAttachedDatabaseMismatch)

0xFFFFFB40,

%x40.FB.FF.FF

IsamErrorDatabaseInvalidPath

The specified path to the database file is illegal.

(JET_errDatabaseInvalidPath)

0xFFFFFB3F,

%x3F.FB.FF.FF

IsamErrorDatabaseIdInUse

A database is being assigned an ID that is already in use.

(JET_errDatabaseIdInUse)

0xFFFFFB3E,

%x3E.FB.FF.FF

IsamErrorForceDetachNotAllowed

The forced detach is allowed only after the normal detach was stopped due to an error. (JET_errForceDetachNotAllowed)

0xFFFFFB3D,

%x3D.FB.FF.FF

IsamErrorCatalogCorrupted

Corruption was detected in the catalog. (JET_errCatalogCorrupted)

0xFFFFFB3C,

%x3C.FB.FF.FF

IsamErrorPartiallyAttachedDB

The database is only partially attached and the attach operation cannot be completed. (JET_errPartiallyAttachedDB)

0xFFFFFB3B,

%x3B.FB.FF.FF

IsamErrorDatabaseSignInUse

The database with the same signature is already in use.

(JET_errDatabaseSignInUse)

0xFFFFFB3A,

%x3A.FB.FF.FF

IsamErrorDatabaseCorruptedNoRepair

The database is corrupted but a repair is not allowed. (JET_errDatabaseCorruptedNoRepair)

0xFFFFFB38,

%x38.FB.FF.FF

IsamErrorInvalidCreateDbVersion

The database engine attempted to replay a Create Database operation from the transaction log but failed due to an incompatible version of that operation. (JET_errInvalidCreateDbVersion)

0xFFFFFB37,

%x37.FB.FF.FF

IsamErrorTableLocked

The table is exclusively locked. (JET_errTableLocked)

0xFFFFFAEA,

%xEA.FA.FF.FF

IsamErrorTableDuplicate

The table already exists. (JET_errTableDuplicate)

0xFFFFFAE9,

%xE9.FA.FF.FF

IsamErrorTableInUse

The table is in use and cannot be locked. (JET_errTableInUse)

0xFFFFFAE8,

%xE8.FA.FF.FF

IsamErrorObjectNotFound

There is no such table or object. (JET_errObjectNotFound)

0xFFFFFAE7,

%xE7.FA.FF.FF

IsamErrorDensityInvalid

There is a bad file or index density. (JET_errDensityInvalid)

0xFFFFFAE5,

%xE5.FA.FF.FF

IsamErrorTableNotEmpty

The table is not empty. (JET_errTableNotEmpty)

0xFFFFFAE4,

%xE4.FA.FF.FF

IsamErrorInvalidTableId

The table ID is invalid. (JET_errInvalidTableId)

0xFFFFFAE2,

%xE2.FA.FF.FF

IsamErrorTooManyOpenTables

No more tables can be opened, even after the internal cleanup task has run. (JET_errTooManyOpenTables)

0xFFFFFAE1,

%xE1.FA.FF.FF

IsamErrorIllegalOperation

The operation is not supported on the table. (JET_errIllegalOperation)

0xFFFFFAE0,

%xE0.FA.FF.FF

IsamErrorTooManyOpenTablesAndCleanupTimedOut

No more tables can be opened because the cleanup attempt failed to complete. (JET_errTooManyOpenTablesAndCleanupTimedOut)

0xFFFFFADF,

%xDF.FA.FF.FF

IsamErrorObjectDuplicate

The table or object name is in use. (JET_errObjectDuplicate)

0xFFFFFADE,

%xDE.FA.FF.FF

IsamErrorInvalidObject

The object is invalid for operation. (JET_errInvalidObject)

0xFFFFFADC,

%xDC.FA.FF.FF

IsamErrorCannotDeleteTempTable

JetCloseTable is required to be used instead of JetDeleteTable to delete a temporary table. (JET_errCannotDeleteTempTable)

0xFFFFFADB,

%xDB.FA.FF.FF

IsamErrorCannotDeleteSystemTable

There was an illegal attempt to delete a system table. (JET_errCannotDeleteSystemTable)

0xFFFFFADA,

%xDA.FA.FF.FF

IsamErrorCannotDeleteTemplateTable

There was an illegal attempt to delete a template table. (JET_errCannotDeleteTemplateTable)

0xFFFFFAD9,

%xD9.FA.FF.FF

IsamErrorExclusiveTableLockRequired

There has to be an exclusive lock on the table. (JET_errExclusiveTableLockRequired)

0xFFFFFAD6,

%xD6.FA.FF.FF

IsamErrorFixedDDL

DDL operations are prohibited on this table. (JET_errFixedDDL)

0xFFFFFAD5,

%xD5.FA.FF.FF

IsamErrorFixedInheritedDDL

On a derived table, DDL operations are prohibited on the inherited portion of the DDL.

(JET_errFixedInheritedDDL)

0xFFFFFAD4,

%xD4.FA.FF.FF

IsamErrorCannotNestDDL

Nesting the hierarchical DDL is not currently supported.

 (JET_errCannotNestDDL)

0xFFFFFAD3,

%xD3.FA.FF.FF

IsamErrorDDLNotInheritable

There was an attempt to inherit a DDL from a table that is not marked as a template table.

(JET_errDDLNotInheritable)

0xFFFFFAD2,

%xD2.FA.FF.FF

IsamErrorInvalidSettings

The system parameters were set improperly. (JET_errInvalidSettings)

0xFFFFFAD0,

%xD0.FA.FF.FF

IsamErrorClientRequestToStopJetService

The client has requested that the service be stopped. (JET_errClientRequestToStopJetService)

0xFFFFFACF,

%xCF.FA.FF.FF

IsamErrorCannotAddFixedVarColumnToDerivedTable

The template table was created with the NoFixedVarColumnsInDerivedTables flag set. (JET_errCannotAddFixedVarColumnToDerivedTable)

0xFFFFFACE,

%xCE.FA.FF.FF

IsamErrorIndexCantBuild

The index build failed. (JET_errIndexCantBuild)

0xFFFFFA87,

%x87.FA.FF.FF

IsamErrorIndexHasPrimary

The primary index is already defined. (JET_errIndexHasPrimary)

0xFFFFFA86,

%x86.FA.FF.FF

IsamErrorIndexDuplicate

The index is already defined. (JET_errIndexDuplicate)

0xFFFFFA85,

%x85.FA.FF.FF

IsamErrorIndexNotFound

There is no such index. (JET_errIndexNotFound)

0xFFFFFA84,

%x84.FA.FF.FF

IsamErrorIndexMustStay

The clustered index cannot be deleted. (JET_errIndexMustStay)

0xFFFFFA83,

%x83.FA.FF.FF

IsamErrorIndexInvalidDef

The index definition is invalid. (JET_errIndexInvalidDef)

0xFFFFFA82,

%x82.FA.FF.FF

IsamErrorInvalidCreateIndex

The creation of the index description was invalid.

(JET_errInvalidCreateIndex)

0xFFFFFA7F,

%x7F.FA.FF.FF

IsamErrorTooManyOpenIndexes

The database is out of index description blocks.

(JET_errTooManyOpenIndexes)

0xFFFFFA7E,

%x7E.FA.FF.FF

IsamErrorMultiValuedIndexViolation

Non-unique inter-record index keys have been generated for a multivalued index. (JET_errMultiValuedIndexViolation)

0xFFFFFA7D,

%x7D.FA.FF.FF

IsamErrorIndexBuildCorrupted

A secondary index that properly reflects the primary index failed to build. (JET_errIndexBuildCorrupted)

0xFFFFFA7C,

%x7C.FA.FF.FF

IsamErrorPrimaryIndexCorrupted

The primary index is corrupt and the database is required be defragmented. (JET_errPrimaryIndexCorrupted)

0xFFFFFA7B,

%x7B.FA.FF.FF

IsamErrorSecondaryIndexCorrupted

The secondary index is corrupt and the database is required to be defragmented. (JET_errSecondaryIndexCorrupted)

0xFFFFFA7A,

%x7A.FA.FF.FF

IsamErrorInvalidIndexId

The index ID is invalid. (JET_errInvalidIndexId)

0xFFFFFA78,

%x78.FA.FF.FF

IsamErrorIndexTuplesSecondaryIndexOnly

The tuple index can only be set on a secondary index. (JET_errIndexTuplesSecondaryIndexOnly)

0xFFFFFA6A,

%x6A.FA.FF.FF

IsamErrorIndexTuplesTooManyColumns

The index definition for the tuple index contains more key columns that the database engine can support. (JET_errIndexTuplesTooManyColumns)

0xFFFFFA69,

%x69.FA.FF.FF

IsamErrorIndexTuplesNonUniqueOnly

The tuple index cannot be a unique index. (JET_errIndexTuplesNonUniqueOnly)

0xFFFFFA68,

%x68.FA.FF.FF

IsamErrorIndexTuplesTextBinaryColumnsOnly

A tuple index definition can only contain key columns that have text or binary column types. (JET_errIndexTuplesTextBinaryColumnsOnly)

0xFFFFFA67,

%x67.FA.FF.FF

IsamErrorIndexTuplesVarSegMacNotAllowed

The tuple index does not allow setting cbVarSegMac. (JET_errIndexTuplesVarSegMacNotAllowed)

0xFFFFFA66,

%x66.FA.FF.FF

IsamErrorIndexTuplesInvalidLimits

The minimum/maximum tuple length or the maximum number of characters that are specified for an index is invalid. (JET_errIndexTuplesInvalidLimits)

0xFFFFFA65,

%x65.FA.FF.FF

IsamErrorIndexTuplesCannotRetrieveFromIndex

JetRetrieveColumn cannot be called with the JET_bitRetrieveFromIndex flag set while retrieving a column on a tuple index. (JET_errIndexTuplesCannotRetrieveFromIndex)

0xFFFFFA64,

%x64.FA.FF.FF

IsamErrorIndexTuplesKeyTooSmall

The specified key does not meet the minimum tuple length. (JET_errIndexTuplesKeyTooSmall)

0xFFFFFA63,

%x63.FA.FF.FF

IsamErrorColumnLong

The column value is long. (JET_errColumnLong)

0xFFFFFA23,

%x23.FA.FF.FF

IsamErrorColumnNoChunk

There is no such chunk in a long value. (JET_errColumnNoChunk)

0xFFFFFA22,

%x22.FA.FF.FF

IsamErrorColumnDoesNotFit

The field will not fit in the record. (JET_errColumnDoesNotFit)

0xFFFFFA21,

%x21.FA.FF.FF

IsamErrorNullInvalid

Null is not valid.

(JET_errNullInvalid, JET_errColumnIllegalNull)

0xFFFFFA20,

%x20.FA.FF.FF

IsamErrorColumnIndexed

The column is indexed and cannot be deleted.

(JET_errColumnIndexed)

0xFFFFFA1F,

%x1F.FA.FF.FF

IsamErrorColumnTooBig

The field length is greater than the maximum allowed length.

(JET_errColumnTooBig)

0xFFFFFA1E,

%x1E.FA.FF.FF

IsamErrorColumnNotFound

No such column exists. (JET_errColumnNotFound)

0xFFFFFA1D,

%x1D.FA.FF.FF

IsamErrorColumnDuplicate

This field is already defined. (JET_errColumnDuplicate)

0xFFFFFA1C,

%x1C.FA.FF.FF

IsamErrorMultiValuedColumnMustBeTagged

An attempt was made to create a multivalued column, but the column was not tagged. (JET_errMultiValuedColumnMustBeTagged)

0xFFFFFA1B,

%x1B.FA.FF.FF

IsamErrorColumnRedundant

There is a second automatic increment or version column.

(JET_errColumnRedundant)

0xFFFFFA1A,

%x1A.FA.FF.FF

IsamErrorInvalidColumnType

The column data type is invalid. (JET_errInvalidColumnType)

0xFFFFFA19,

%x19.FA.FF.FF

IsamErrorTaggedNotNULL

There are no non-NULL tagged columns. (JET_errTaggedNotNULL)

0xFFFFFA16,

%x16.FA.FF.FF

IsamErrorNoCurrentIndex

The database is invalid because it does not contain a current index. (JET_errNoCurrentIndex)

0xFFFFFA15,

%x15.FA.FF.FF

IsamErrorKeyIsMade

The key is completely made. (JET_errKeyIsMade)

0xFFFFFA14,

%x14.FA.FF.FF

IsamErrorBadColumnId

The column ID is incorrect. (JET_errBadColumnId)

0xFFFFFA13,

%x13.FA.FF.FF

IsamErrorBadItagSequence

There is a bad itagSequence for the tagged column.

(JET_errBadItagSequence)

0xFFFFFA12,

%x12.FA.FF.FF

IsamErrorColumnInRelationship

A column cannot be deleted because it is part of a relationship. (JET_errColumnInRelationship)

0xFFFFFA11,

%x11.FA.FF.FF

IsamErrorCannotBeTagged

The automatic increment and version cannot be tagged.

(JET_errCannotBeTagged)

0xFFFFFA0F,

%x0F.FA.FF.FF

IsamErrorDefaultValueTooBig

The default value exceeds the maximum size.

(JET_errDefaultValueTooBig)

0xFFFFFA0C,

%x0C.FA.FF.FF

IsamErrorMultiValuedDuplicate

A duplicate value was detected on a unique multivalued column. (JET_errMultiValuedDuplicate)

0xFFFFFA0B,

%x0B.FA.FF.FF

IsamErrorLVCorrupted

Corruption was encountered in a long-value tree.

(JET_errLVCorrupted)

0xFFFFFA0A,

%x0A.FA.FF.FF

IsamErrorMultiValuedDuplicateAfterTruncation

A duplicate value was detected on a unique multivalued column after the data was normalized, and it is normalizing truncated data before comparison. (JET_errMultiValuedDuplicateAfterTruncation)

0xFFFFFA08,

%x08.FA.FF.FF

IsamErrorDerivedColumnCorruption

There is an invalid column in a derived table. (JET_errDerivedColumnCorruption)

0xFFFFFA07,

%x07.FA.FF.FF

IsamErrorInvalidPlaceholderColumn

An attempt was made to convert a column to a primary index placeholder, but the column does not meet the necessary criteria. (JET_errInvalidPlaceholderColumn)

0xFFFFFA06,

%x06.FA.FF.FF

IsamErrorRecordNotFound

The key was not found. (JET_errRecordNotFound)

0xFFFFF9BF,

%xBF.F9.FF.FF

IsamErrorRecordNoCopy

There is no working buffer. (JET_errRecordNoCopy)

0xFFFFF9BE,

%xBE.F9.FF.FF

IsamErrorNoCurrentRecord

There is no current record. (JET_errNoCurrentRecord)

0xFFFFF9BD,

%xBD.F9.FF.FF

IsamErrorRecordPrimaryChanged

The primary key might not change. (JET_errRecordPrimaryChanged)

0xFFFFF9BC,

%xBC.F9.FF.FF

IsamErrorKeyDuplicate

There is an illegal duplicate key. (JET_errKeyDuplicate)

0xFFFFF9BB,

%xBB.F9.FF.FF

IsamErrorAlreadyPrepared

An attempt was made to update a record while a record update was already in progress.

(JET_errAlreadyPrepared)

0xFFFFF9B9,

%xB9.F9.FF.FF

IsamErrorKeyNotMade

A call was not made to JetMakeKey. (JET_errKeyNotMade)

0xFFFFF9B8,

%xB8.F9.FF.FF

IsamErrorUpdateNotPrepared

A call was not made to JetPrepareUpdate. (JET_errUpdateNotPrepared)

0xFFFFF9B7,

%xB7.F9.FF.FF

IsamErrorDataHasChanged

The data has changed and the operation was aborted.

(JET_errDataHasChanged)

0xFFFFF9B5,

%xB5.F9.FF.FF

IsamErrorLanguageNotSupported

The operating system does not support the selected language. (JET_errLanguageNotSupported)

0xFFFFF9AD,

%xAD.F9.FF.FF

IsamErrorTooManySorts

There are too many sort processes. (JET_errTooManySorts)

0xFFFFF95B,

%x5B.F9.FF.FF

IsamErrorInvalidOnSort

An invalid operation occurred during a sort. (JET_errInvalidOnSort)

0xFFFFF95A,

%x5A.F9.FF.FF

IsamErrorTempFileOpenError

The temporary file could not be opened. (JET_errTempFileOpenError)

0xFFFFF8F5,

%xF5.F8.FF.FF

IsamErrorTooManyAttachedDatabases

Too many databases are open. (JET_errTooManyAttachedDatabases)

0xFFFFF8F3,

%xF3.F8.FF.FF

IsamErrorDiskFull

There is no space left on disk. (JET_errDiskFull)

0xFFFFF8F0,

%xF0.F8.FF.FF

IsamErrorPermissionDenied

Permission is denied. (JET_errPermissionDenied)

0xFFFFF8EF,

%xEF.F8.FF.FF

IsamErrorFileNotFound

The file was not found.

(JET_errFileNotFound)

0xFFFFF8ED,

%xED.F8.FF.FF

IsamErrorFileInvalidType

The file type is invalid. (JET_errFileInvalidType)

0xFFFFF8EC,

%xEC.F8.FF.FF

IsamErrorAfterInitialization

A restore cannot be started after initialization.

(JET_errAfterInitialization)

0xFFFFF8C6,

%xC6.F8.FF.FF

IsamErrorLogCorrupted

The logs could not be interpreted. (JET_errLogCorrupted)

0xFFFFF8C4,

%xC4.F8.FF.FF

IsamErrorInvalidOperation

The operation is invalid. (JET_errInvalidOperation)

0xFFFFF88E,

%x8E.F8.FF.FF

IsamErrorAccessDenied

Access is denied.

(JET_errAccessDenied)

0xFFFFF88D,

%x8D.F8.FF.FF

IsamErrorTooManySplits

An infinite split.

(JET_errTooManySplits)

0xFFFFF88B,

%x8B.F8.FF.FF

IsamErrorSessionSharingViolation

Multiple threads are using the same session. (JET_errSessionSharingViolation)

0xFFFFF88A,

%x8A.F8.FF.FF

IsamErrorEntryPointNotFound

An entry point in a required DLL could not be found.

(JET_errEntryPointNotFound)

0xFFFFF889,

%x89.F8.FF.FF

IsamErrorSessionContextAlreadySet

The specified session already has a session context set. (JET_errSessionContextAlreadySet)

0xFFFFF888,

%x88.F8.FF.FF

IsamErrorSessionContextNotSetByThisThread

An attempt was made to reset the session context, but the current thread was not the original one that set the session context. (JET_errSessionContextNotSetByThisThread)

0xFFFFF887,

%x87.F8.FF.FF

IsamErrorSessionInUse

An attempt was made to terminate the session currently in use. (JET_errSessionInUse)

0xFFFFF886,

%x86.F8.FF.FF

IsamErrorRecordFormatConversionFailed

An internal error occurred during a dynamic record format conversion. (JET_errRecordFormatConversionFailed)

0xFFFFF885,

%x85.F8.FF.FF

IsamErrorOneDatabasePerSession

Only one open user database per session is allowed.

(JET_errOneDatabasePerSession)

0xFFFFF884,

%x84.F8.FF.FF

IsamErrorRollbackError

There was an error during rollback. (JET_errRollbackError)

0xFFFFF883,

%x83.F8.FF.FF

IsamErrorCallbackFailed

A callback function call failed. (JET_errCallbackFailed)

0xFFFFF7CB,

%xCB.F7.FF.FF

IsamErrorCallbackNotResolved

A callback function could not be found. (JET_errCallbackNotResolved)

0xFFFFF7CA,

%xCA.F7.FF.FF

IsamErrorOSSnapshotInvalidSequence

The operating system shadow copy API was used in an invalid sequence. (JET_errOSSnapshotInvalidSequence)

0xFFFFF69F,

%x9F.F6.FF.FF

IsamErrorOSSnapshotTimeOut

The operating system shadow copy ended with a time-out. (JET_errOSSnapshotTimeOut)

0xFFFFF69E,

%x9E.F6.FF.FF

IsamErrorOSSnapshotNotAllowed

The operating system shadow copy is not allowed because a backup or recovery in is progress.

(JET_errOSSnapshotNotAllowed)

0xFFFFF69D,

%x9D.F6.FF.FF

IsamErrorOSSnapshotInvalidSnapId

The operation failed because the specified operating system shadow copy handle was invalid.

(JET_errOSSnapshotInvalidSnapId)

0xFFFFF69C,

%x9C.F6.FF.FF

IsamErrorLSCallbackNotSpecified

An attempt was made to use local storage without a callback function being specified. (JET_errLSCallbackNotSpecified)

0xFFFFF448,

%x48.F4.FF.FF

IsamErrorLSAlreadySet

An attempt was made to set the local storage for an object that already had it set. (JET_errLSAlreadySet)

0xFFFFF447,

%x47.F4.FF.FF

IsamErrorLSNotSet

An attempt was made to retrieve local storage from an object that did not have it set.

(JET_errLSNotSet)

0xFFFFF446,

%x46.F4.FF.FF

IsamErrorFileIOSparse

An I/O operation failed because it was attempted against an unallocated region of a file.

(JET_errFileIOSparse)

0xFFFFF060,

%x60.F0.FF.FF

IsamErrorFileIOBeyondEOF

A read was issued to a location beyond the EOF (writes will expand the file). (JET_errFileIOBeyondEOF)

0xFFFFF05F,

%x5F.F0.FF.FF

IsamErrorFileCompressed

Read/write access is not supported on compressed files.

(JET_errFileCompressed)

0xFFFFF05B,

%x5B.F0.FF.FF