XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix E: XMA Host Macros
XYPRO Technology Corporation 220 Proprietary and Confidential
E18: XMA_NETWORK_VERSION
The XMA_NETWORK_VERSION macro is a network version of the XMA_VERSION
macro. When executed, XMA_NETWORK_VERSION will compare the programs in
the main XMA subvolume against the programs on the remote nodes. The license files
will also be checked. If expired licenses or out-of-sync modules are discovered, a
message will be displayed.
To synchronize your license files, use the macro described in Appendix E17:
XMA_NETWORK_LICENSE_INSTALL.
To synchronize your programs, use the Movers Management Menu,
option 15: Synchronize object files. Refer to section 5.4, “The Movers Management
Menu on page 101.
E19: XMA_PWCOLD
Initializes and Starts your XMA Pathway utilizing the Pathway configuration information
contained in the PWCONFIG and PWSTATE files in your XMA Pathway configuration
subvolume (XMAPW).
It is now possible to start all the MOVERs with the XMA pathway from a specified date
and time. This option is available via the Pathway Management Menu (page 100),
when using XMA_PWCOLD or XMA_PWCOOL, or running PWCOLD or PWCOOL
from the XMAPW subvolume. The macros can be run interactively or with input
parameters.
Syntax:
PWCOOL (-1|##|yyyy-mm-dd:00:00:00.000000)
PWCOLD (-1|##|yyyy-mm-dd:00:00:00.000000)
Where:
–1 = start from the last file processed.
## = start from a certain number of days ago (enter a 1 or greater).
yyyy-mm-dd:00:00:00.000000 = Start from a specific date and time.
Example:
PWCOOL 2011-03-01:00:00:00.000000
In the example above all the MOVERs will start reading records from the beginning of
the day on March 1, 2011.
Note: If you are using PWCOOL or PWCOLD within an obey file or another macro,
you will want to modify the macro to include the startup parameters. Otherwise,
the macro will run in interactive mode.