Autodesk Vault ProfessionalVault API

Vault 2026 Error Codes

Client, server, and restriction error codes returned by the Vault SDK. Filter by code, name, or description.

Client Error Codes

If an error comes from the client API framework, it will have an error code that starts with an 'x' to distinguish it from server error codes. You can get the error code from the ErrorCode property on an ExtensionException. See table below for the meaning of each error code.

CodeName
x00001ThirdPartyError
x00002ThirdPartyRestrictions
x00011IncorrectApiVersion
x00012NoCompanyInformation
x00013NoDescriptionInformation
x00014NoExtensionIdInformation
x00015NoProductInformation
x00021TypeNotFound
x00022MutipleTypesFound
x00023VaultClientNotFound
x00024LoadError
x01001WorkingFolderNotFound
x01002UnknownInputValue
x01003LocalStatusPropertyNotFound
x01004MultiplePropertyValuesFound
x01005UnknownPropertyValue
x01006NotLoggedIn
x01007ReadOnlySignInWithoutVault
x01008Requires32Bit
x01009Requires64Bit
x01010IllegalInputParam
x01011IllegalNullParam
x01012UnsupportedOperation
x01013PermissionDenied
x00201SelectionSetTypeNotSupported

Server Error Codes

If a web service method is called and an error occurs, a SoapException (in System.Web.Services.Protocols) will be raised. This exception contains XML data in a property called "Details". If you were to print out this XML, it would look something like this:

CodeNameComments
0UnspecifiedSystemExceptionUsed when the error code is invalid.
100CreateKnowledgeVaultDatabaseError creating the knowledge vault.
102DatabaseExistsDatabase already exists.
103DatabaseFullDatabase is full.
106TransactionInvalidPrincipalThe principal does not meet requirements to call this service. An example would be making a call without being logged into a vault for methods that require a vault
108TransactionManagementErrorCannot create database connection and/or transaction
109DatabaseErrorGeneric error for unexpected database issues.
111BadResourceRelativePathGeneral error for failures to store or access a resource in the file store
114CreateSystemMasterDatabasecould not create KnowledgeVaultMaster Database
130UnknownVersionUnable to determine the version of a KnowledgeVault or Master
131InvalidAdminDbLoginThe database admin login is invalid
132DirectoryNotEmptyThe directory is not empty
133KnowledgeVaultDoesNotExistThe Knowledge Vault referenced doesn't exist.
134KnowledgeVaultsAttachedThere are Knowledge Vaults still attached.
137IllegalInputParamOne of the inputs to the service call is incorrect.
138IllegalDatabaseNameDatabase name is not allowed. Most likely due to illegal characters.
139IllegalPathSpecified folder is illegal.
140DuplicatePathSpecified folder is already in use.
143UserAlreadyExistsDuplicate User Name
144DbFileAlreadyExistsDatabase error because an MDF or LDF file with that name already exists.
146MigrationPathNotFoundCannot determine the migration steps.
147PathTooLongThe specified path is too long.
148UnsupportedProductThe vault has a product installed that is not installed on the server
150KnowledgeVaultMasterDoesNotExistThe KnowledgeVaultMaster referenced doesn't exist
152IllegalRestoreDBLocationCannot restore db files to a remote location
153InvalidBackupDirectorySelected directory does not contain a valid backup structure.
154InvalidUserIdThe user ID is not valid
155IllegalNullParamA null value was passed in where a null value is not allowed.
157AdministratorCannotBeRemovedUnable to remove administrator privileges from "last" administrator user.
158CircularReferenceAn error occurred because a circular reference is detected.
160BadIdBad Id.
164MigrationXmlErrormigrations.xml identifies the .sql scripts and C# code that need to be executed for the different migration paths (e.g., R2 to R3, etc.)
165KnowledgeLibraryDoesNotExistOccurs during restore - also see KnowledgeVaultDoesNotExist:133
167AttachWrongDatabaseTypeThe database cannot be attached because it is of the wrong database type.
171DuplicateLibraryGuidThere is already a KnowledgeLibrary with the same GUID
173ReadOnlyFileTrying to perform a write operation on a read-only file
174InvalidDatabaseCollationTrying to create a KVM with an invalid database collation (eg case sensitive)
175InsufficientFilePermissionsThe user does not have permission to the path.
176GroupDoesNotExistThe users group does not exist.
179IOErrorIOException has been thrown. IOException.Message={0}
180FileDoesNotExistAn expected file does not exist.
185IncrementTurnedOffIncremental backup and restore is not turned on.
186IncRestoreInEligibleForAdminDataDirtyIncremental restore is not possible because the server has been modified.
187IncRestoreInEligibleForUserDataDirtyIncremental restore is not possible because the vault/library has been modified.
188IncRestoreInEligibleForBadStateIdThis increment cannot be restored to current state
189IncBackupInEligibleForAdminDataDirtyA Vault or Library has been added or removed. This change is not supported by an Incremental Backup.
190IncBackupInEligibleForUserDataNotdirtyNo changes have occurred since the last Full or Incremental Backup.
191IncBackupInEligibleForFullBackupUndoneA Full Backup must occur before Incremental Backup.
192MissingBackupPackagesMissing backup packages.
193ContentfileWrongFormattedContent file is not formatted properly.
194IncRestoreInEligibleForWrongIncrementThe backup is ineligible for incremental restore.
196LibraryPartitionDoesNotExistThe Library partition does not exist.
197LibraryPartitionUpdateDoesNotExistCannot update from the current partition to the one specified.
198DatabaseServerNotCompatibleThe database or backup is not compatible with the database server.
199SystemTypeNotEditableSystem entity types cannot be edited.
200NonmemberSiteServer is not a member site in this environment.
201DatabaseLockedDatabase is locked as the Autodesk Data Management server is presently performing some locking operation.
202MultisiteNotEnabledAdditional sites cannot be enabled in this product edition. If this computer has been recently renamed, please update the site via the server console command line options.
204InvalidSiteNameThe site does not exist.
205CouldNotReplicateUnable to replicate file.
207NoFilestoreNo file store has been specified for the vault on this site.
208InvalidVaultSiteThe vault has not been mapped.
211VaultDisabledThe vault is disabled on this site.
212FileStoreMismatchThere is a sentinal file with a vaultguid in the root of the filestore. This value needs to match the guid identity of the vault
213OrphanedMetaDataThis file is either missing from the file store or failing validation.
214RoleDoesNotExistThe role does not exist.
215InvalidSystemDbLoginThe system user [vaultsys] either doesn't exist or doesn't match the web.config password
216GroupAlreadyExistsDuplicate Group Name
217DuplicateVaultGuidThere is already a vault with the same GUID.
220AddEntityClassFailureFailed to add Entity class.
221AddRelationshipClassFailureFailed to add Relationship class.
222ChecksumValidationFailureChecksum validation failed.
223RestoringUnsupportedProductsRestore failed due to product difference between the server and the backup.
224InvalidServiceExtensionConfigAt least one type or method referenced in the ServiceExtenstions.xml file could not be resolved.
226LuceneSearchErrorWrap any errors thrown by Lucene when searching.
227LuceneIndexingErrorWrap any errors thrown by Lucene when indexing.
228InvalidServiceExtensionMethodWrap any errors thrown when invoking a service extension method.
230PropertyParsingFailedSearch failed to parse a property value.
231DatabaseDeadlockGeneric error for unexpected database issues.
232ConfigurationErrorError occurred calling a config section handler
233DatabaseLogFullThe database transaction log is full and cannot be grown.
234ArraysOfDifferentSizesInput arrays were of different lengths.
236UnsupportedParameterTypeAn error occurred when reading value of non-existing type.
237DuplicateQueuedEventUnable to submit job(s) to the Job Server. A duplicate job is already in the queue.
238InvalidEventClassInvalid job type. Unable to submit job(s) to the Job Server.
239UnreserveEventFailedUnable to perform this action. The selected job has already completed.
240JobQueueDisabledUnable to submit job(s) to the Job Server. The Job Server is disabled.
241UnsupportedOperationThis method is not supported by the current server configuration.
242DuplicatePropertiesCannotBeToSamePropertyDefDuplicate properties cannot be mapped to same Property Definition.
243PropertiesCannotHaveTheSamePriorityProperties cannot have the same priority.
244FailedToLoadPropertyProviderForPropFailure to load Property Provider for Property.
245InvalidPropertyForPropertyProviderInvalid Property for Property Provider.
246IncompatiblePropertyDataTypesIncompatible property data types for mapping.
247CannotCreateNewForPropertyProperty does not support the Create New option.
248PropertyDoesNotSupportMappingDirProperty does not support direction.
249InvalidEntityClassIdInvalid Entity Class.
250CannotFindPropertyDefBySystemNameCannot find property definition.
251CannotCreatePropertyDefCannot create property definition.
252CannotCreatePropertyDef_DisplayNameExistsCannot create property definition. The Display Name already exists for another property definition.
253PropertyDefIdDoesNotExistProperty definition does not exist.
255PropertyDefIsNotMappedToEntityClassProperty definition is not mapped to specified entity class with required mapping direction support.
256SystemPropertyDefsCannotChangeThierEnitityClassMappingsSystem property definitions cannot have their entity class mappings changed.
257CannotDeleteMappingsWhichAreInUseByEntsCannot delete property definition associations to entity classes if entities exist.
258PropertyDefDisplayNameExistThe Display Name already exists for another property definition.
259ContentSourcePropertyDefIdDoesNotExistThe content source property definition does not exist.
260SystemPropertyDefsCannotBeDeletedSystem property definitions cannot be deleted.
261PropertyDefsCannotBeDeletedWithEntityRefsProperty definitions cannot be deleted while they are in use.
262CtntSrcPropProviderNotFoundProperty provider not found.
263BadNumberingSchemeIdSelected numbering scheme does not exist.
264NumberingSchemeIsDefaultYou cannot edit, delete, or disable the default numbering scheme.
265DuplicateNumberSchemeNameA numbering scheme with the same name already exists.
266NumberingSchemeInUseThe numbering scheme cannot be modified or deleted because it is in use.
276MethodNotSupportedWithBaseVaultServerMethod not supported with vault server.
277PropertyDefRequiresEntityClassMappingProperty Definition requires at least one Entity Class mapping.
278PropertyDefDefaultValuesNotSupportedProperty Definition default values are not supported.
279InvalidEntityClassNameInvalid Entity Class name.
280OnlyReadMappingsSupportedOnly Read mappings to Property Definitions are supported.
281CreateNewPropertyMappingsNotSupportedCreation of new properties is not supported.
282RestrictionsOccurredRestrictions occurred
283BadEntityIdThe specified entity does not exist.
284EntityClassDoesNotSupportMappingEntity Class does not support content source mapping.
285EntityClassDoesNotSupportMappingToCSTypeEntity Class does not support mapping to content source definition types.
286MigrationInProgressMigration cannot be performed at this time.The database is already being migrated.
287EntityClassDoesNotSupportLinksEntity Class does not support links.
288AddLinkFailedAn error occurred while trying to create the link.
289CreateNewAndDefaultMappingTypeNotSupportedDefault value mapping types do not support Create New.
290UserDefinedPropertyListValuesNotSupportedServer does not support user defined property List values.
291UserDefinedPropertyConstraintsNotSupportedServer does not support user defined property constraints.
292UserDefinedPropertyWithoutCSMappingsNotSupportedServer does not support user defined properties without content source mappings.
293UserDefinedPropertyInitialValuesNotSupportedServer does not support user defined property initial values.
294LegacyOperationBlockedThis error means that an older client is communicating with a new server and the newer server no longer supports the legacy operation.
296DatabaseCopyFileFailedDatabase server could not copy file.
297DatabaseOfflineThe database is offline.
299CannotUnzipThe compressed data could not be unzipped.
300BadAuthenticationTokenThis can happen when the web services are restarted.
301InvalidUserPasswordUsername and/or Password is invalid, so user cannot be authenticated.
302UserNotVaultMemberUser is not a member of the vault
303PermissionDeniedInvalid permissions for transaction
304UserIsDisabledUser is disabled
306IncompatibleKnowledgeVaultThe compatibility of the Vault doesn't match the server version
307IncompatibleKnowledgeMasterThe compatibility of the Knowledge Master doesn't match the server version
308RestrictionsOccurredRestrictions have occurred.
309FeatureNotAvailableThe server is not configured to use that feature.
310IncompatibleKnowledgeLibraryThe version of the Knowledge Library doesn't match the server version.
311InvalidAuthTypeAttempted to login through WinAuth login user, but user is of Auth Type Vault.
312WinAuthUserNotFoundcould be auto create is disabled or could not find a valid AD group
313WinAuthAnonymousIdentityIdentity was unauthenticated or anonymous
318WinAuthFailedUnknown WinAuth error occurred.
319LicensingErrorFailed to acquire a license.
320PermissionTamperingDetectedVault has detected tampering with the security subsystem. Unlicensed client access is currently prohibited.
323WorkgroupIsSubscriberThis operation cannot be performed on a subscribing workgroup.
324LicenseMismatchThe license obtained is incompatible with the server.
325DuplicateRoleNameDuplicate Role Name.
326SystemRoleReadonlySystem roles cannot be modified or deleted.
327PasswordNotComplyWithPolicyThe password does not satisfy the minimum requirements to log in.
400DuplicateRoutingNameThe routing name already exists.
401IncompleteRoutingMust be at least one user assigned to each role.
402DeactivateRoutingFailedCan't deactivate the last active routing, or the default routing.
403DeleteRoutingFailedCan't delete a routing in use, the last active routing, or the default routing.
404SetDefaultRoutingFailedCannot set a deactive routing to the default.
405ActionDeniedThe user does not have the appropriate routing role to perform the activity.
406ActionAlreadyPerformedThe user has already performed the activity since the change order last entered the current state.
407BadRoutingNameRouting name contains illegal characters
408BadRoutingNameLengthRouting name length must be between 1 and 50 characters.
409InvalidWorkFlowInvalid Workflow.
501FailureToLoadEmailHandlerA server configured email handler could not be loaded or found.
502ErrorSendingEmailAn email failed while attempting to be sent.
503ErrorInitializeEmailhandlerAn email handler failed to initialize and will not be available for use.
504EmailIsConfiguredAsDisabledAn email was requested to be sent, but email is disabled.
505InvalidAttachmentStreamAn e-mail attachment file stream was invalid.
506InvalidAttachmentNameAn email failed due to the attachment filename being invalid or could not be found.
507ErrorLoadingEmailTemplateUnable to load the email template. Please try again or contact your administrator for help.
600JobConfigurationErrorThere is an error in the job configuration.
601FailureToLoadJobHandlerThere is an invalid handler in the job configuration.
602DuplicateJobHandlerIdFoundThere are duplicate handlers in the job configuration.
603JobIdNotFoundThe specified job id does not exist in the job configuration.
700AddCustomEntityDefFailedAn error occurred while trying to create a custom object definition.
701AddCustomEntityFailedAn error occurred while trying to create a custom object.
702DeleteCustomEntityRestrictionsOccurredOne or more entities cannot be deleted due to vault restrictions.
703DeleteCustomEntityDefFailedThe custom object definition is in use.
704UpdateCustomEntityFailedAn error occurred while trying to update the custom object.
705UpdateCustomEntityDefFailedAn error occurred while attempting to update the custom object defintion.
706DuplicateCustomEntityDefNameThe custom object name already exists.
707CustomEntityDefDisplayNameExceedsMaxLengthName is longer than 256 characters.
708InvalidCustomEntityDefDisplayNameThe name value may not be blank or contain invalid characters.
709CustomEntityNameExceedsMaxLengthName is longer than 256 characters.
1000BadFolderIdCannot get files by folder id Cannot get root folder Cannot get folder by path Cannot get folder by folder id Cannot get children for folder id
1001GetLatestVersionFailedCannot get latest file version based on folder id and file id. Cannot get latest file version based on owner id.
1002GetVersionsFailedCannot get file version based on version id. Cannot get file version based on file id and version number.
1003BadFileIdThis error code should still exist, but none of these items appear to belong here: Error getting all file versions by owner id (I think this should be throw BadVersionId) Error downloading file version based on version id and file name (I think this should throw BadVersionId) Error in GetAllPropertyDefinitions (I think this should throw BadPropertyDefinitions) Error in GetAllPropertyDefinitionsExtended (I think this should throw BadPropertyDefinitions)
1004CheckoutFailedCheckout latest file version failed.
1005CheckinFailedError checking in file version into database.
1006UndoCheckoutFailedError undoing check out of file version.
1007BadVersionIdBad version id when getting file version dependents or dependencies by version id.
1008AddFileExistsCannot add file because file exists.
1009AddFileFailedCannot add file (unspecified failure)
1011AddFolderExistsCannot add folder because folder exists.
1012AddFailedCreateFolderCannot add folder (unable to create/make new folder).
1013GetFileFailedCannot get file (file id is invalid).
1014MakeVersionFailedCannot create/make version in database.
1015DeleteFileWithDependenciesOnly have file id, not name
1016UndoCheckoutWrongUserCannot undo checkout because user is not the same as user who checked out file.
1017UndoCheckoutWrongFolderCannot undo checkout because passed in folder id is not the same folder that the file was checked out from.
1018CheckinNotCheckedOutCannot check in file because the file is not currently checked out
1019CheckinWrongUserCannot check in file because the file is not currently checked out by the same user.
1020CheckinWrongFolderCannot check in file because passed in folder id is not the same folder that the file was checked out from.
1021CheckoutAlreadyCheckedOutCannot check out the file because it is already checked out.
1022SelfDependencyThe file has circular dependencies.
1023MakeFolderFailedCannot create folder in database.
1024GetFolderFailedOccurs in these cases: Cannot get folder based on path. Cannot get folder based on folder id.
1025GetRootFailedCannot get root folder from the database.
1026LibraryProjectExistsForFileIdFile belongs to a library folder.
1027LibraryProjectExistsForIdFolder is a library folder.
1028MoveFileFailedCannot move file.
1029MoveFileExistsOnly have file id, not name
1030ShareFileExistsOnly have file id, not name
1031DuplicatePropertyDefNameA property definition with the given name already exists.
1034RenameFailedCannot rename the file because there was some other unexpected error.
1035MakeDefinitionFailedNot currently used.
1036GetAllPropertyDefinitionsFailedNot currently used.
1037GetAllPropertyDefinitinsExtendedFailedNot currently used.
1038**GetFileVersionsByPropertySearchConditionsFailedNot currently used.
1041GetPropertiesFailedNot currently used.
1042AddFolderChildRootInvalidCreate folder rule-check failed: parent must exist, for all but root
1043AddFolderLibraryRelationshipInvalidCreate folder rule-check failed: libs can only have non lib parent if that parent is root. libs cannot have non lib children.
1044ConcurrentShareFailedRequest to share a file to a folder fails because of a concurrent request to share the file to the same folder.
1045ConcurrentMoveFailedRequest to move a file to a folder fails because of a concurrent request to move the file to the same folder or because of a concurrent request to move the file to another folder
1046FolderCharacterLengthInvalidRequest to create a folder fails because the folder name is longer than 255 characters.
1047DependentExistsAttachmentFailedUnused
1048RenameFailedDependentParentItemsLinkedUnused
1049RenameFailedDependentParentItemsAttachedUnused
1050DeleteFileFailedRestrictionsRequest to conditionally delete a file fails because there are delete restrictions (file has dependent parents files, file is checked out, or file is linked or attached to an item)
1051DeleteFileFailedUnconditionalRestrictionsRequest to unconditionally delete a file fails because the are delete restrictions that cannot be overridden (file is linked or attached to an item)
1052DeleteFileFailedRequest to delete a file failed for an unspecified reason.
1053DeleteFolderFailedRestrictionsRequest to conditionally delete a folder fails because there are delete restrictions on one or more child files (file has dependent parents files, file is checked out, or file is linked or attached to an item)
1054DeleteFolderFailedUnconditionalRestrictionsRequest to unconditionally delete a folder fails because the are delete restrictions that cannot be overridden on one or more child files (file is linked or attached to an item)
1055DeleteFolderFailedRequest to delete a folder fails due to an unspecified reason
1056PurgeBadParamThe keep count must be >= 1, and the minimum age must be >= 0
1057PurgeFailedOccurs when something goes wrong while purging file iterations from the database, or while deleting files from the file store
1058UniqueFileNameRequiredViolatedIf the Unique File Name Required Vault option is ON, a request to Add or Checkin a file with the same name as a file already existing in the Vault will fail with this error.
1059UpdateFolderFailedOccurs when an attempt to update a Folder fails for an unspecified reason.
1060UpdateFolderExistsOccurs when an attempt to update a Folder Name fails because another Folder with that name exists in the parent.
1061BadLabelIdLabel ID is invalid
1062BadLabelNameLabel Name contains invalid characters
1063DuplicateLabelLabel Name already exists in vault
1064MakeLabelFailedCannot create label in database.
1065GetAllFilesFailedFailure while trying to get all the files.
1066BadPropertyGroupIdNo property group with the given Id exists.
1067PropertyGroupExistsA property group with the specified name already exists.
1069PropertyGroupEmptyThe property group must be assigned property definitions
1072DeletePropertyGroupFailedRequest to delete a PropertyGroup failed for an unspecified reason.
1073MoveFolderFailedNow used as: documentRestriction_11; documentRestriction_12; documentRestriction_13 in document world.
1074MoveFolderExistsFolder with the same name already exists in the destination folder
1075MoveFolderDescendentCheckedOutFolder begin moved has descendent files that are checked out.
1076MoveFolderChildRootInvalidMove folder rule-check failed: parent must exist, for all but root
1077MoveFolderLibraryRelationshipInvalidMove folder rule-check failed: libs can only have non lib parent if that parent is root. libs cannot have non lib children.
1078FolderNameInvalidA null path or path will illegal characters has been passed in.
1079FolderFullNameTooLongThe full path of the folder is greater than 256 characters.
1080IllegalNullParamA null value has been passed in where null values are not allowed.
1081BadDateThe date is out of range for the DB. The date should be between 1-1-1753 and 12-31-9999
1082ArraysOfDifferentSizesThe input arrays were not of the same size
1083LabelNameLengthInvalidThe label name must be between 0 and 256 characters in length.
1084UndoCheckoutNotCheckedOutCannot undo check out of the file because the file is not currently checked out.
1085BadSearchOperatorThe search operator is not valid.
1086EmptyFolderThe folder being operated on is empty.
1087IllegalEmptyStringA empty string has been passed in where its is not allowed.
1088UnknownBOMVersionBOM information is stored with each file iteration as an xml string. The xml format differs between Vault releases. In order to identity the different formats, each string is marked with an namespace. The server uses the namespace to determine how the xml string should be converted into a BOM object. If the server encounters a string without a recognized namespace, it will return this code.
1089InvalidBOMXmlDuring AddFile and CheckinFile calls, the client can supply BOM information for the file in the form of a OBM object. The server then sotres this information with the file iteration and it is used during the promot process. The server validates the BOM information against the defined schema, if validation fails, this code is returned.
1090BadPropertyDefIdProperty Def Id is invalid.
1091CheckoutFolderInvalidThe file being checked out does not live in the specified folder, therefore it cannot be used as the checkout folder.
1092RestrictionsOccurredRestrictions have occurred. More information available in SoapException detail.
1093GetRestrictionsFailedFailed trying to determine restrictions.
1094PropertyGroupPropertyDefMinCountProperty groups must include a minimum of 2 property definitions.
1098MoveFileLockedThe file cannot be moved because it is locked
1100UploadFileDoesNotExistThe upload file does not exist.
1101DownloadFileSizeExceedsServerLimitThe download part size exceeds the server limit.
1102UpdatePropertyDefinitionFailedFailure while trying to update property definition.
1103CheckinFailedAssociatedFileCheckedoutThe child file specified for the association is still checked out.
1104SetFileStatusFailedThe set file status operation failed.
1106FullContentSearchContentIndexingDisabledThe client has submitted a search against file content but the Vault Content Indexing is disabled.
1107DimeAttachmentExpectedThis error will be raised if AddFile or UploadFilePart is called without including a DIME attachment.
1108BadFileNameThis error will be raised by AddFile and AddUploadedFile is the filename supplied for the new file is null, empty or contains invalid characters. CheckinFile and CheckinUploadedFile will raise this error if the newFilename propvided contains invalid characters.
1109ComponentCustomPropertyDefExistsUnused
1110ParamNameInvalidUnused
1111DuplicateFileNamingSchemeExists
1112AddFileNamingSchemeFailedAn error occurred while attempting to add the new file naming scheme.
1113UpdateFileNamingSchemeFailedAn error occurred while attempting to update the file naming scheme.
1114FileExistsRemotelyThe file does not exist on the local server.
1115FileDoesNotExistsFile does not exist.
1116SaveFilterConfigFailedRaised when the Filter Config information cannot be saved to disk.
1117BadFileNamingSchemeThe file naming scheme does not exist or is invalid.
1118RollbackFileNamingDescriptionsFailedFile naming descriptions could not be rolled back. Multiple file naming schemes or non-consecutive file naming descriptions are not allowed.
1119ReserveFileNamingDescriptionsFailedFile naming descriptions could not be reserved.
1120FolderFileNameCollisionAddFile, CheckinFile, MoveFile, ShareFile, AddFolder
1121CreateUserDefinedPropertyDefinitionsFailedAn error occurred while attempting to create the new property.
1122BadPropertyReindexErrorBad property reindex error.
1123IdentifyFilesForPropertyReindexFailedAn error occurred while attempting to identify files for property reindex.
1124AddDesignVisualizationAttachmentBadFileClassificationThe file to attach is not classified as Design Visualization.
1125AddDesignVisualizationAttachmentBadAttachmentOrderThe file to attach is not in the proper order.
1126AddDesignVisualizationAttachmentExistsA Design Visualization file is already attached.
1127SetDesignVisualizationStatusFileCheckedOutThe file is checked out.
1128SetDesignVisualizationStatusInvalidStatusThe Visualization Compliance value is invalid.
1129GenerateFileNumberFailedCould not create file number.
1130GenerateFileNumberFailedAutoFieldNumberUsedUpCould not create File number because the current scheme has run out of numbers.
1131FileRenameReleasedParentThe selected revision of the file or a revision of a file referencing it has been released.
1132WarningThresholdGreaterThanMaximumThresholdThe error threshold must be greater than the warning threshold.
1133ThresholdOutOfRangeThreshold out of range.
1134ExceedBulkFileMaximumThresholdYou have exceeded the maximum number of files that can be processed in a single operation.
1135FailureToSaveFileForProviderUseFailure to save file for property provider use.
1136UpdateFilePropertiesNotCheckedOutFile properties cannot be updated. File is not checked out.
1137CannotCheckoutNontipFileVersionContent source properties are not available for older versions
1138FileUploadRequiredThis checkin operation requires an uploaded file.
1139FileUploadInuseThis upload ticket has already been used.
1140FileUploadWrongExtensionThe uploaded file extension doesn't match the file name
1141FilePurgeIsDisabledFile purge must be enabled on this vault to proceed. Please contact your administrator
1147AddDesignRepresentationFileAttachmentBadFileClassificationThe file to attach is not classified as Design Representation.
1149DupSearchFoldersOverlapThere is a folder overlap in the Duplicate Search folder configuration.
1151BadMarkupIdMarkup is unavailable.
1152DuplicateMarkupIdsMarkup with an identical ID already assigned, a unique ID is required.
1153NotLatestFileYou cannot apply any action on markups for historical file versions.
1200SerializeNullObjectAn error occurred due to a communication failure between client and server.
1300BadIdOccurs when item revision ID is bad, user ID is bad
1301BadUserIdThe user ID couldn't be used to create an item revision
1302BadItemRevisionThe item revision couldn't be used to create the new item revision
1303BadMasterItemIdThe master item ID didn't return the tip item revision
1304BadRevisionNumberItem revision is less than or equal to current revision
1305BadRevisionNumberFormatItem revision isn't in current revision scheme
1306UpdateItemsFailedThe item or unpinned item iteration associations could not be updated
1307UpdateItemFailedThe item, its attachments, or unpinned item iteration associations could not be updated
1308DeleteItemsFailedItem could not be deleted
1309GetTipItemRevisionsFailedTip item revisions could not be retrieved
1310GetItemRevisionHistoryFailedItem revision history could not be retrieved
1311GetTipItemRevisionFailedItem revision could not be retrieved. Please refresh and try again
1312GetRolledUpBOMFailedRolled up BOM could not be retrieved
1313GetAllBOMLinksAndRevisionsFailedBOM links and revisions could not be retrieved
1314BOMCompareFailedThe selected BOMs could not be compared
1315GetNextRevisionOptionsFailedNext revision options could not be retrieved
1316PromoteFileIterationsFailedFile iterations could not be promoted
1317UpdateItemsFromFilesFailedCould not update items from files
1318GetPromoteUpdateRestrictionsFailedCould not get restrictions for promote and udpate
1319GetItemUpdateRestrictionsFailedCould not get restrictions for item update.
1320CreateItemRevisionFailedCould not create an item revision
1321EditItemRevisionFailedCould not get item revision to edit
1322DeleteItemIterationsFailedCould not delete item iterations
1323GetLifeCycleDefsFailedCould not get lifecycle definitions
1324GetItemIterationAttachmentsFailedCould not get item iteration attachments
1325GetItemFileLinksFailedCould not get file links for item
1326GetLifeCycleStateChangeRestrictionsFailedCould not get restrictions for lifecycle state changes
1327BulkChangeLifeCycleFailedCould not perform bulk lifecycle change
1328GetItemRevisionsForFileFailedCould not retrieve items associated with file.
1329GetUserDefinedPropertyDefinitionsFailedCould not get property definitions.
1330CreateUserDefinedPropertyDefinitionsFailedAn error occurred while attempting to create the new property.
1341CreateItemNumberFailedCould not create item number.
1344DeleteUnusedItemNumbersFailedCould not delete unused item numbers.
1349GetEditItemRevisionRestrictionsFailedCould not get restrictions for edited item.
1350GetLatestItemRevisionByItemNumberFailedThe item number entered cannot be found.
1351GetChangeItemNumberRestrictionsFailedCould not get restrictions for change item number.
1352GetChangeItemRevisionNumberRestrictionsFailedCould not get restrictions for change item number.
1358BadUnitOfMeasureInvalid unit of measure.
1361ZeroDefaultRevisionSchemeAssignedToCategoryThe category requires that a default revision scheme be assigned.
1362PromoteFileIterationsConcurrencyFailedCould not promote files due to concurrency issues.
1364InvalidLockAn Invalid Lock has occurred. You were not able to obtain a lock for this operation or your lock expired.
1365GetDeleteItemRestrictionsFailedCould not get restrictions for delete item.
1366GetAllBOMStructureTypesFailedCould not get BOM structure types.
1367DuplicateNameThe name already exists.
1368DuplicateIdDuplicate property id exists.
1369EntityInUseProperty is in use.
1370InvalidArrayLengthArray length is invalid.
1371GetItemTypeByIdFailedAn error occurred while attempting to get the item type.
1372GetAllItemTypesFailedAn error occurred while attempting to get the item types.
1373AddItemTypeFailedAn error occurred while attempting to add a new item type.
1374UpdateItemTypeFailedAn error occurred while attempting to update the item type.
1375DeleteItemTypeFailedAn error occurred while attempting to delete the item type.
1376AddRevisionSequenceSchemeFailedAn error occurred while attempting to add the new revision sequence.
1377AddRevisionFormatFailedAn error occurred while attempting to add the new revision sequence schemes.
1378GetAllRevisionFormatsFailedAn error occurred while attempting to get all the revision formats.
1379GetAllRevisionSequenceSchemesFailedAn error occurred while attempting to get all the revision sequence schemes.
1381UpdateItemIterationBOMLinksFailedUpdate BOM failed.
1384NotEditableItem is not editable.
1385SetItemLifeCycleStateFailedAn error occurred while attempting to change item's lifecycle state.
1386GetItemIterationsByIterationIdsFailedCould not retrieve item iterations.
1387RestrictionsOccurredRestrictions have occurred.
1388GetRestrictionsFailedFailed trying to determine restrictions.
1389IncompatibleDataTypeData type is incompatible.
1390EntityDeletedEntity was deleted.
1391CircularReferenceA circular reference was found.
1392DuplicatePriorityPriority already exists.
1393DuplicateMappingMapping already exists.
1394GetMappablePropertyDefsFailedCould not get mapped properties.
1395InvalidStringInvalid String
1400GetItemPropertiesFailedCould not get item properties.
1401GetAllItemPropertyDefinitionsFailedCould not get all item property definitions.
1402DuplicateLabelThe revision sequence scheme contains duplicate values in its list of labels.
1403IntrinsicPropertyNameCollisionThe property name matches a system property.
1404GetItemRevisionByItemIterationIDFailedItem revision could not be retrieved.
1405BadItemIterationIdItem version identified incorrectly.
1406ItemNumberInUseThe Item Number entered is already in use.
1407RevisionSequenceSchemeLengthGreaterThan16The character number of Item revision sequence scheme can't be larger than 16.
1408GetRollbackItemLifeCycleStatesInfoFailedCould not retreive rollback information.
1409RollbackItemLifeCycleStatesFailedLifeCycle state rollback failed.
1410RollbackItemLifeCycleStatesCancelFailedRollback operations cancelled, remove locks.
1411GetItemRefDesPropertiesFailedCould not retrieve Reference Designator properties.
1412GetAllItemRefDesPropertyDefinitionsFailedCould not retrieve Reference Designator property definitions.
1413DuplicateBomSchemeNameUnused
1414GetItemDuplicateCandidatesFailedUnused
1415ReassignComponentsToDifferentItemsFailedCould not reassign links.
1416GetReleasedRevisionsFailedCould not retrieve revision information.
1417GetBOMFailedNothingEffectiveNo Effective BOM for the date provided.
1418GetDWFWatermarksByItemIdFailedCould not retrieve Watermark information.
1419CreateDWFWatermarkDefinitionFailedCould not create watermark.
1420GetAllDWFWatermarkDefinitionsFailedCould not retrieve watermark definitions.
1421GetDWFWatermarkByFileIterationIdCould not retrieve Watermark information.
1422GetEnableDWFWatermarkingFailedCould not retrieve Watermark information.
1423SetEnableDWFWatermarkingFailedCould not set Watermark information.
1424UpdateDWFWatermarkDefinitionsFailedCould not update Watermark information.
1425BadFileIterationIdFile version identified incorrectly.
1426WatermarkRetrievalFailedCould not retrieve Watermark information.
1427DuplicateConstraintDefForPropertyCould not create a property constraint for the property because one of the some type already exists.
1428InvalidStringLengthThe string length is outside the allowable limits.
1429IllegalUseOfNullThe supplied Null is not an acceptable value.
1430PropertyDefinitionDoesNotExistThe property referenced definition does not exist.
1431ItemTypeDoesNotExistUnused
1432InvalidConstraintExpressionThe value supplied for the constraint expression is invalid.
1433GetItemPackAndGoInfoFailedUnable to retrieve pack and go information.
1434InvalidPropertyConstraintEntityTypeIdThe supplied Item Type ID is not valid for the property constraint.
1435InvalidSortExpressionThe supplied sort expression is not valid.
1437BadUnitOfMeasureIdInvalid unit of measure ID.
1440GetItemMasterIdsForItemHistoryPurgeFailedItem History purge failed
1441PurgeItemHistoryByItemMasterIdFailedUnable to purge item history by item master ID
1442GetEnablementConfigurationFailedCould not retrieve the Enablement configuration setting.
1443SetEnablementConfigurationFailedCould not set the Enablement configuration setting.
1445GetItemRevisionByItemNumberAndRevisionNumberFailedThe item number and/or revision number entered cannot be found.
1446GetItemAssignmentRestrictionsFailedCould not retrieve the item assignment restrictions.
1447SetItemAssignmentRestrictionsFailedCould not set the item assignment restrictions.
1448GetItemBOMLinksFailedAn error occurred while attempting to get item BOM links.
1450ImportItemDataFromXMLFailedUnable to import item data from XML
1451ExportBOMDataToXMLFailedUnable to export BOM data to XML
1452ImportBOMDataFromXMLFailedUnable to import BOM data from XML
1453ExportBOMOtherDataToXMLFailedUnable to export BOM other data to XML
1454ImportBOMOtherDataFromXMLFailedUnable to import BOM other data from XML
1455ItemProvisionalComponentDataInvalidThe file was added in a way that did not include the correct item data.
1456ExportPropDefDataToXMLFailedProperty definition data export failed
1457ImportPropDefDataFromXMLFailedProperty definition data import failed
1458ExportBOMCompRefDesDataToXMLFailedBOM component reference designator data export failed
1459ImportUOfMDataFromXMLFailedImport unit of measure data failed
1460GetItemAssignmentBehaviorCould not retrieve the "Item Assignment Behavior" setting
1461SetItemAssignmentBehaviorCould not set the "Item Assignment Behavior" setting
1464BadBOMComponentIdBOM component identified incorrectly. Please refresh and try again
1465BOMComponentAlreadyLinkedToItemBOM component is already linked to an item
1468ExternalComponentUnassignableA child component is unassignable. Please check-out and check-in the target and parent files using the appropriate add-in
1469SubcomponentLinksNotAllowedThe current server configuration does not allow subcomponent links.
1500System_ErrorA system level error occurred while trying to communicate with the Queue.
1507CreateDWFPackageErrorAn error occurred while attempting to create a DWF package.
1524InvalidImportFileFormatAn error occurred while attempting to Import the file due to unsupported file format.
1525NoItemExistsAn error occurred because no valid items exist.
1526InvalidItemExistsAn error occurred because of invalid items.
1527InvalidBOMStructureAn error occurred because of an invalid BOM structure.
1528ReadCSVFileFailedAn error occurred while attempting to read the CSV file.
1529ReadTDLFileFailedAn error occurred while attempting to read the TDL file.
1530ReadXmlFileFailedAn error occurred while attempting to read the XML file.
1531ReadDwfFileFailedAn error occurred while attempting to read the DWF file.
1532WriteCSVFileFailedAn error occurred while attempting to write the CSV file.
1533WriteTDLFileFailedAn error occurred while attempting to write the TDL file.
1534WriteXmlFileFailedAn error occurred while attempting to write the XML file.
1535WriteDwfFileFailedAn error occurred while attempting to write the DWF file.
1536AttachmentNotFoundAn error occurred because no attached file was found.
1538GetERPFileFromStoreFailedAn error occurred while attempting to get the file from the ERP File Store.
1539InvalidMappingInfoAn error occurred because the mapping information was invalid.
1540CreateTempItemsAndBOMFailedAn error occurred during Import while attempting to create temporary Items.
1541UpdateTempItemsAndBOMFailedAn error occurred during Import while attempting to update temporary Items.
1542CommitItemsAndBOMFailedAn error occurred during Import while attempting to commit temporary Items.
1544GetExportItemInfoFailedAn error occurred while attempting to get Item information.
1549InvalidFileTypeAn error occurred because the file was of the wrong specified format.
1550DirectoryNotExistAn error occurred because the specified directory does not exist.
1551BomStructureEmptyAn error occurred because the specified BOM information is empty.
1552ItemStructureEmptyAn error occurred because the specified Item information is empty.
1553DataMapEmptyAn error occurred because the specified Mapping Information is empty.
1554SendResultsEmailFailedAn error occurred while trying to send the email.
1555SendResultsEmailAttachmentsErrorAn error occurred while trying to send the email attachments.
1600StateHasChangedThe state has changed since the last refresh so the action is not valid.
1601ActionDeniedOBSOLETE
1602UpdateDeniedAn update was attempted to the change order that is not permitted in the current state for the current user.
1603BadApproveDeadlineThe approval deadline is in the past
1604BadChangeOrderIdNo such change order exists with the specified ID
1605BadNumberingSchemeIdNo such numbering scheme exists for change orders with the specified ID
1606BadRoutingIdNo routing exists for the change order process with the specified ID
1607ChangeOrderNumberExistsCannot add a change order since the change order number already exists.
1608GetChangeOrderFailedCould not find the specified change order
1609AddChangeOrderFailedUnable to add change order
1610MissingMasterItemIdThe change order must contain at least one item.
1611ChangeOrderLockedThe change order is locked by another user
1612ItemOnAnotherChangeOrderThe item is being managed by another change order
1613AddChangeOrderTypeFailedA change order type defines a set of properties that should be attached to a change order.
1615NumberingSchemeInUseThe numbering scheme cannot be modified or deleted because it is in use.
1616GetAllChangeOrderTypesFailedCould not get change order types
1617UpdateChangeOrderTypeFailedCould not update default properties for change order type.
1618GetChangeOrderNumberFailedCould not get a number for a change order
1628CannotEditItemCannot make item on change order editable
1629SetChangeOrderItemEditableFailedFailed to make item on change order editable/not editable.
1630OwnerMustBeChangeRequestorThe change order creator cannot have change requestor role revoked.
1631NonChangeRequestorDeniedYou must have the Change Requestor role on this change order's routing to perform the operation.
1633RestrictionsOccurredRestrictions have occurred. More information available in SoapException detail.
1634ItemObsoleteYou cannot add obsolete items to a change order
1635GetChangeOrderNumberSchemeStartFailedused as IDS_NUMBERINGSCHEME_GET_STARTNUMBER_FAILED in Change Order world.
1636GetChangeOrderNumberSchemeStartFailedProviderDoesNotSupportused as IDS_NUMBERINGSCHEME_GET_STARTNUMBER_PROVIDER_ERROR in Change Order world.
1637SetChangeOrderNumberSchemeStartFailedused as IDS_NUMBERINGSCHEME_SET_STARTNUMBER_FAILED in Change Order world.
1638SetChangeOrderNumberSchemeStartFailedProviderDoesNotSupportused as IDS_NUMBERINGSCHEME_SET_STARTNUMBER_PROVIDER_ERROR in Change Order world.
1639SetChangeOrderNumberSchemeStartFailedStartNumberMustBeGreaterThanCurrentused as IDS_NUMBERINGSCHEME_SET_STARTNUMBER_LESS_ERROR in Change Order world.
1640GetChangeOrderNumberFailedAutoFieldNumberUsedUpused as IDS_CHANGEORDER_CREATE_FAILED in Change Order world.
1641GetRollbackItemLifeCycleStatesInfoFailedCould not retreive rollback information.
1642RollbackItemLifeCycleStatesFailedLifeCycle state rollback failed.
1643RollbackItemLifeCycleStatesCancelFailedRollback operations cancelled.
1644ChangeOrderNotActiveChange Order is not active.
1645ItemNotOnChangeOrderItem is not on the Change Order.
1646GetUserDefinedPropertyDefinitionIdsByChangeOrderTypeIdFailedCould not get item related user defined property definitions for change order type.
1647DeleteChangeOrderFailedDelete operation failed.
1648NonResponsibleEngineerDeniedUser must be assigned the role of Responsible Engineer.
1649GetAllPropertyDefinitionsFailedCould not get all change order property definitions.
1650GetItemPropertyDefinitionsFailedCould not get item property definitions
1651GetAllUserDefinedPropertyDefinitionsFailedCould not get user defined property definitions
1652AddCustomPropertyDefFailedFailed to add the custom property definition.
1653AddItemUserDefinedPropertyDefinitionsFailedUnable to add user defined property definition to item
1654GetPropertiesByChangeOrderIdsFailedUnable to get properties by change order ID
1655GetItemPropertiesByChangeOrderIdsAndItemIdsFailedUnable to get properties by change order ID and item ID
1656InappropriateRoutingThe change order routing selected is not appropriate to work with item.
1657IllegalNullParamAn expected parameter value was not provided.
1658GetMarkupFolderFailedUnable to get markup folder
1659NoMarkupFolderUnable to get markup folder
1660InvalidMarkupFolderIDInvalid markup folder
1661SetMarkupFolderFailedInvalid markup folder
1664GetRequireReviewLifeCycleStateBeforeChangeOrderReviewFailedCould not get the Require Review Lifecycle state before Change Order review.
1665SetRequireReviewLifeCycleStateBeforeChangeOrderReviewFailedCould not set the Require Review Lifecycle state before Change Order review.
1666GetDefaultWorkflowFailedUnable to get default workflow
1667SetDefaultWorkflowFailedUnable to set default workflow
1668GetAllActiveWorkflowsFailedUnable to get all active workflows
1669GetWorkflowInfoFailedUnable to get workflow info
1670GetChangeOrderMarkupFolderIdFailedUnable to get change order Markup folder ID
1671SetChangeOrderMarkupFolderIdFailedUnable to set change order Markup folder ID
1674NoDefaultWorkflowNo default workflow available
1675BadWorfklowIDInvalid workflow ID pattern/format
1676GetInitialWorkflowFailedUnable to get initial workflow
1677BadWorkflowRoleIDInvalid workflow role ID
1678BadWorkflowActiveIDInvalid WorkFlowActiveID.
1679ItemlessChangeOrderSystem is configured so Change Orders with no associated items cannot be transitioned out of Work state.
1680AddCommentDeniedUnable to add comment
1681AddCommentFailedUnable to add comment
1682GetChangeOrderMarkupFolderConfigurationFailedUnable to get the change order markup folder configuration
1683SetChangeOrderMarkupFolderConfigurationFailedUnable to set the change order markup folder configuration
1684AddMarkupFailedUnable to add a markup
1685AddMarkupDeniedUnable to add a markup
1686NullMsgComponentsMessage components are null
1687BadDateBad date format
1688CheckoutFileToChangeOrderChange order cannot be created because the file is checked out.
1689FileOnAnotherChangeOrderThe file is currently on another change order.
1690ChangeOrderWithCheckoutFileCannotCloseOrCancelChange order cannot be closed or cancelled because file linked with the change order is checked out.
1691DeleteItemUserDefinedPropertyDefinitionsFailedCould not delete item user defined property definition.
2000PublishPackageFailedThe publish operation failed due to some underlying exception.
2001PublishDataAlreadyExistsAn attempt to publish new data failed because it would overwrite existing data
2002PublishOutOfSyncObjectAn attempt to re-publish data failed because it has become out of date.
2003PublishLinkToSelfAttempt to publish with a derived link to self.
2010WriteLibraryInfoFailedAn error occurred while trying to write LibraryInfo object to library.
2011ReadLibraryInfoFailedAn error occurred while trying to read LibraryInfo object from library.
2012LibraryIdNotFoundThe specified library ID was not found.
2019InvalidFamilyAspectThe specified aspect name is either not supported or is being used improperly.
2020ObjectDataNotFoundAn attempt to get or delete the specified object data, or to get its version failed because no such object exists.
2021AddCategory_ParentNotFoundAn attempt to add a child category failed because its parent does not exist.
2022UpdateCategory_CategoryNotFoundCategory not found.
2023AttachLibrary_GeneralFailureUnused
2024AttachLibrary_CheckFileExistenceUnused
2025AttachLibrary_DataFileNotFoundUnused
2026AttachLibrary_InitializeRolesAndPermissionsUnused
2027AttachLibrary_AttachKnowledgeVaultUnused
2028AttachLibrary_ReadLibraryInfoUnused
2029AttachLibrary_MissingLibraryInfoUnused
2030AttachLibrary_PrepareKnowledgeVaultMetaDataUnused
2031AttachLibrary_WriteKnowledgeVaultMetaDataUnused
2032AttachLibrary_UpdateLibraryUsersUnused
2033CreateLibrary_GeneralFailureUnused
2034CreateLibrary_InitializeRolesAndPermissionsUnused
2035CreateLibrary_AddKnowledgeVaultUnused
2036CreateLibrary_PrepareLibraryInfoUnused
2037CreateLibrary_WriteLibraryInfoUnused
2038CreateLibrary_PrepareKnowledgeVaultMetaDataUnused
2039CreateLibrary_WriteKnowledgeVaultMetaDataUnused
2040CreateLibrary_UpdateLibraryUsersUnused
2041UpdateLibraryUsers_MissingUsersUnused
2042UpdateLibraryUsers_AddFailedUnused
2043DetachLibrary_DatabaseNotFoundUnused
2044TableOfContents_NoLanguageSpecifiedA null or empty lang string was passed to GetTableOfContents
2045CreateLibrary_AlreadyExistsUnused
2050InvalidSchema_NotCompiledThe schema has not been compiled.
2051InvalidSchema_NoNamespaceThe 'targetNamespace' attribute of the schema must be specified and be unique.
2052InvalidSchema_UnsupportedRestrictionThe restriction is not currently supported.
2053InvalidSchema_UnsupportedSimpleTypeSimple type is currently not supported.
2054InvalidSchema_UnsupportedRestrictionTypeOnly simple types are supported when specifying XSD type restrictions.
2055InvalidSchema_UnsupportedDataTypeThe data type is currently not supported.
2056InvalidQuery_MissingRootNodeSearch was not called with proper query xml
2057InvalidQuery_NoReturnValuesSearch did not specify anything to return
2058InvalidQuery_MissingFieldSpecifierExternal field specifier is missing.
2059InvalidQuery_UnsupportedDataTypeThe data type is not supported.
2060InvalidQuery_MissingReturnPropertySearch did not fully specify a return value
2061InvalidQuery_DuplicateReferenceSearch specified a duplicate reference in a return value
2062InvalidQuery_InvalidFieldReferenceSearch referenced a return value that does not exist
2063InvalidQuery_MissingOperatorSearch constraint did not specifiy an operator
2064InvalidQuery_MissingSearchCriterionSearch constraint did not specify a value
2065InvalidQuery_MissingPropertyRelationThe correct property relation must be specified.
2066InvalidQuery_UnsupportedSystemPropertySearch returns or is constrained by a a property that does not exist
2067InvalidQuery_InvalidSchemaNamespaceThe namespace does not have an associated schema.
2068InvalidQuery_InvalidPropertyThe property does not have a field associated with it.
2069InvalidQuery_InvalidRelationThe relation does not have a table associated with it.
2070Resource_MissingResourceIDResource ID not specified.
2071Resource_StringsNotFoundUnable to get the string resource(s) for the specified resource ID
2072Resource_LocaleNotFoundUnable to get the string value for a resource in the specified language.
2073InvalidResource_MissingRootNodeMissing root node in the document.
2074InvalidResource_LocaleMismatchA different number of locales are supported for different strings. All strings must support the same locales.
2075InvalidResource_MissingLocaleMissing locale.
2076QueryExecutionErrorSearch resulted in a SQL error
2077InternalErrorInternal indexing error.
2078InvalidQuery_UnknownCategoryParameterSearch contained an unknown category parameter
2079InvalidQuery_InvalidNumberOfValuesThe number of values specified is invalid.
3000XmlSchemaIsInvalidInvalid schema
3001XmlNamespaceIncorrectXML error - namespace is incorrect
3002FailedToFindPropertyDefinitionProperty definition not found.
3003InvalidParameterInputInvalid parameter input.
3004InternalErrorInternal Error.
3005UnknownEntityClassInvalid Entity Class.
3006UnknownEntityClassIdEntity Class not found.
3007UnknownPropertyDefinitionIdInvalid Property Definition Id.
3008InvalidPropertyDefDataTypeMappingInvalid Property Definition mapping - data types must match.
3009EntityDataCreationFailedEntityData creation failed.
3010InvalidTargetRollbackLifecycleStateThere is no valid lifecycle state to rollback to.
3011LifeCycleChangesRestrictedToChangeOrderManual lifecycle state changes are prohibited. Please contact your administrator.
3100BadLifecycleDefinitionIdThe specified lifecycle definition could not be found.
3101BadStateIdThe specified lifecycle state could not be found.
3102BadTransitionIdThe specified lifecycle transition could not be found.
3104AddLifeCycleStateTransitionFailedAn error occurred while adding lifecycle state transition.
3105AddLifeCycleStateFailedAn error occurred while adding lifecycle state.
3106AddLifeCycleDefinitionFailedAn error occurred while adding lifecycle definition.
3107AddLifeCycleStateTransitionACLFailedAn error occurred while adding lifecycle state transition ACL.
3108InvalidUserNameThe specified user name is not valid.
3109CannotChangeDefinitionToItselfAlready in the to lifecycle definition.
3110InvalidDefinitionChangeThe to lifecycle definition is not in the avaliable lifecycle definition list.
3111InvalidStateTransitionLifecycle state transition not defined.
3115DuplicatedStateDisplayNameThe lifecycle state name already exists.
3116DuplicatedDefinitionDisplayNameThe lifecycle definition name already exists.
3120LifecycleDefinitionAlreadyExistsThe lifecycle definition already exists.
3121LifecycleStateAlreadyExistsThe lifecycle state name already exists in this definition.
3122LifecycleStateTransitionAlreadyExistsThe lifecycle state transition already exists.
3123RulePropDefDoesNotExistThe property does not exist for the lifecycle definition condition.
3124LifecycleDefinitionBeyondMaxLengthThe lifecycle definition name specified is too long.
3125TransitionSourceStateNotExistThe source lifecycle state in the transition does not exist.
3126TransitionDestinationStateNotExistThe destination lifecycle state in the transition does not exist.
3127TransitionCrossLifecycleDefinitionTransition with two lifecycle states belonging to two different lifecycle definitions is not allowed.
3129LifecycleStateToAndFromStatesAreIdenticalThe lifecycle to and from states are identical.
3130InvalidPurgeRestrictionOptionThe purge restriction option is invalid for the lifecycle.
3200StateIsNotUniqueLifecycle state name is not unique
3201InitialStateNotExistInitial state does not exist in lifecycle states
3202FromStateNotExistFrom state does not exist in lifecycle states
3203ToStateNotExistTo state does not exist in lifecycle states.
3204FromStateEqualToStateFrom state and to state cannot be the same.
3205FromStateToStateNotUniqueComposite of StateTransition/FromState and StateTransition/ToState must be unique
3206DefinitionDisplayNameResourceNotExistDefinition's display name resource doesn't exist
3207DefinitionDisplayNameResourceIsEmptyDefinition's display name resource is empty
3208DefinitionDescriptionResourceNotExistDefinition's description resource doesn't exist
3209StateDisplayNameResourceNotExistState's display name resource doesn't exist
3210StateDisplayNameResourceIsEmptyState's display name resource is empty
3211StateDescriptionResourceNotExistState's description resource doesn't exist
3212ValueResourceNotExistComment's value resource doesn't exist
3213NeedOneDefaultCommentOne state has no default comment or has more than 1 default comment
3214InvalidCriteriaRule's property name is invalid
3215RulePropDefDoesNotExistRule's property definition cannot be found
3217RevisionDefinitionBeyondMaxLengthThe revision scheme format exceeded the max allowed length
3300RevisionSequenceInUseCannotBeRemovedRevision Scheme Format is used by revision scheme definition and cannot be deleted.
3304RevisionSequenceInUseCannotBeUpdatedRevision Scheme Format is used by revision scheme definition and cannot be edited.
3306BadRevisionDefinitionIdRevision Scheme not found.
3307BadRevisionSequenceIdRevision Scheme Format not found.
3308RevisionSequenceDuplicateNameThe Revision Scheme Format already exists.
3309RevisionDefinitionDuplicateNameThe Revision Scheme Definition already exists.
3310SeparatorNotValidThe delimiter is invalid.
3311SeparatorExistInRevisionSequenceThe revision sequence contains characters that incompatible with the revision level delimiter.
3312InvalidLabelThe scheme sequence value is invalid.
3313RevisionLabelIsNullOrEmptyThe Revision Scheme Format has null or empty scheme sequence value.
3314RevisionLabelBeyondMaxLengthThe scheme sequence value is beyond the max length.
3315RevisionLabelDuplicateThe scheme sequence value already exists.
3316BadStartLabelThe Revision Scheme Format has an error in the default scheme sequence value.
3317RevisionDefinitionBeyondMaxLengthThe Revision Scheme Format exceeded the max allowed length.
3321InvalidDefinitionChangeInvalid Revision Definition change.
3322InvalidRevisionNumberInvalid Revision number.
3330GetRevisionDefinitionIdsByMasterIdsFailedAn error occurred while getting revision definitions being used by the given objects.
3331GetNextRevisionNumbersByMasterIdsFailedAn error occurred while getting next revision numbers.
3333SetRevisionNumberFailedAn error occurred while setting revision number.
3334SetRevisionNumbersFailedAn error occurred while setting revision numbers.
3335SetRevisionDefinitionAndNumbersFailedAn error occurred while setting revision definition and numbers.
3336GetAllRevisionDefinitionInfoFailedAn error occurred while getting all revision definition information.
3337GetRevisionDefinitionInfoByIdsFailedAn error occurred while getting revision definition information.
3338AddRevisionDefinitionFailedAdd Revision Scheme Definition Failed.
3339UpdateRevisionDefinitionFailedUpdate Revision Scheme Definition Failed.
3340DeleteRevisionDefinitionFailedDelete Revision Scheme Definition Failed.
3341AddRevisionSequenceFailedAdd Revision Scheme Format Failed.
3342UpdateRevisionSequenceFailedUpdate Revision Scheme Format Failed.
3343DeleteRevisionSequenceFailedDelete Revision Scheme Format Failed.
3344SystemRevisionSequenceNotExistSystem Revision Scheme Format does not exist.
3345ImportRevisionDefinitionFailedImport Revision Scheme Definition Failed.
3346RevisionDefinitionAlreadyExistsScheme already exists.
3400RevisionDefinitionDisplayNameNotUniqueRevision definition display name should be unique.
3401RevisionDefinitionDisplayNameIsEmptyDefinition display name is empty.
3402RevisionDefinitionDisplayNameBeyondMaxLengthDefinition display name is too long.
3403RevisionDefinitionDisplayNameResourceNotExistDefinition display name's resource doesn't exist.
3404RevisionDefinitionDisplayNameResourceIsEmptyDefinition display name's resource is empty.
3405RevisionDefinitionDescriptionResourceNotExistDefinition description's resource doesn't exist.
3406RevisionDefinitionNameIsNullOrEmptyDefinition name is null or empty.
3407RevisionDefinitionNameIsNotUniqueDefinition name is not unique.
3408RevisionDefinitionNameBeyondMaxLengthDefinition name is too long.
3409RevisionSequenceNotExistThe sequence the definition refers to does not exist
3410RevisionSequenceDisplayNameNotUniqueSequence display name isn't unique.
3411RevisionSequenceDisplayNameIsEmptySequence display name is empty.
3412RevisionSequenceDisplayNameBeyondMaxLengthSequence display name is too long.
3413RevisionSequenceDisplayNameResourceNotExistSequence display name's resource doesn't exist.
3414RevisionSequenceDisplayNameResourceIsEmptySequence display name's resource doesn't exist.
3415RevisionSequenceDescriptionResourceNotExistSequence description's resource doesn't exist.
3416RevisionSequenceNameIsNullOrEmptySequence name is null or empty.
3417RevisionSequenceNameIsNotUniqueSequence name is not unique.
3418RevisionSequenceNameBeyondMaxLengthSequence name is too long.
3419RevisionLabelIsTooLessThe number of labels should be more than 1
3420NeedOneDefaultRevisionLabelno or more than one default label
3421RevisionLabelIsEmptyRevision label is empty.
3422RevisionLabelIsInvalidLabel does not meet the pattern
3423RevisionLabelIsNotUniqueLabel is not unique
3424RevisionLabelBeyondMaxLengthLabel is too long.
3425RevisionCommentValueIsEmptyComment value is empty.
3426RevisionCommentValueBeyondMaxLengthComment value is too long.
3427RevisionCommentValueResourceNotExistComment value resource doesn't exist.
3428RevisionCommentValueResourceIsEmptyComment value resource is empty.
3429NeedOneDefaultRevisionCommentNo or more than 1 default comment
3430RevisionDefinitionDescriptionBeyondMaxLengthDescription is too long.
3431SeparatorExistInRevisionSequenceSeparator exists in revision labels
3432SeparatorNotValidSeparator is not valid.
3433SeparatorIsEmptySeparator is empty.
3434SchemaIsInvalidSchema is invalid.
3500BehaviorClassDoesNotSupportRulesThe behavior class configuration does not support rules.
3501UnknownBehaviorClassThe behavior class is not in the list of known behavior classes.
3502UnknownBehaviorClassIdThe behavior class ID is not valid.
3503FailureToGetBehaviorTypeThe behavior class type was not found.
3504FailureToCreateBehaviorClassInstanceThere was a failure while trying to create a behavior class instance.
3505FailureToGetPropertySetIdThere was a failure while trying to get the behavior property set ID.
3506BehaviorClassFailedToProvideBehaviorViewThe behavior class failed to provide a view to get the behaviors.
3507UnknownBehaviorThe behavior does not exist.
3508BehaviorCannotBeAssignedAsDefaultAll available default behaviors for the Entity class are filled.
3509BehaviorAlreadyAssocToEntityClassThe behavior is already associated with the Entity class.
3510UnknownEntityAssocTableInvalid Entity Association table.
3511InvalidBehaviorsForAssocToEntityClassThe behaviors are not associated with the Entity class.
3512TooManyDefaultBehavoirsAssignedThere is an attempt to associate too many default behaviors with the Entity class.
3513ZeroDefaultBehaviorsNoAllowedThere are no default behaviors assigned to the Entity class and the AllowNone option is set to false.
3514UnknownBehaviorIdThe behavior ID was not found.
3515CannotDeleteBehavior_InUseByEntityThe behavior cannot be deleted as it is being used by an Entity.
3516CannotDeleteBehavior_InUseByAnotherBehaviorThe behavior cannot be deleted as it is being referenced by another behavior.
3517CannotDeleteBehavior_ItIsAnEntityClassDefaultThe behavior cannot be deleted as it is the default behavior for an Entity.
3518CannotDeleteBehavior_ReasonUnknownThe behavior cannot be deleted due to unknown reasons.
3519UnknownBehaviorIdOrIsNotAssocToEntityClassThe behavior is unknown or is not associated with an Entity Class.
3600InvalidPropertySetGUIDInvalid property set ID
3601BehaviorClassNameNotProvidedBeahvior class name is not available
3603PropertyDefsCannotBeAssignedCan not assign property definitions
3604PropertyDefDisplayNameNotProvidedProperty definition display name is not provided
3605TooManyDefaultBehaviorsAssignedMore than one default behavior found
3700UnknownCategoryIdThe behavior is unknown or is not associated with an Entity Class.
3701CategoryToCopyNotAssocToEntityClassThe category to copy is not associated with the entity class.
3702FailureToFindCategoryRuleSetThe category ruleset was not found.
3703FailureToFindCategoryForEntityThe category for the entity was not found.
3704CategoryIdNotAssocToEntityClassThe category is not associated with the Entity class.
3705CategoryAlreadyExistsThe category already exists.
3706UnknownCategoryThe category is invalid.
3707EntityClassDoesNotSupportCategoryRulesThe entity class does not support the category rules.
3708EntityIdDoesNotMatchEntityClassThe EntityID does not match the entity class.
3709CategoryCfgCopyFailedThere was a failure while trying to copy the category configuration.
3710CategoryUpdateFailedThere was a failure while trying to update the category.
3711InvalidCategoryDisplayNameCategory name is invalid
3800CategoryDisplayNameNotProvidedCategory display name is not provided
3801InvalidColorCategory color is invalid
3802UnknownSupportedBehaviorClassSupported behavior class is unknown
3803MissingRequiredBehaviorRequired behavior is missing
3804TooManyDefaultBehaviorsAssignedThere is an attempt to associate too many default behaviors with the behavior class.
3805RulePropDefDoesNotExistThe property definition for the rule doesn't exist.
3806UnknownCategoryThe category ruleset does not have a valid category.
3900UpdatePropertyDefMappingsFailedAn error occurred while attempting to update the property mappings.
3901DuplicateMappingMapping already exists.
3902NotUserDefinedPropertyDefProperty def is not user defined.
3903SelfMappingProperty defintion cannot map to itself.
3904NotFileIterationPropertyDefUDP mapping must be to an file property.
3905NotIndexedFilePropertyUDP mapping must be to an indexed file property.
3906GetUserDefinedPropertyDefinitionsFailedAn error occurred while attempting to retrieve the property defintion.
3907UpdateUserDefinedPropertyDefFailedAn error occurred while attempting to update the property defintion.
3908UpdatePropertyValuesFailedAn error occurred while attempting to update the property value(s).
3909GetPropertyDefDeleteRestrictionsFailedAn error occurred while attempting to get the restrictions of the deleting property definition.
3910DeletePropertyDefsFailedAn error occurred while attempting to delete the property definition(s).
3911AddOrRemovePropertyFailedAn error occurred while attempting to add or remove properties.
3912AddPropertyConstraintsFailedAn error ocurred while attempting to add property constraints.
3913UpdatePropertyConstraintsFailedAn error ocurred while attempting to update property constraints.
3914DeletePropertyConstraintsFailedAn error ocurred while attempting to delete property constraints.
3915GetPropertyConstraintFailuresFailedAn error ocurred while attempting to get property constraint failures.
3916CreateUserDefinedPropertyDefinitionsFailedAn error ocurred while attempting to create the property definition.
3917InvalidOperationOnSpecificConstraintTypeUnsupported operation happens on this type of property constraint.
3918DuplicateDisplayNameThe display name already exists.
3919GetPropertyDefinitionsFailedAn error occurred while attempting to retrieve property defintions.
3920EntityClassIdDoesNotExistEntity Class not found.
3921UserDefinedPropertyDefIdDoesNotExistUser Defined Property not found.
3922UserDefinedPropertyDefIdHasAnAssignedEntityClassUser Defined Property definition already has an assigned Entity Class.
3923DisplayNameCollisionThe display name matches a user defined property.
3924InvalidMappingTarget_TOPropertyIsReadOnlyCertain Inventor file properties are read-only. Trying to write to them will throw exceptions (from Inventor APIs), so we should not allow mappings TO them. This message will probably never get used, since the client should not allow users to create such a mapping. This is a temporary solution for the May 2008 release. The property subsystem should account for read-only properties in the Sydney release, thus removing the need for this Inventor-specific logic.
3925InvalidMapping_DifferentDatatypesMapping properties of different data types is not supported.
3926CheckCompliancesFailedAn error ocurred while attempting to check compliance for related entities.
3927DuplicateListValueProperty list values contains duplicates
3928ListDoesNotIncludeDefaultValueProperty list does not include a default value
3929InvalidMappingTarget_FROMPropertyNot all property definitions can be used as from mapping targets.
3930InvalidMappingTarget_TOPropertyNot all property definitions can be used as to mapping targets.
3931NonCompliantConstraintWithDefaultValueNew constraint can't be added or new default vaule can't be updated if the default value is not compliant with it.
3932UpdatedValueNotIncludedInListThe updated property value must be one of the value list for property definition of list type.
3933UpdatePropertiesFailedAn error occurred when editing properties.
4000InputConfigSectionCanNotBeNullInput config section can not be null.
4001InvalidPropertySetGUIDInvalid PropertySetId.
4002UDPDefintionNameCanNotBeEmptyUser defined property's name can not be empty.
4003UserDefinedPropertyDefaultValueRequiredUser defined property's default value required.
4004ValueExpressionNotParseableThe expression cannot be parsed to the data of '{1}' type.
4100NumberingSchemeNameIsEmptyXML error - numbering scheme name is empty
4101NumberingSchemeNameIsNotUniqueXML error - numbering scheme name is not unique
4102NoDefaultNumberingSchemeXML error - default numbering scheme is not found
4103MoreThanOneDefaultNumberingSchemeXML error - more than one default numbering scheme is found
4104NumberingSchemeNamespaceIsEmptyXML error - numbering scheme namespace is empty
4105InvalidNumberingSchemeFieldIndexXML error - numbering scheme field index is invalid
4106AtLeastOneFieldIsRequiredInNumberingSchemeXML error - numbering scheme must contain at least one field
4107NumberingSchemeResourceCouldNotBeFoundByKeyNumbering scheme resource couldn't be found
4108NumberingSchemeDuplicatedResourceKeyXML error - numbering scheme has duplicate resource key
4110EntityClassDoesNotSupportReuseThe entity class does not support numbering reuse.
4111NumberingFieldsDoNotAllowReuseThe numbering fields selected do not allow numbering reuse.
4112NumberingSchemeProviderCouldNotBeLoadedNumbering scheme provider could not be loaded.
4200InvalidXmlNamespaceInvalid xml namespace
4201SchemeValidationErrorValidation error
4403UnknownWorkgroupWorkgroup is not known to the ADMS.
4408WorkgroupIsPublisherThe publishing workgroup cannot be the target of this operation.
4410WorkgroupExistsThe SQL server is already an ADMS workgroup.
4411NotFullSQLThe SQL server edition does not support replication.
4412ConfigurationErrorThe workgroup replication configuration file is missing needed information.
4413ReplicationEnabledThis operation cannot be performed while workgroup replication is enabled.
4414SubscribingWorkgroupsReplication cannot be disabled because subscribing workgroups exist.
4415SubscriberCleanupErrorUnable to clean up replication database on subscribing database server.
4416ReplicationNotEnabledWorkgroup replication is not enabled.
4417SubscriptionNotActiveThe replicated database is not yet active.
4418ServerConnectionFailureOrChangesPendingSome subscriber workgroups are offline, or there are data changes that haven't yet been replicated between the publisher and the subscribers.
4419DatabaseReplicationEnabledThe database is currently replicated to other workgroups.
4420WorkgroupIsSubscriberThis operation could not be processed at any publisher sites.
4421SubscriberSqlVersionMismatchSubscribing workgroups must have the same version of SQL Server as the publishing workgroup.
4424DatabaseNotReplicatedThe database has not been replicated to the workgroup specified.
4425DatabaseInvalidCharactersThe database name contains one or more characters unsupported by replication.
4500UnknowPropertyDefinitionUnknown property definition
4501UnknowContentSourceUnknown content source
4600InvalidSystemNameSystems names set through the API must be a GUID, "D" format.
4601DatabaseTakeOnlineFailedThe database could not be brought online at the new location(s).
4602InvalidSearchOperationThe specified search operation is not supported for this data type.
4608QuevedEventDoesntExistThe selected job was previously deleted.
4609AccountExistsThe account name is already associated with another user.
4610ProfileAttributeDefExistsA profile attribute definition with this name already exists.
4612EntityNotLockedEntity is not available for editing.
4613EntityLockedByOthersEntity is locked by another user.
5000RequiredQueryParameterIsMissingThe required query parameter is missing from the request.
5001RequiredPathParameterIsMissingThe required path parameter is missing from the request.
5002InvalidRequestPathThe request path is invalid.
5004RequestedResourceNotFoundForTheGivenIdResource is not found for the given id.
5005InvalidDataFormatThe data format is incorrect.
8000TicketInvalidYou currently don't have permissions to download this file. Contact your admin for support.
8001CannotSyncConfigurationThere was a problem updating the configuration file.
8002FileMissingFromStoreThe requested file was missing from the file store.
8003DataManagerNotConfiguredThe file store server needs to be configured with a data management server.
8004SiteSigninErrorSite authentication failed.
8005WebServiceErrorThere was a failure during the communication with the web services.
8006UnregisteredExternalFileUploaderThe External File Uploader is not registered.
8007ExternalFileUploaderNotInstalledThe registered External File Uploader could not be located.
8008UploadExternalFileFailedAn error occured while uploading the file.
8009InvalidFileStoreDirectoryThe selected filepath does not contain the pre-defined File Store directory.
8010SerializationFailedSome file properties contain invalid characters.
8011AutodeskUserNotFoundAutodesk ID authentication failed.
10001GenericErrorGeneric Error
10002PasswordErrorGiven password does not meet minimum requirements.
10003RateLimitErrorToo many requests have been received.
10004DenyListErrorSome API/requests cannot be accessed.
10005VaultServerUnavailableVault Server unavailable.
10006LocalAgentUnavailableResponse from Local Agent was not received.
10007RequestEntityTooLargeSelected file size has exceeded the allowable size limit.
10201BadServiceAccountTokenErrorA sign-in error occurred.
10203EntitlementMissingErrorThis account doesn't have access to Vault Gateway. Vault Gateway requires a subscription to Vault Professional.
10204AccountHasBeenUsedErrorThis service account is being used for another Vault Gateway.
10205AccountIsNotTeamMemberThis service account is not a member of the selected team.
328LicensingSDKUntrustedIt appears that this software isn't valid, which increases your risk of malware exposure and data loss. We recommend uninstalling this product and purchasing genuine software directly from Autodesk or an eligible partner.
1470FileAlreadyLinkedToItemThis link has already been added to the associated file. Retry adding a link to another associated file.
5101ArchiveNotEnabledErrorArchive is not enabled.
5102ArchiveRootFolderErrorYou cannot archive the root folder ($).

Restriction Codes

Restrictions are types of exceptions with extra data documenting why an operation failed. If the error code is 1092, 1387, or 1633, then there is restriction information, otherwise there is no restriction information. An exception can have multiple restriction. Each restriction has its own error code and an ordered list of parameters providing information specific to the error. Below is an example of the XML of an exception with restriction data:

CodeRestriction NameRestriction ParamsRestriction Description
1000FileDependantParentsFilePath, ChildFileNameOperation cannot be performed because the file has dependent parents.
1001FileCheckedOutFilePath, FileCheckedOutByUserNameOperation cannot be performed because the file is checked out.
1002FileOldVersionFilePathOperation cannot be performed because the file is an old version.
1003FileLinkedToItemFilePathOperation cannot be performed because the file is linked to an item.
1004FileAttachedToItemFilePathOperation cannot be performed because the file is attached to an item.
1006FileParentSameNameFilePathOperation cannot be performed because the file has a parent with the same name.
1007FolderIsRootFilePathOperation cannot be performed because the folder is the root.
1009BadFolderIdFolderIdFolder id is invalid.
1010MoveFolderExistsFolderId, FolderNameFolder with the same name already exists in the destination folder.
1011MoveFolderDescendentCheckedOutFolderIdFolder begin moved has descendent files that are checked out.
1012MoveFolderChildRootInvalidFolderIdMove folder rule-check failed: parent must exist, for all but root.
1013MoveFolderLibraryRelationshipInvalidFolderIdMove folder rule-check failed: libs can only have non lib parent if that parent is root. libs cannot have non lib children.
1014MoveFolderConcurrentFolderIdCannot finish move to destination folder because the destination folder was already created due to a concurrent operation (add,move, or rename).
1016FileStatusTrackingDisabledFileMasterIdOption is not set for tracking file status.
1017FileStatusChildNotUpToDateFileMasterId, FileIterationIds[]Child must be set to up to date in order for parent to be set to up to date.
1018MoveFolderDestinationIsDescendantFolderIdCannot move a folder because we are trying to move it to a child folder.
1019MoveFolderDestinationIsSelfFolderIdCannot move a folder to itself.
1020FileNotCheckedOutFilePathThe file has not been checked out.
1100UnitOfMeasureSystemCannotBeChangedUofMIdOperation cannot be performed because System Unit of Measure cannot be changed.
1101UnitOfMeasureInUseUofMIdOperation cannot be performed because Unit of Measure is already being used.
1102UnitOfMeasureBaseUnitConversionFactorMustBe1UofMIdOperation cannot be performed because the base unit of conversion factor is not 1.
1103UnitOfMeasureNameConflictInFamilyUofMIdOperation cannot be performed because the Unit of Measure name conflicts with another in the same family of units.
1104UnitOfMeasureAbbreviationConflictInFamilyUofMIdOperation cannot be performed because the Unit of Measure abbreviation conflicts with another in the same family of units.
1105UnitOfMeasureInvalidBaseUofMIdOperation cannot be performed because the file is checked out.
1425BadFileIterationIDFilePathOperation cannot be performed because IterationID is invalid.
2000ItemLockedItemNumber, ItemTitle, ItemLockedByUserNameOperation cannot be performed because item is locked by another user.
2009ItemInvalidUnitOfMeasureItemNumber, ItemTitleOperation cannot be performed because an invalid unit of measure was specified.
2010ItemPartOfOngoingPromoteOrUpdateItemNumber, ItemTitle, LockedByOperation cannot be performed because the item is part of an on-going promote or update.
2011ItemLinkPreventsDeletionItemNumber, ItemTitle, ParentItemNumberOperation cannot be performed because an item link prevents the deletion.
2012ItemRevisionFormatAlreadyInUseCurrentRevisionFormatIDOperation cannot be performed because a revision format is already in use.
2013ItemRevisionFormatCurrentAndNewTheSameCurrentRevisionFormatIDOperation cannot be performed because the current revision formant and the new revision format are the same.
2014ItemRevisionFormatDoesNotExistRevisionFormatIDOperation cannot be performed because a revision format does not exist.
2015ItemPreviouslyReleasedItemNumber, ItemTitleOperation cannot be performed because there is a previously released revision.
2016ItemControlledByChangeOrderItemNumber, ItemTitleOperation cannot be performed because the item is being controlled by a change order.
2017ItemNoItemToReplaceAfterExpirationItemNumber, ItemTitleOperation cannot be performed because the item is set to expire but there is no item to replace it once it does expire.
2018ItemBOMLinkCircularReferenceItemNumber, ItemTitleOperation cannot be performed because the item that is being added has a parent item that is the same causing a circular reference.
2019ItemNotRestorableItemNumber, ItemTitleOperation cannot be performed because the item not restorable.
2020ItemEquivalencyConflictItemNumber, ItemTitleOperation cannot be performed because it would result in an equivalency conflict.
2021ItemChangeOrderLinkPreventsDeletionItemNumber, ItemTitleOperation cannot be performed because the item belongs to a change order.
2022ItemPromoteOfPhantomOrReferenceFileName, FileIDCan not promote phantom or reference files
2024ItemHasNoStateToRollbackToItemNumber, ItemTitleOperation cannot be performed because item has no state to rollback to.
2025ItemCantRollbackItemHistoryOnAClosedChangeOrderItemNumber, ItemTitle, ChangeOrderNumberOperation cannot be performed because you can not rollback a lifecycle change for a version that is associated with a closed or cancelled change order.
2026ItemMustBeOnAnActiveChangeOrderItemNumber, ItemTitleOperation cannot be performed because the item must be associated with an active change order.
2027ItemEffectivityStartOfChildGreaterThanParentChildItemNumber, ChildItemTitle, ParentItemNumber, ParentItemTitle, ParentMinEffStart (the child's effectivity start must be less than or equal to this value)Operation cannot be performed because the child item has a later effectivity start date/time than one of it's parents and there is no prior effective revision for the child that can be used.
2028ItemCantRollbackItemBeforeCreationOfChangeOrderItemNumber, ItemTitle, ChangeOrderNumberOperation cannot be performed because you can not rollback a lifecycle change for a version that was created before the creation of the change order.
2029ItemIsObsoleteItemMasterID, ItemNumber, ItemTitleOperation cannot be performed when the destination object is obsolete.
2030ItemWasDeletedItemMasterID, ItemNumber, ItemTitleOperation cannot be performed because the destination item has been deleted.
2031ItemDestinationWasSourceItemMasterID, ItemNumber, ItemTitleOperation cannot be performed because destination items cannot also be source items.
2032ItemSourceNotNewItemMasterID, ItemNumber, ItemTitleOperation cannot be performed on source items unless they created by the current promote or update operation.
2033ItemCantPromoteConfigurationFactoryFileNameOperation cannot be performed configuration factories cannot be assigned to an item.
2034BOMCompareCircularDependencyItemNumber1, ItemNumber2Operation cannot be performed because it would create a circular reference.
2035ItemStandardComponentsMustHaveEquivalenceValueFileMasterID, componentID, componentUID, componentNameOperation cannot be performed because standard components must have an equivalence value.
2036ItemCantPromoteDesignDocumentFileNameInventor drawing files cannot be assigned to items. Associate the drawing to the part or assembly file and assign the item to these files.
2037ItemNotEditableItemMasterID, ItemNumber, ItemTitleOperation cannot be performed because the item is not in an editable state.
2040ProjectLinkInFolderPreventsDeletionItemNumber, ItemTitle, ParentFolderPathOperation cannot be performed because there are links to the Item in a Folder
2041ProjectLinkInCustEntPreventsDeletionItemNumber, ItemTitle, ParentCustomEntityNameOperation cannot be performed because there are links to the Item in a Custom Entity.
2042ItemNotControlledByThisChangeOrderItemMasterID, ItemNumber, ItemTitleOperation cannot be performed because the item is not controlled by the change order.
2044ItemRollbackCurrentStateIsNullItemNumber, ItemTitleOperation cannot be performed because the item does not have a Lifecycle State assigned.
2045ItemRollbackTargetStateIsNullItemNumber, ItemTitleOperation cannot be performed because the target item does not have a Lifecycle State assigned.
2046ItemRollbackTargetNotControlledItemNumber, ItemTitleOperation cannot be performed because the target item is not Controlled (i.e. it can be purged).
2047RollbackItemLifeCycleStatesFailedWrongTargetItemNumber, ItemTitleOperation cannot be performed because the target item is invalid.
2048FileMissingBOMFileNameFile should have BOM information but does not.
3000ChangeOrderLockedChangeOrderNumber, ChangeOrderTitle, LockedByUserNameOperation cannot be performed because item is locked by another user.
3001AutoFieldNumberUsedUpItemNumber, ItemTitleOperation cannot be performed because the numbers in the auto-generated field are used up.
3002BadNumberingSchemeIdItemNumber, ItemTitleOperation cannot be performed because no numbering scheme has the requested id.
3003ChangeOrderActivityRequiresItemToBeInReviewChangeOrderNumber, Item Number, Item Title, Item Life Cycle StateOperation cannot be performed because the item is not in the 'In Review' life cycle state.
3004ChangeOrderNoUserPrivDeleteNotAllowedChangeOrderNumberOperation cannot be performed because user does not have the required Delete Role for this Change Order. Note: this restriction will only be thrown by the server if the user has Uncondtional Delete permission otherwise a 303 exception will be thrown
3005ItemNumberNoMappedValueItem Number, Item TitleOperation cannot be performed because no mapped item number exists for this item.
3006GenerateNumberFailedGenerate next number scheme value failed.
3100PropertyConstraintFailureItemNumber, Number of constraint failures on the itemTransition out of WIP cannot be performed because of one or more property constraint violations.
3007ChangeOrderNumberAlreadyInUseChangeOrderNumberOperation cannot be performed because there already exists a Change Order with the specified Change Order Number.
4001BadEntityIdEntityIdEntity does not exist.
4002UnsupportedEntityClassEntityIdOperation not supported for that type of entity.
5001StateTransitionDeniedEntityId,FromStateId, ToStateIdUser does not have the permission to perform that state transition.
5002ChildFileNotReleasedParentFileId, ChildVersion, ChildFileNameOperation cannot be performed because a child file is not in the Released state.
5003CannotPassCriteriaEntityId, FromStateId, ToStateIdEntity's particular property not match the criteria defined with that transition.
5004StateIsTipRevisionStateIdOperation cannot be performed because the state is used by a tip revision.
5005ChildFolderNotReleasedParentFolderId, ChildFolderNameOperation cannot be performed because a child folder is not in the Released state.
5006ContainedFileNotReleasedParentContainerId, FileNameOperation cannot be performed because the container has a file that is not in the Released state.
5007ContainedLinkToFileNotReleasedParentContainerId, FileNameOperation cannot be performed because the container has a linked file that is not in the Released state.
5008ContainedLinkToFolderNotReleasedParentContainerId, FolderNameOperation cannot be performed because the container has a linked folder that is not in the Released state.
5009ContainedLinkToCustEntNotReleasedParentContainerId, CustomEntityNameOperation cannot be performed because the container has a linked custom entity that is not in the Released state.
5010ChildItemNotReleasedParentItemId, ChildRev, ChildItemNumberOperation cannot be performed because a child item is not in the Released state.
5011ContainedLinkToItemNotReleasedParentContainerId, ChildItemNumberOperation cannot be performed because the Container has a linked item that is not in the Released state.
5012ItemFileLinkNotUpToDateItemId, FileVersion, FileNameOperation cannot be performed because the file links of an item are not up to date.
5013ChildFileIsObsoleteParentFileId, ChildVersion, ChildFileNameOperation cannot be performed because the child file is in the Obsolete state.
5014ChildFolderIsObsoleteParentFolderId, ChildFolderNameOperation cannot be performed because the child folder is in the Obsolete state.
5015ChildItemIsObsoleteParentItemId, ChildRev, ChildItemNumberOperation cannot be performed because the child item is in the Obsolete state
5016ItemFileLinkNotReleasedItemId, FileVersion, FileNameOperation cannot be performed because the file links of an item are not in the Released state.
5017ChildItemHasNotBeenReleasedParentItemId, ChildRev, ChildItemNumberOperation cannot be performed because the child item has never been in the Released state.
5030FileManualLifeCycleStateChangeNotAllowedFileName, FileRevisionOperation cannot be performed because manual life cycle state changes are not allowed.
5031FileControlledByChangeOrderFileName, FileRevisionOperation cannot be performed because the file is being controlled by a change order.
5032FileNotControlledByThisChangeOrderFileName, FileRevisionOperation cannot be performed because the file is not controlled by the Change Order.
6000InvalidPropertyDefIdPropertyDefId is invalid.
6001IsSystemPropertyDefPropertyDef is a System Property Definition.
6002ReferencedByEntityEntity Class NamePropertyDef is in use for at least one Entity.
6003AssociatedToEntityClassEntity Class NamePropertyDef is associated to an EntityClass.
6004AssociatedToCategoryCategory NamePropertyDef is associated to a Category.
6005IsUDPForSystemUsePropertyDef is a UDP for system use.