Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Apollo
-
Fix Version/s: Apollo
-
Component/s: API
-
Labels:None
-
Environment:
-
Sprint:Sprint 12
Description
Order went to Error state in case of redeployment (after deleting one campaign)
Steps :
1. Deploy an order with multiple campaigns (Multiple BA/BL combination)
2. Redeploy the order after removing one BA/BL combination .
Expected Behavior
Order should be deployed successfully .
Actual Behavior
Order went to Error state . Error observed in listener log .
Error log :
016-02-22 15:13:33.447 (2) [pool-3-thread-21]: Error: CampID: 1829_GT Info: [[Google API error, type=AdGroup, errorCode=57, errorText=0057, reason=Too small value., field=maxCpc]
2016-02-22 15:13:33.447 (2) [pool-3-thread-21]: 1829_GT has 1 distinct deployment errors.
2016-02-22 15:13:33.447 (4) [pool-3-thread-21]: preparing SQL statement [update clients.externalCampaign set enabled = ? where id = ?]
2016-02-22 15:13:33,450 [pool-3-thread-21] INFO jdbc.sqlonly - SELECT `errors`.`errorJson` FROM `campaigns` JOIN `errors` ON `errors`.`campaignName` = `campaigns`.`name`
Note :
Kindly find the attached Error log