Thanks a lot Eric! On Jun 15, 4:27 pm, AdWords API Advisor <[email protected]> wrote: > Hi Manfred, > > This error is caused by an incorrect date format in your dateRange > field. Dates in v201003 are specified in the format YYYYMMDD, such as > 20100601. If you remove the dashes from your dates the request should > be successful. I'll work with the core engineering team to improve > the error message in this situation. > > Best, > - Eric > > On Jun 14, 11:31 am, manolator <[email protected]> wrote: > > > Hi Eric, > > > this is the log output. > > > Best, > > > Manfred > > > [14 Jun 2010 17:20:46,179 - DEBUG] > > <?xml version="1.0" encoding="UTF-8"?> > > <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 soapenv:actor="http://schemas.xmlsoap.org/soap/ > > actor/next" soapenv:mustUnderstand="0" > > xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201003"> > > <ns1:authToken xmlns:ns1="https://adwords.google.com/api/adwords/cm/ > > v201003">******</ns1:authToken> > > <ns1:clientCustomerId/> > > <ns1:developerToken>NNZ0SX28L8A6YQd7MjefVA</ns1:developerToken> > > <ns1:userAgent>AdWords API Java Client Library - v8.1.0 - google > > adwords controller</ns1:userAgent> > > <ns1:validateOnly>false</ns1:validateOnly> > > </ns1:RequestHeader> > > </soapenv:Header> > > <soapenv:Body> > > <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201003"> > > <operations> > > <operator>ADD</operator> > > <operand> > > <selector> > > <fields>AdGroupId</fields> > > <fields>Id</fields> > > <fields>KeywordText</fields> > > <fields>KeywordMatchType</fields> > > <fields>Impressions</fields> > > <fields>Clicks</fields> > > <fields>Cost</fields> > > <predicates> > > <field>AdGroupId</field> > > <operator>EQUALS</operator> > > <values>123456789</values> > > </predicates> > > <dateRange> > > <min>2010-06-01</min> > > <max>2010-06-07</max> > > </dateRange> > > </selector> > > <reportName>ADWORDS_KeywordPerformance1276528845428</reportName> > > <reportType>KEYWORDS_PERFORMANCE_REPORT</reportType> > > <dateRangeType>CUSTOM_DATE</dateRangeType> > > <downloadFormat>XML</downloadFormat> > > </operand> > > </operations> > > </mutate> > > </soapenv:Body> > > </soapenv:Envelope> > > [14 Jun 2010 17:20:46,184 - DEBUG] > > <?xml version="1.0" encoding="UTF-8"?> > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > > <soap:Body> > > <soap:Fault> > > <faultcode>soap:Server</faultcode> > > <faultstring>Fault occurred while processing.</faultstring> > > </soap:Fault> > > </soap:Body> > > </soap:Envelope> > > > On Jun 8, 9:56 pm, AdWords API Advisor <[email protected]> > > wrote: > > > > Hi Manfred, > > > > Please post the SOAP XML that was logged for this request, ensuring > > > that all private data is removed. > > > > Best, > > > - Eric Koleda, AdWords API Team > > > > On Jun 7, 10:55 am, manolator <[email protected]> wrote: > > > > > Hi, > > > > > I just tried to run the AddKeywordsPerformanceReportDefinition example > > > > from the 8.1.0 client library jar. > > > > The call of > > > > reportDefinitionService.mutate(operations) > > > > returns "Fault occurred while processing". Which is not very > > > > specific ;-) > > > > > Setting useSandbox true or false doesn't make a difference. > > > > > Perhaps anyone has an idea? > > > > > Thanks in advance, > > > > > Manfred > > > > > ----- > > > > > AxisFault > > > > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server > > > > faultSubcode: > > > > faultString: Fault occurred while processing. > > > > faultActor: > > > > faultNode: > > > > faultDetail: > > > > {http://xml.apache.org/axis/}stackTrace:Fault occurred while > > > > processing. > > > > at > > > > org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java: > > > > 222) > > > > at > > > > org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java: > > > > 129) > > > > at > > > > org.apache.axis.encoding.DeserializationContext.endElement(DeserializationC > > > > ontext.java: > > > > 1087) > > > > at > > > > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unk > > > > nown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan > > > > EndElement(Unknown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl > > > > $FragmentContentDriver.next(Unknown Source) > > > > at > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unkno > > > > wn > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan > > > > Document(Unknown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown > > > > Source) > > > > at > > > > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown > > > > Source) > > > > at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl > > > > $JAXPSAXParser.parse(Unknown Source) > > > > at javax.xml.parsers.SAXParser.parse(Unknown Source) > > > > at > > > > org.apache.axis.encoding.DeserializationContext.parse(DeserializationContex > > > > t.java: > > > > 227) > > > > at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) > > > > at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) > > > > at > > > > org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandCh > > > > ecker.java: > > > > 62) > > > > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) > > > > at org.apache.axis.client.Call.invokeEngine(Call.java:2784) > > > > at org.apache.axis.client.Call.invoke(Call.java:2767) > > > > at org.apache.axis.client.Call.invoke(Call.java:2443) > > > > at org.apache.axis.client.Call.invoke(Call.java:2366) > > > > at org.apache.axis.client.Call.invoke(Call.java:1812) > > > > at > > > > com.google.api.adwords.v201003.cm.ReportDefinitionServiceSoapBindingStub.mu > > > > tate(ReportDefinitionServiceSoapBindingStub.java: > > > > 655) > > > > at > > > > v201003.AddKeywordsPerformanceReportDefinition.main(AddKeywordsPerformanceR > > > > eportDefinition.java: > > > > 88)
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
