Configuration and Administration

glog.bulkplan 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

Default

Definition

glog.bulkplan.ordermovement.mediate

 

True

This property allows mediation of order movement objects so only one process works against a given order movement at a given time. If this property is set to True, the order movement bulk plan queries the order movements to be used in the bulk plan, deduces the order releases associated to these order movements, and mediates on this deduced group of order releases. Once the entire group of order releases is free, the order movement bulk plan is executed.

Mediation is done against the following:

  • Bulk plan order movements from process control
  • Bulk plan order movements from the user interface

glog.bulkplan.orderrelease.mediate

 

True

This property allows mediation of order release objects so only one process works against a given order release at a given time. If this property is set to True, the order release bulk plan queries out the order releases to be used for the bulk plan and mediates on them as a group. Once the entire group of order releases is free in the mediator, the bulk plan is executed.

Mediation is done against the following:

  • Bulk plan from Process Control
  • Bulk plan from the user interface
  • Order release modifications via integration
  • Order release deletes via integration
  • Mediation is not done against the following:
  • User initiated order release or shipment actions besides the bulk plan
  • User based order release modifications
  • User based order release dates

glog.bulkplan.rateDistanceStatistics.enabled

22A

False

If this property is enabled, the external distance engine statistics (total time taken, maximum time spent, average time, and the number of hits) are captured and displayed at the bulk plan level.

The information appears on the Bulk Plan, Performance tab.

glog.bulkplan.rateServiceStatistics.enabled

22A

False

If this property is enabled, the external service engine statistics (total time taken, maximum time spent, average time, and the number of hits) are captured and displayed at the bulk plan level.

The information appears on the Bulk Plan, Performance tab.

glog.bulkplan.ratingStatistics.enabled

22A

False

If this property is enabled, the rating engine statistics (total time taken, maximum time spent, average time, and the number of hits) are captured and displayed at the bulk plan level.

The information appears on the Bulk Plan, Performance tab.

glog.bulkplan.warning.CheckExcessiveLogging

6.0

True

Determines whether to show warning when excessive logging is detected. Valid values are true; false.

The warnings appear on the Bulk Plan, Performance tab.

glog.bulkplan.warning.CheckTuningParameters

6.0

True

Determines whether to show warning when certain parameters and logic parameters cause excessive run time. Valid values are true; false.

The warnings appear on the Bulk Plan, Performance tab.

glog.bulkplan.warning.CustomDetailedLogID

6.0

 

Other log IDs considered to be detailed in addition to the log IDs that contain "Detail".

The warnings appear on the Bulk Plan, Performance tab.

glog.bulkplan.warning.extEngineThresholdResponseTime

20A

400

This property enables a warning to show performance-related information regarding the External Distance Engine (EDE) and External Service Engines (ESE) on the Bulk Plan Performance tab. This will help you see external engine issues quickly, such as response time issues or external engine errors. The times are in milliseconds. HERE and PC*Miler external engines are considered and capture statistics such as:

  • Number of Engine Hits - Number of times the EDE/ESE is hit.
  • Number of Cache Hits - Number of times the caches are hit to get the distance/service time.
  • Total Response Time - Sum of all the response times for all the hits to the EDE/ESE.
  • Average Response Time - Average response time of hits to the EDE/ESE.
  • Maximum Response Time - Highest response time of all hits to EDE/ESE.
  • Name of the Engines - The names of the engines that are hit.
  • URL - Shows the URL for the EDE/ESE.
  • Error - Shows if there is an error from the EDE/ESE. If more than one error, only the first error is captured.

glog.bulkplan.warning.MaxNumberOfActiveDetailedLogIDs

6.0

5

Determines the upper limit of total number active detailed (dangerous) log IDs to be considered excessive.

The warnings appear on the Bulk Plan, Performance tab.

glog.bulkplan.warning.MaxNumberOfActiveLogIDs

6.0

20

Determines the upper limit of total number active log IDs to be considered excessive.

The warnings appear on the Bulk Plan, Performance tab.

glog.bulkplan.warning.minimumGetsForWarning

6.4.3

1000

For an app-tier cache that allows cache warning, there must be at least this number of cache Gets before the warning can appear on the Bulk Plan results Performance tab.

The property glog.bulkplan.warning.turnOnCacheChecking must be on to use this one.

See also Bulk Plan Caches.

glog.bulkplan.warning.minimumHitRatio

6.4.3

95%

This percentage is the minimum hit ratio; can also be called cache hit ratio. If the hit ratio of a TObject is less than this, the cache warning will appear on the Bulk Plan results Performance tab.

The property glog.bulkplan.warning.turnOnCacheChecking must be on to use this one.

glog.bulkplan.warning.turnOnCacheChecking

6.4.3

true

This controls turning warnings on and off on the Performance tab. If this property is off, then the cache warning on the Bulk Plan results Performance tab is disabled. This property must be on (true) for these properties to be in effect: glog.bulkplan.warning.minimumGetsForWarning and glog.bulkplan.warning.minimumHitRatio. See also Bulk Plan Caches.

Related Topics