Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Third Party Data
-
Labels:None
-
Environment:
Client-st
staging-xml1
Description
When an Ask file is uploaded for the 2nd time, the values are added to, and not replaced.
You do see in the logs, that it attempts to delete the data..
Account [289]: deleting old publisher data (2011-02-04 00:00:00)
Steps to reproduce:
1.Uploaded "289_35_20110411.csv" (attached)using ADMAX UI.
2.Login to staging-xml1 as super user and run
. keychain ~/.ssh/id_rsa_new_filepush ; /opt/publishers-filepull.sh
3. Swtich to tsaapp and run
./load-publisher.sh -d3 -F -XN legalzoom_ask.xml -XL /var/local/tsa/publisherfeedConfig/ 2>&1|tee /tmp/ask_1.log
( legalzoom_ask.xml attached)
4. Generate the report - tsa-report-303596.xls (Attached)and observe the impressions,clicks etc...
5.Upload the above file again and follow steps (2-4). Generated report is - tsa-report-303597.xls (Attached)
It is observed that values gets added.
Expected:
Impressions, clicks etc values should get overwritten.