Enterprise Vault™ Utilities
- About this guide
- ArchivePoints
- Audit Viewer
- Backtrace
- CenteraPing
- Domino Archive Exporter
- Domino Profile Document Tool
- Domino Retention Plan Tool
- DTrace
- EVDominoExchangeMigration Tool
- Running the EVDominoExchangeMigration tool
- EVDuplicateCleaner
- EVEARemovalUtility
- EVFSASetRightsAndPermissions
- EVrights
- EVservice
- EVSPShortcutManager
- EVSVR
- About EVSVR
- About the EVSVR operation settings
- Using the output from one EVSVR operation as input for another operation
- Viewing the EVSVR output log file
- Running EVSVR in interactive mode
- FSARunNow
- FSAUndelete
- FSAUtility
- NTFS to Centera Migration
- Permissions Browser
- Policy Manager (EVPM)
- Sections and keynames in Policy Manager initialization file
- Policy Manager initialization file examples
- About using the Provisioning API to run Policy Manager scripts
- ResetEVClient
- Vault Store Usage Reporter
GetNativeItem command
The GetNativeItem command retrieves the original native item from the specified saveset file or from all the saveset files in the specified folder. The command also saves each saveset as a DocFile, which is an uncompressed saveset file that you can read with a structured storage viewer.
The command cannot recombine SIS parts or retrieve separately stored large files. If a saveset file does not contain the native item, the command creates an empty file.
GetNativeItem Saveset_File_or_Folder [-o OutputFolder]
Where the parameters are as follows:
Saveset_File_or_Folder | Specifies the path to a single saveset file or a folder that contains one or more saveset files. If you omit the file name extension of a single saveset file, GetNativeItem assumes that it is |
OutputFolder | Specifies the path to the folder in which to store the native items and log files. By default, this is the |
In the following example, the two parameters specify the path to the required saveset file and the folder in which to output the results:
gni c:\MySavesets\713C88D67D80E8046FFF279AE27D46B1.DVS -o c:\MyOutputFolder
Table: Files that are directly under the full output path
Output | Description |
---|---|
Native item | This is the original item that Enterprise Vault retrieved: a Domino message (DVNS) file, Exchange message (MSG) file, or IMAP message (EML) file. |
DocFile | This file is an uncompressed structured storage version of the DVS file. You can inspect its contents with a structured storage viewer. Sample file name:
|
Log | This is the log file. In the example above, its file name is Always review the log file to determine how successful the operation was. The file shows any errors that occurred. |
More Information