Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not a Bug
-
Affects Version/s: Mercury
-
Fix Version/s: None
-
Component/s: API
-
Labels:None
-
Environment:
aml-distribution-service-war-1.0.1-RC1.war
aml-ui-merchant-gwt-2.9.1-RC1.war
ops-scripts-3.0.0-BETA1-bin.zip
aml-ui-reseller-gwt-2.9.1-RC2.war
smb-ear-2.9.1-RC1.ear
aml-data-tool-2.9.1.jar
bidmgr-distribution-2.9.1-RC1-bin.tar.gz
aml-sapi-2.9.0-RC2.war
merchant-api-secure-1.0.1-RC1.war
taxonomy-api-secure-1.0.1-RC1.war
budget-api-secure-1.0.1-RC1.war
deployment-api-secure-1.0.1-RC1.war
api-docs-1.0.1-RC1-yj.war
api-docs-1.0.1-RC1.war
yahoo-japan-credentials-api-secure-1.0.1-RC1.war
aml-reporting-api-secure-1.0.1-RC1.war
aml-oauth-provider-1.0.2-RC1.war
qos-service-1.0.2-RC1.war
aml-java-rsa-keygen-tool-1.0.2-RC1.jaraml-distribution-service-war-1.0.1-RC1.war aml-ui-merchant-gwt-2.9.1-RC1.war ops-scripts-3.0.0-BETA1-bin.zip aml-ui-reseller-gwt-2.9.1-RC2.war smb-ear-2.9.1-RC1.ear aml-data-tool-2.9.1.jar bidmgr-distribution-2.9.1-RC1-bin.tar.gz aml-sapi-2.9.0-RC2.war merchant-api-secure-1.0.1-RC1.war taxonomy-api-secure-1.0.1-RC1.war budget-api-secure-1.0.1-RC1.war deployment-api-secure-1.0.1-RC1.war api-docs-1.0.1-RC1-yj.war api-docs-1.0.1-RC1.war yahoo-japan-credentials-api-secure-1.0.1-RC1.war aml-reporting-api-secure-1.0.1-RC1.war aml-oauth-provider-1.0.2-RC1.war qos-service-1.0.2-RC1.war aml-java-rsa-keygen-tool-1.0.2-RC1.jar
Description
New campaigns created for a account with deleted campaigns have incorrect start date in "`st-tracker`.admaxCampaignBudgetAccrualStatus" table.
1. Deploy an order through API .
2. Terminate the deployed order through API ,
3. Redeployed the order again through API .
4. Check the start date in ( st-tracker`.admaxCampaignBudgetAccrualStatus )
Expected Behavior
The start date should be set to tomorrow date , so that the new campaigns get active tomorrow .
Actual Behavior
The start date is set to today's date for the new campaign .So the new campaigns remain pause .
Note :
Merchant UUID -
89259086-f4b6-4f9d-a0f8-875a308e6c86
Realm - qa2 (orange)
SELECT * FROM `st-tracker`.admaxCampaignBudgetAccrualStatus WHERE admaxCampaignID IN (SELECT id FROM `st-tracker`.admaxCampaigns WHERE accountID = 191);
Kindly have a look on the screen-shot .