The reconprocesscontrol script can be used for standard script-based executions or for overriding a recon's status after a failure. This article will cover overriding a recon's status.
NOTE: Only manually override status at the direction of Infogix Support.
This script is located within your ER installation's server-util directory:
<ER Installation>/server-util/<JVM name>/ER/
The syntax of the script is below:
reconprocesscontrol.sh/bat -reconId RECONID -setProcessStatus -process PROCESS -status STATUS
The bold values above represent as the following:
RECONID is the ID of the recon to update. This is found in your Recon Definitions:
PROCESS is the name of the failed task you want to reset. Available tasks are:
SNAP_HISTORY – History Snapshot
TRUNC_CURRENT – Truncate Current
PREP_CURRENT – Prepare Current
SNAP_ROLLBACK – Rollback Snapshot
NEW_INVENTORY – New Inventory
MATCHING – Matching
BALANCING – Balancing
X_RECON_MATCHING – Cross-Recon Matching
STATE_CONV – State Conversion
AGING – Aging
ROUTING – Routing
ROLLBACK – Rollback
RENTITY_RECALC – Recon Entity Recalculation
GATHER_STATS – Gather Statistics
ASSURE_CONTROL_EXECUTION – Assure Control Execution
RENTITY_ROUTING – Recon Entity Routing
ITEM_MATCHSET_PRIORITY – Item Match Set Priority Rules
MATCHSET_CLEANUP – MatchSet Cleanup
GEN_AUTO_ADJUSTMENTS – Generate Automated Adjustments
RENTITY_PRIORITY – Recon Entity Priority Rules
CROSS_RECON_AUTO_ADJUSTMENTS – Automated Cross Recon Matching and Adjustments Generation
STATUS is the status to set the task to. The available statuses are below. It is most common to set status to WAITING to have ER automatically begin the specified process.
ACTIVE
FAILURE
READY
SUCCESS
ABORTED
WAITING
Comments
0 comments
Please sign in to leave a comment.