Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Data Checker
-
Labels:None
-
Environment:
Yell/Staging
Description
------------------------------------------------------------------------------------------------------------------------------------------------------------
Project: Datachecker Discrepancy Resolver
Build:tsa-build-bidmgr-2010-06-22-p23-r1388 on yell or tsa-build-bidmgr-2010-06-25-p105-r26506 on staging
------------------------------------------------------------------------------------------------------------------------------------------------------------
1.Login to yell-ec-xml and navigate to the the build location.
cd /var/local/builds/tsa-build-bidmgr-2010-06-25-p105-r26506
2. (I ran this command by adding #DIR="/usr/local/tsa/bidmgr"
DIR=$TSA_APP_DIR)
gsingh@tvvm-staging-xml1:/var/local/builds/tsa-build-bidmgr-2010-06-25-p105-r26506$ ./generate-discrepancies-resolver.sh -d3 -S 164 -E 2010-06-30 -T 2010-06-20
================= Starting Discrepancy Resolver with [-d3 --resolve --date 2010-06-01 --end 2010-06-29 -S 164 -E 2010-06-30 -T 2010-06-20]
2010-07-01 23:50:18.807 (3) [main]: Debug Level set to 3
2010-07-01 23:50:18.816 (3) [main]: DatabasePool with a limit of 80 created
log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.
Its observed that it always take end date as " 2010-06-29" and start date "2010-06-20" and not considering the values of passed date arguments.
startDate=`date -d "30 days ago" $DATEFMT`
endDate=`date -d "2 days ago" $DATEFMT`