Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: Point Radii Implementation
-
Fix Version/s: Point Radii Implementation
-
Component/s: Point Radii Migration
-
Labels:None
-
Environment:
YELL1
BingMigratorPhase1.sh
GoogleMigratorPhase1.sh
Description
There is no data populated in point_radius_migration table after running phase1 migration script for the account which has District as a locationID . Hence we are not able to migrate it.
Steps to reproduce
1. Take a BING Legacy account(MIGBNG08) which has district (561) as a locationID.
2. Try to migrate using phas1 script.
3. sh BingMigratorPhase1.sh phase1 phase2
Expected result: Data should be populated in point_radius_migration for the Legacy account which has district (561) as a locationID.
Actual Result: There is no data in point_radius_migration for the Legacy account which has district (561) as a locationID.
As there is no data in point_radius_migration table we are not able to migrate it.
mysql> select * from point_radius_migration where campaignName like '%MIGBNG08%';
Empty set (0.00 sec)
NOTE: Same for the Google legacy account which has district as locationID.