Thanks for the fix Google team!

I am receiving a new error starting today when trying to GetAccountBudget 
via BUDGETORDERSERVICE, adwords api 201607, googleads-php-lib-12.0.0.  This 
error only occurs for some accounts-can't figure out why it works fine for 
other accounts.  It seems like the error is related to the account since 
some accounts never see the error, and some always get the error.  Have not 
encountered this error before today.  Please let me know if you need more 
details.

Error: "An error has occurred: [BudgetOrderError.UNKNOWN @ ; 
trigger:'Couldn't find metadata for a normal terms orderline'] "

Soap_xml.log:

[Sep 06 2016 15:03:59.000000 - ERROR] POST 
/api/adwords/billing/v201607/BudgetOrderService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/7.0.5, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 584
Authorization: Bearer 
ya29.CipWA8THrOkYCHc4aAl3dUfJa8xDLQS4FU9tGJJ1Sr5K5SMlEV4LFS7lQ18

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201607"; 
xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201607";>
  <SOAP-ENV:Header>
    <ns2:RequestHeader>
      <ns1:clientCustomerId>XXXXXXXXXXXXX</ns1:clientCustomerId>
      <ns1:developerToken>wo0M7dwXJv55tawIajxubg</ns1:developerToken>
      <ns1:userAgent>CF_adwords_api (AwApi-PHP/12.0.0, Common-PHP/12.0.0, 
PHP/7.0.5)</ns1:userAgent>
    </ns2:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns2:get>
      <ns2:serviceSelector>
        <ns1:fields>BillingAccountId</ns1:fields>
        <ns1:fields>StartDateTime</ns1:fields>
        <ns1:fields>EndDateTime</ns1:fields>
        <ns1:fields>Id</ns1:fields>
        <ns1:predicates>
          <ns1:field>BillingAccountId</ns1:field>
          <ns1:operator>EQUALS</ns1:operator>
          <ns1:values>XXXX-XXXX-XXXX-XXXX</ns1:values>
        </ns1:predicates>
        <ns1:predicates>
          <ns1:field>StartDateTime</ns1:field>
          <ns1:operator>GREATER_THAN_EQUALS</ns1:operator>
          <ns1:values>20160901</ns1:values>
        </ns1:predicates>
        <ns1:predicates>
          <ns1:field>EndDateTime</ns1:field>
          <ns1:operator>LESS_THAN_EQUALS</ns1:operator>
          <ns1:values>20161201</ns1:values>
        </ns1:predicates>
        <ns1:ordering>
          <ns1:field>EndDateTime</ns1:field>
          <ns1:sortOrder>DESCENDING</ns1:sortOrder>
        </ns1:ordering>
        <ns1:paging>
          <ns1:startIndex>0</ns1:startIndex>
          <ns1:numberResults>1</ns1:numberResults>
        </ns1:paging>
      </ns2:serviceSelector>
    </ns2:get>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Tue, 06 Sep 2016 22:03:59 GMT
Expires: Tue, 06 Sep 2016 22:03:59 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: clear
Transfer-Encoding: chunked



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0acfcbaf-00f6-4479-93be-429dcca2d959%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to