| Name | Code | Description |
|---|---|---|
| ADMVOSSERVERNULL | (22016L) | the volume server parameter cannot be NULL |
| ADMVOSCELLHANDLENULL | (22017L) | the cell handle parameter cannot be NULL |
| ADMVOSCELLHANDLEBADMAGIC | (22018L) | the cell handle parameter failed to pass the magic number test. Most likely the cell handle is invalid, or has been overwritten by mistake. |
| ADMVOSCELLHANDLEINVALID | (22019L) | the cell handle parameter is marked as invalid. |
| ADMVOSCELLHANDLEINVALIDVOS | (22020L) | the cell handle parameter is marked as invalid for volume server requests. |
| ADMVOSCELLHANDLENOAFSTOKENS | (22021L) | the cell handle does not contain valid AFS tokens. |
| ADMVOSMUSTBERWVOL | (22022L) | the volume identifier parameter must be a read write volume in order to make a backup volume. |
| ADMVOSBACKUPVOLWRONGSERVER | (22023L) | a backup volume already exists for volume identifier, but it exists on a server different from the one that holds volumeidentifier. |
| ADMVOSSERVERHANDLENULL | (22024L) | the server handle parameter cannot be NULL |
| ADMVOSSERVERHANDLEINVALID | (22025L) | the server handle parameter is marked as invalid |
| ADMVOSSERVERHANDLEBADMAGIC | (22026L) | the server handle parameter failed the magic number test. Most likely the server handle is invalid, or has been overwritten by mistake. |
| ADMVOSSERVERNOCONNECTION | (22027L) | a connection with the server could not be established. |
| ADMVOSPARTITIONPNULL | (22028L) | the partition parameter cannot be NULL |
| ADMVOSPARTITIONTOOLARGE | (22029L) | the partition parameter is too large |
| ADMVOSVOLUMENAMETOOLONG | (22030L) | the volume name parameter is too long |
| ADMVOSVOLUMENAMENULL | (22031L) | the volume name parameter cannot be NULL |
| ADMVOSVOLUMENAMEINVALID | (22032L) | the volume name parameter cannot end with .readonly or .backup |
| ADMVOSVOLUMEID | (22033L) | the volume identifier parameter cannot be NULL |
| ADMVOSVOLUMEIDTOOBIG | (22034L) | the volume identifier parameter cannot exceed VOLMAXPARTS |
| ADMVOSVOLUMENOEXIST | (22035L) | the volume identifier does not exist on the specified server and partition |
| ADMVOSVOLUMENAMEDUP | (22036L) | the volume name is already in use. |
| ADMVOSPARTITIONNAMENULL | (22037L) | the partition name parameter cannot be NULL |
| ADMVOSPARTITIONNAMEINVALID | (22038L) | the partition name parameter must start with /vicep |
| ADMVOSPARTITIONNAMETOOLONG | (22039L) | the partition name parameter is too long. |
| ADMVOSPARTITIONNAMETOOSHORT | (22040L) | the partition name parameter is too short. |
| ADMVOSPARTITIONNAMENOTLOWER | (22041L) | the partition name parameter must be all lower case letters. |
| ADMVOSPARTITIONIDNULL | (22042L) | the partition identifier parameter cannot be NULL |
| ADMVOSPARTITIONIDTOOLARGE | (22043L) | the resulting partition identifier exceeds VOLMAXPARTS |
| ADMVOSEXCLUDEREQUIRESPREFIX | (22044L) | the volume prefix parameter cannot be NULL when the exclude prefix is VOS_EXCLUDE |
| ADMVOSSERVERADDRESSPNULL | (22045L) | the server address parameter cannot be NULL |
| ADMVOSSERVERENTRYPNULL | (22046L) | the server entry parameter cannot be NULL |
| ADMVOSSERVERTRANSACTIONSTATUSPNULL | (22047L) | the server transaction status parameter cannot be NULL |
| ADMVOSVLDBENTRYNULL | (22048L) | the vldb entry parameter cannot be NULL |
| ADMVOSVLDBDELETEALLNULL | (22049L) | at least one of the arguments must not be null - server handle, partition, volume identifier. |
| ADMVOSNEWVOLUMENAMENULL | (22050L) | the new volume name parameter cannot be NULL |
| ADMVOSSERVERANDPARTITION | (22051L) | both the server handle and the paritiion parameters must be specified. |
| ADMVOSDUMPFILENULL | (22052L) | the dump file parameter cannot be NULL |
| ADMVOSDUMPFILEWRITEFAIL | (22053L) | an error occurred while trying to write more data to the dump file |
| ADMVOSDUMPFILEOPENFAIL | (22054L) | an error occurred while trying to open dump file |
| ADMVOSRESTOREVOLEXIST | (22055L) | the volume to be restored exists on a server different from the one specified and you specified an incremental restore. If you wish to restore this volume, specify a full restore. |
| ADMVOSRESTOREFILEOPENFAIL | (22056L) | an error occurred while trying open restore file |
| ADMVOSRESTOREFILECLOSEFAIL | (22057L) | an error occurred while trying close restore file |
| ADMVOSRESTOREFILEREADFAIL | (22058L) | an error occurred while trying read the restore file |
| ADMVOSRESTOREFILEWRITEFAIL | (22059L) | an error occurred while trying send the contents of the restore file |
| ADMVOSRESTOREVOLUMENAMETOOBIG | (22060L) | the volume name is too big |
| ADMVOSVOLUMENAMEANDVOLUMEIDNULL | (22061L) | either the volume name or the volume identifier parameter must not be NULL |
| ADMVOSVOLUMEPNULL | (22062L) | the volume parameter cannot be NULL |
| ADMVOSVOLUMEMOVERWONLY | (22063L) | only read write volumes can be moved |
| ADMVOSVOLUMERELEASERWONLY | (22064L) | only read write volumes can be released |
| ADMVOSVOLUMENOREPLICAS | (22065L) | only replicated volumes can be released |
| ADMVOSVOLUMENOREADWRITE | (22066L) | unable to create a backup volume because no read write volume exists |
| ADMVOSVLDBBADENTRY | (22067L) | unable to create a backup volume because the vldb entry is invalid |
| ADMVOSVLDBBADSERVER | (22068L) | unable to get server's address from vldb |
| ADMVOSVLDBDIFFERENTADDR | (22069L) | skipping volume since read write is in a different location |
| ADMVOSVLDBNOENTRIES | (22070L) | there were no entries in the vldb retrieved. |