Windows Registry Access Error Codes

The Windows Registry Access VIs can return the following error codes.

Code Name Description
–620 MachineNotFound Networked machine was not found.
–619 RemoteNotAvailable Remote registry services not available or remote administration not enabled.
–618 StableSubkeyNotCreated Cannot create a stable subkey under a volatile parent key.
–617 SymboLinkNotCreated Cannot create a symbolic link in a registry key that already has subkeys or values.
–616 RegLogFull System could not allocate the required space in a registry log.
–615 RegIllegalOp Illegal operation attempted on a registry key that has been marked for deletion.
–614 BadRegFileFormat The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
–613 RegI/OFailed An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
–612 RegCorrupted The registry is corrupted. The structure of one of the files that contains registry data is corrupted, or the system's image of the file in memory is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
–611 RegFileRecovered One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
–610 KeyNotWritten The configuration registry key could not be written.
–609 Key NotRead The configuration registry key could not be read.
–608 KeyNotOpened The configuration registry key could not be opened.
–607 InvalidKey The configuration registry key is invalid.
–606 CorruptReg The configuration registry database is corrupt.
–605 ReadPastLastKeyOrVal Attempted to read beyond last key or value.
–604 RemoteRegAccDenied Remote registry access denied.
–603 KeyOrValNotExist Specified key or value does not exist.
–602 InvalidRegRefnum Invalid Registry refnum.
–601 WrongDataType Incorrect data type specified.
–600 UnkRegErr Undetermined Windows registry error.