XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 6. Configuring MOVERs
XYPRO Technology Corporation 131 Proprietary and Confidential
EMSSENDERPROCESSLOOKUP {NONE| LOCALONLY |ALL}
This parameter is used by EMS MOVER Serverclasses. It tells the MOVER whether or
not it should get additional information about the process that sent the message to the
EMS collector.
NONE Never do a query for additional process information.
ALL Always do a query for additional process information.
LOCALONLY If the process that sent the event to EMS is running on the same
node as the EMS collector, do a query for additional process
information.
ENDLCTTIME <yyyy-mm-dd hh:mm:00.000000|-1>
If you want a MOVER Serverclass to stop processing once records for a certain date
are encountered, an explicit date and time can be specified. An explicit date and time
would be used if this Serverclass has been created to load historical audit information
into the XMA database.
Alternately, by using a value of 1, you can specify that the processing should
continue indefinitely. The default value is 1.
GMTOFFSET {[+/- <minutes>]|CUR|REM}
This parameter is used in combination with BEGINLCTTIME and ENDLCTTIME. It is
utilized in a situation where one or more nodes are in different time zones. The default
value is CURRENT
CUR or CURRENT
CUR or CURRENT indicates that the current system time from the node where the
MOVER Serverclass Object is executing should be used for date comparisons
involving BEGINLCTTIME and ENDLCTTIME. Under normal circumstances, the object
belonging to a MOVER Serverclass will be executing on the same node as its
specified XYGATE or SAFEGUARD installation.
REM or REMOTE
If a MOVER Serverclass object is not executing on the same node as its specified
XYGATE or SAFEGUARD installation, REM or REMOTE tells the MOVER Serverclass
object to use the time from the node where the audit data is generated for any date
comparisons involving BEGINLCTTIME and ENDLCTTIME.
+/<minutes>
When the data being extracted was not originally created on the node where it
currently resides, specifying +/nnnn tells the MOVER Serverclass to use Greenwich
Mean Time, plus or minus the specified number of minutes for any date comparisons
involving BEGINLCTTIME and ENDLCTTIME.