The NMEXPORT command creates a backup copy of a Notification Manager database in a format that you can easily move or copy to another system.
This command has the following format:
ADDRESS VOX "NMEXPORT PATH(path) [CREATE(YES|NO)]"
Specifies the name of the path on which the exported database is stored.
(Optional) Values are:
Create the specified directory if it does not exist.
Do not create the specified directory if it does not exist.
Default: NO
Return Information:
After the NMEXPORT command executes, it sets the special REXX return code variable RC.
Usage Note:
It is important that the database is not being used when issuing the NMEXPORT command. To guarantee this, shut down the CA Automation Point NM Gateway Server service before running the NMEXPORT command.
Example:
The following example exports a copy of the current database into the G:\TEMP_EXP directory:
ADDRESS VOX "NMEXPORT PATH(G:\TEMP_EXP)"
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|