We are receiving an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on multiple requests to the API, most of them against CustomerFeedServiceInterfacePort. Here are the SOAP Request and the SOAP Response
Can you please help us to diagnose what's happening? Thanks, Alejandro 2017-11-08 19:27:04,987 [utionStrategy-1] INFO c.g.a.a.a.l.c.A.requestInfoLogger - Request made: Service: "CustomerFeedServiceInterfacePort" Method: "get" URL: "https://adwords.google.com/api/adwords/cm/v201705/CustomerFeedService" Request ID: "null" 2017-11-08 19:27:04,996 [utionStrategy-1] WARN c.g.a.a.a.l.c.A.soapXmlLogger - SOAP Request: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201705" soapenv:mustUnderstand="0"> <ns1:clientCustomerId>REDACTED</ns1:clientCustomerId> <ns1:developerToken>REDACTED</ns1:developerToken> <ns1:userAgent>iv (AwApi-Java, AdWords-Axis/3.4.0, Common-Java/3.4.0, Axis/1.4, Java/1.8.0_112, maven)</ns1:userAgent> <ns1:validateOnly>false</ns1:validateOnly> <ns1:partialFailure>false</ns1:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v201705"> <selector xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201705" xsi:type="ns2:Selector"> <ns2:fields xsi:type="xsd:string">FeedId</ns2:fields> <ns2:fields xsi:type="xsd:string">MatchingFunction</ns2:fields> <ns2:fields xsi:type="xsd:string">PlaceholderTypes</ns2:fields> <ns2:fields xsi:type="xsd:string">Status</ns2:fields> <ns2:predicates xsi:type="ns2:Predicate"> <ns2:field xsi:type="xsd:string">Status</ns2:field> <ns2:operator xsi:type="ns2:Predicate.Operator">IN</ns2:operator> <ns2:values xsi:type="xsd:string">ENABLED</ns2:values> <ns2:values xsi:type="xsd:string">REMOVED</ns2:values> </ns2:predicates> <ns2:paging xsi:type="ns2:Paging"> <ns2:startIndex xsi:type="xsd:int">0</ns2:startIndex> <ns2:numberResults xsi:type="xsd:int">0</ns2:numberResults> </ns2:paging> </selector> </get> </soapenv:Body> </soapenv:Envelope> 2017-11-08 19:27:04,996 [utionStrategy-1] WARN c.g.a.a.a.l.c.A.soapXmlLogger - SOAP Response: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201705"> <message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="InternalApiError"> <fieldPath/> <trigger/> <errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/6580d876-0d29-4668-8e37-81244363bdc4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
