User's Manual
Customizing the DecisioNet System D-17
The syntax and options for essprcvrf are as follows:
Syntax essprcvrf [-vdifp?] [-r<minutes>] [-s<seconds>]
where:
-?
Displays release information and available options
-v
Verbose mode: displays messages to standard output
(similar to –d)
-f
Forces sale price updates to all tags regardless of
mismatch status
-i
Enables IPC tracing: prints out debugging
information from the IPC layer
-d
Enables debug tracing: prints miscellaneous
debugging information to the standard output
-p
Permits Data Scheduler to purge send requests upon
completion. Normally, a request is kept in the spool
file after it has completed. When this option is set, the
ES_NONPURGE flag is be used in the
es_post_senddata function call.
-r<x>
Sets rate of sale price verification in minutes
-s<x>
Sets rate of sale price verification in seconds
Note: The -d, -i, and -v options are intended for debugging purposes
only and should not be used in a live store environment.
Examples:
• Start sales price verifications every 30 minutes
essprcvf -r30
• Start sales price verifications every 30 seconds
essprcvrf -s30