Uploaded image for project: 'AdMaxLocal'
  1. AdMaxLocal
  2. AML-3198

ABU logs error for deleted campaigns (Fuji)

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: Fuji
    • Fix Version/s: Fuji
    • Labels:
      None
    • Environment:
    • Sprint:
      Sprint 10

      Description

      ABU throws error for deleted campaign.
      Steps:
      1) Create an order and deploy
      2) Terminate the order and check clients.externalCampaignParent and tsacommon.searchEngineAccounts. Status shows 'deleted'
      3) Run ABU for the same day the campaign was created.

      ABU Log:

      2014-10-30 06:56:11,415 [P1T1] INFO o.a.c.s.C.C.CampaignServiceInterface - Inbound Message
      ----------------------------
      ID: 1
      Response-Code: 200
      Encoding: UTF-8
      Content-Type: text/xml; charset=utf-8
      Headers:

      {Cache-Control=[private], connection=[close], Content-Length=[1211], content-type=[text/xml; charset=utf-8], Date=[Thu, 30 Oct 2014 06:55:24 GMT], P3P=[policyref="http://privacy.yahoo.co.jp/w3c/p3p_jp.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV"], Vary=[Accept-Encoding]}

      Payload: <?xml version="1.0" encoding="UTF-8"?>
      <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ss.yahooapis.jp/V5"><SOAP-ENV:Header><ns1:ResponseHeader><ns1:service>CampaignService</ns1:service><ns1:remainingQuota>5134</ns1:remainingQuota><ns1:quotaUsedForThisRequest>2</ns1:quotaUsedForThisRequest><ns1:timeTakenMillis>0.1514</ns1:timeTakenMillis></ns1:ResponseHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1:mutateResponse><ns1:rval><ns1:ListReturnValue.Type>CampaignReturnValue</ns1:ListReturnValue.Type><ns1:Operation.Type>SET</ns1:Operation.Type><ns1:values><ns1:operationSucceeded>false</ns1:operationSucceeded><ns1:error><ns1:code>10100</ns1:code><ns1:message>DEACTIVATED</ns1:message><ns1:detail><ns1:requestKey>campaignId</ns1:requestKey><ns1:requestValue>841682</ns1:requestValue></ns1:detail></ns1:error></ns1:values><ns1:values><ns1:operationSucceeded>false</ns1:operationSucceeded><ns1:error><ns1:code>10100</ns1:code><ns1:message>DEACTIVATED</ns1:message><ns1:detail><ns1:requestKey>campaignId</ns1:requestKey><ns1:requestValue>841683</ns1:requestValue></ns1:detail></ns1:error></ns1:values></ns1:rval></ns1:mutateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

      --------------------------------------
      2014-10-30 06:56:11,484 [P1T1] DEBUG c.t.s.c.y.util.SoapClientHandler - RESPONSE XML: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ss.yahooapis.jp/V5">
      <SOAP-ENV:Header>
      <ns1:ResponseHeader>
      <ns1:service>CampaignService</ns1:service>
      <ns1:remainingQuota>5134</ns1:remainingQuota>
      <ns1:quotaUsedForThisRequest>2</ns1:quotaUsedForThisRequest>
      <ns1:timeTakenMillis>0.1514</ns1:timeTakenMillis>
      </ns1:ResponseHeader>
      </SOAP-ENV:Header>
      <SOAP-ENV:Body>
      <ns1:mutateResponse>
      <ns1:rval>
      <ns1:ListReturnValue.Type>CampaignReturnValue</ns1:ListReturnValue.Type>
      <ns1:Operation.Type>SET</ns1:Operation.Type>
      <ns1:values>
      <ns1:operationSucceeded>false</ns1:operationSucceeded>
      <ns1:error>
      <ns1:code>10100</ns1:code>
      <ns1:message>DEACTIVATED</ns1:message>
      <ns1:detail>
      <ns1:requestKey>campaignId</ns1:requestKey>
      <ns1:requestValue>841682</ns1:requestValue>
      </ns1:detail>
      </ns1:error>
      </ns1:values>
      <ns1:values>
      <ns1:operationSucceeded>false</ns1:operationSucceeded>
      <ns1:error>
      <ns1:code>10100</ns1:code>
      <ns1:message>DEACTIVATED</ns1:message>
      <ns1:detail>
      <ns1:requestKey>campaignId</ns1:requestKey>
      <ns1:requestValue>841683</ns1:requestValue>
      </ns1:detail>
      </ns1:error>
      </ns1:values>
      </ns1:rval>
      </ns1:mutateResponse>
      </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>

      2014-10-30 06:56:11,512 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - ******* Error *******
      2014-10-30 06:56:11,512 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - code = 10100
      2014-10-30 06:56:11,512 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - message = DEACTIVATED
      2014-10-30 06:56:11,513 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - ******* Error Detail *******
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - request key = campaignId
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - request value = 841682
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - ******* Error *******
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - code = 10100
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - message = DEACTIVATED
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - ******* Error Detail *******
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - request key = campaignId
      2014-10-30 06:56:11,514 [P1T1] DEBUG c.t.s.c.yahoojapan.util.SoapUtils - request value = 841683
      2014-10-30 06:56:11.514 (3) [P1T1]: No updates for SEUser 622, skipping API call.
      2014-10-30 06:56:11.524 (3) [P1T1]: Finished applying algorithm [SABB] for account [299] in distributions [3, 178]
      2014-10-30 06:56:11.525 (3) [P1T1]: Released migrator lock for Account ID #299
      2014-10-30 06:56:11.525 (3) [P1T1]: Completed Account ID #299: 0f3b3fd7-7440-4e6e-baf9-188169901912
      2014-10-30 06:56:11.526 (3) [main]: ------------AdMax Summarizer done

      Expected Result:
      There should be no error seen

        Attachments

          Activity

            People

            • Assignee:
              varshini.padmanabhan Varshini Padmanabhan (Inactive)
              Reporter:
              varshini.padmanabhan Varshini Padmanabhan (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: