Previous Topic: NMILISTITEMS CommandNext Topic: Notification Commands


NMIMPORT Command

The NMIMPORT command imports an exported copy of a Notification Manager database.

Important: This command destroys all existing data in the database before importing new data.

This command has the following format:

ADDRESS VOX "NMIMPORT PATH(path)"
PATH

Specifies the name of the path from which the exported database is retrieved.

Return Information:

After the NMIMPORT command executes, it sets the special REXX return code variable RC.

Usage Notes:

Example:

The following example imports a copy of an exported database that resides in the G:\TEMP_EXP directory:

ADDRESS VOX "NMIMPORT PATH(G:\TEMP_EXP)"

Note: The NM Database Backup and Restore dialog in the Configuration Manager is used to import NM database files. The option Replace NM Database performs the same action as the NMIMPORT command.