Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Third Party Data
-
Labels:None
-
Environment:
Bid Manager Build :tsa-build-bidmgr-2010-11-30-p79-r28097.tar
Service build : svc-channelv2.0-p554-r28097.ear
Admax UI:AdMax-Extended-Unified-Datafeed-p10-r27798.tar
Description
For Vibrant Publisher,Sources are inserted but the extension of File is not changing to file.done.
Test Data with log file is attached.
./load-publisher.sh -d 3 -XN VibrantMedia1.xml -XL /var/local/tsa/datafeedConfig/ 2>&1|tee /tmp/VM_4.log
.
.
.
2010-12-01 04:31:37.201 (3) [main]: ------------Warehouse Summarizer done
2010-12-01 04:31:37.201 (3) [main]: =============== Completed Warehouse Summarizer ================
2010-12-01 04:31:37.202 (3) [main]: – Renamed file [17_197_20101107.csv] to [17_197_20101107.csv.done] ? false
2010-12-01 04:31:37.202 (3) [main]: =============== Completed Publisher Generic Data Feed (Vibrant Media), 0 products processed and 2 lines processed ================
tvvm-staging-xml1:/var/local/tsa/publishers/17/197# ls -lrt |tail -2
-rwxr-xr-x 1 root root 161 Dec 1 07:18 17_197_20101105.csv.bak
-rwxr-xr-x 1 root root 626 Dec 1 07:28 17_197_20101107.csv
mysql> SELECT * FROM sources WHERE accountID =17 AND distributionID =197 ORDER BY id DESC LIMIT 2;
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
id | altKey | accountID | siteID | searchEngineAccountID | keywordID | distributionID | searchEngineIdentifier | searchEngineGroupIdentifier | searchEngineMatchType | searchEngineGroupID | isBiddable | campaignID | description | type | keyword | sourceURL | cost | maxCost | waypointID | landingURL | passParams | trackPerformance | searchEngineStatus | searchEngineStatusText | lastChecked |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
561784801 | vb43300189 | 17 | 0 | 0 | 0 | 197 | NULL | unknown | 0 | false | 611 | 3 credit bureaus Report Test2 | 1 | 3 credit bureaus report test2 | NULL | 0 | NULL | true | ok | 0000-00-00 00:00:00 |
561784791 | vb43300188 | 17 | 0 | 0 | 0 | 197 | NULL | unknown | 0 | false | 611 | 3 credit bureaus Report Test1 | 1 | 3 credit bureaus report test1 | NULL | 0 | NULL | true | ok | 0000-00-00 00:00:00 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.01 sec)