Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: AdWords v201406
-
Fix Version/s: AdWords v201406
-
Component/s: None
-
Labels:None
-
Environment:
YELL1-XML1
location-extension-migrator-0.0.1-SNAPSHOT-assemble.tar.gz
-
Epic/Theme:
-
Sprint:Sprint 2
Description
When we run the tool with -f(from) and -o(to) then it results empty set.
Log details
root@yell1-xml1:/usr/local/tsa/locationExtensionMigratorRange/location-extension-migrator-0.0.1-SNAPSHOT# java -jar location-extension-migrator-0.0.1-SNAPSHOT.jar -f 85465 -o 85485 -t 2
Java HotSpot(TM) 64-Bit Server VM warning: Can't detect initial thread stack location - find_vma failed
[15 Sep 2014 08:03:51,867-ClassPathXmlApplicationContext:INFO:main] Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@48d6c16c: display name [org.springframework.context.support.ClassPathXmlApplicationContext@48d6c16c]; startup date [Mon Sep 15 08:03:51 BST 2014]; root of context hierarchy
[15 Sep 2014 08:03:51,941-XmlBeanDefinitionReader:INFO:main] Loading XML bean definitions from class path resource [applicationContext.xml]
[15 Sep 2014 08:03:52,451-ClassPathXmlApplicationContext:INFO:main] Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@48d6c16c]: org.springframework.beans.factory.support.DefaultListableBeanFactory@c5a67c9
[15 Sep 2014 08:03:52,573-DefaultListableBeanFactory:INFO:main] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c5a67c9: defining beans [tsacommon,seAccountDAO,seUserDAO,campaignIdentRetriever,seIdentRetriever,nonFeedLocationExtensionFinder]; root of factory hierarchy
2014-09-15 08:03:52.670 (3) [main]: Debug Level set to 3
2014-09-15 08:03:52.683 (3) [pool-1-thread-1]: Debug Level set to 3
[15 Sep 2014 08:03:52,788-SearchEngineUserJDBCDAO:INFO:pool-1-thread-1] Running query: select distinct b.searchEngineIdentifier as searchEngineIdentifier from searchEngineUsers a inner join searchEngineAccounts b on (a.id = b.searchEngineUserId) where b.searchEngineStatusText != 'Deleted' and b.searchEngineIdentifier is not null and b.distributionID = 3 and b.id between ? and ? order by a.id asc
[15 Sep 2014 08:03:52,788-SearchEngineUserJDBCDAO:INFO:pool-1-thread-1] Retrieving all searchEngineUserIdentifiers between seUserId: 85465 and 85485
[15 Sep 2014 08:03:53,216-LocationExtensionExecutor:INFO:pool-1-thread-1]
=========================== Migration Summary ===========================
Total Number of SearchEngineIdentifiers Processed: 0
Total Number of Campaigns Found: 0
Total Number of Campaigns Migrated: 0
=========================== Migration Summary ===========================
[15 Sep 2014 08:03:53,217-LocationExtensionExecutor:INFO:LocationExtensionExecutor Shutdown Hook] LocationExtensionExecutor Stopped