Details
-
Type: Bug
-
Status: Reopened
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: Point Radii Implementation
-
Fix Version/s: TBD
-
Component/s: None
-
Labels:None
-
Environment:
Environment: YELL1
Builds
SMS-CORE:p18
SMS-SERVICE-p7
Description
When we redeploy a Legacy Bing account which has targeted to Coverage Area with latest point radii build then deployment FAILS with following exception
Snippet of log
2013-12-11 07:40:26.838 (3) [P14T1]: Skipping null/empty batch of updates
2013-12-11 07:40:26.839 (3) [pool-57-thread-1]: CampaignTargetChangeRequest (accountID 81320): Sending 14 update requests
2013-12-11 07:40:28.838 (2) [pool-57-thread-1]: TrackingID: 1f00fd00-fffe-4c05-bf5b-a1fc91061225, Batch Error at item 0, code[1468], Textual Error code[CampaignServiceGeoTargetsAndBusinessTargetsMutuallyExclusive], msg[Geo targets (Country/State/MetroArea/City) and Business/Radius targets are mutually exclusive.], details[null]
2013-12-11 07:40:28.838 (1) [pool-57-thread-1]: Unrecoverable MSN API error (Invalid client data. Check the SOAP fault details for more information)
2013-12-11 07:40:28.847 (3) [pool-57-thread-1]: CampaignTargetDAO(accountID 81320): Inserted 1 Errors: Updated 1 pending changes, cleared 0 existing errors.
2013-12-11 07:40:28.847 (2) [pool-57-thread-1]: Bing Request Errors for accountID 81320(CampaignTargetChangeRequest)
id=1167, trackingID=1f00fd00-fffe-4c05-bf5b-a1fc91061225: , code=1468: , errorCode=CampaignServiceGeoTargetsAndBusinessTargetsMutuallyExclusive: , message=Geo targets (Country/State/MetroArea/City) and Business/Radius targets are mutually exclusive.:
Attached full trace log.
Steps to reproduce
1.Created an bing account with production build having CoverageArea as SAID in Cpp.(with this build location-targets are added to Locations)
2.Install latest Point radii build and redeploy an account.
Actual behavior: Redeployment FAILS
Expected behavior: Should redeploy successfully and Location-targets should be removed and proximity-targets should be added after redeployment.