Configuration and Administration

glog.monitorprofile Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New in Version

Definition

glog.monitorprofile.locationgidisNull

 

This property only matters when glog.monitorprofilelocationgidMatching is true. If set to fail, then it will be checked to see if the event's stop number is null. Returns false if null.
Allowed values: pass, fail. Default: pass.

glog.monitorprofile.stopnumberMatching

 

If it is a stop related milestone and the property value is true - the event's stop number will be matched against the milestone's stop number. Returns false, if they don't match.
Allowed values: true, false. Default: true.

glog.monitorprofile.stopnumberisNull

 

This property matters only when glog.monitorprofile.stopnumberMatching is true. If set to fail, then it will be checked to see if the event's stop number is null. Returns false if null.
Allowed values: pass, fail. Default: fail.

glog.monitorprofilelocationgidMatching

 

If it is a stop/location related milestone and the property value is true - the event's location GID will be matched against the milestone's stop location GID. Returns false, if they don't match.
Allowed values: true, false. Default: true.

Related Topics