User's Manual

D-14 Customizing the DecisioNet System
Price Verifier
When the optional EPL Price Redundancy package is installed, the
Price Verifier starts with the other EPL applications. The Price Verifier
ensures that the SmarTalkers accurately display prices by comparing
the price information in the EPL Item table against the price
information in the PLU table. In a default system, a comparison is
made every 60 minutes. To change the timing, edit the start scripts and
change the esprcvrf options to meet your requirements.
Changing the Price Verifier Time Interval
The default time is 60 minutes in the S90prcvrf.bat file in the
Windows NT \epl\bin\scripts directory. Edit the batch file and set the
time frame to the desired length.
@echo off
echo Starting Price Verifier
if "%1" == "startservice" goto startservice
start /min ..\esprcvrf -r60 -m10000
goto finish
:startservice
..\startsrv svprcvrf
:finish
The default time is 60 minutes in the S90prcvrf script in the UNIX
/epl/bin/scripts directory. Edit the batch file and set the time frame to
the desired length.
echo Starting Price Verifier
esprcvrf -r60 > $ESCONFIGDIR/esprcvrf.out 2>&1 &
The syntax and options for esprcvrf are as follows:
Syntax esprcvrf [-vfdip?] [-m<max price>] [-r<minutes>] [-s<seconds>]
where: