26 messages in com.googlegroups.adwords-apiInternal Error returned during "sched...
FromSent OnAttachments
clafollett18 Jan 2007 08:58 
NS23 Jan 2007 10:03 
goran7723 Jan 2007 10:58 
Michael Henson24 Jan 2007 06:47 
Mike24 Jan 2007 07:40 
Mike25 Jan 2007 04:32 
goran7725 Jan 2007 12:37 
EvanA25 Jan 2007 13:17 
Michael Henson25 Jan 2007 13:31 
Mike26 Jan 2007 01:31 
Sean26 Jan 2007 18:19 
Sean29 Jan 2007 11:34 
clafollett29 Jan 2007 12:09 
goran7729 Jan 2007 23:52 
goran7730 Jan 2007 09:33 
clafollett30 Jan 2007 09:38 
PRiz02 Feb 2007 05:00 
clafollett07 Feb 2007 06:08 
AdWordsAPIAdvisor07 Feb 2007 13:09 
AdWordsAPIAdvisor07 Feb 2007 17:50 
clafollett08 Feb 2007 05:45 
stud...@gmail.com12 Feb 2007 03:54 
PRiz12 Feb 2007 10:53 
westsider13 Feb 2007 08:09 
AdWordsAPIAdvisor13 Feb 2007 18:11 
AdWordsAPIAdvisor14 Feb 2007 19:16 
Subject:Internal Error returned during "scheduleReportJob" call
From:clafollett (c.@sendtec.com)
Date:01/18/2007 08:58:01 AM
List:com.googlegroups.adwords-api

We are experiencing issues when attempting to schedule a custom report job for 4 our our campaigns. This scheduled report job that has worked flawlessly since last summer. Below is my Request and Response SOAP packets. Can some one from Google PLEASE assist in figuring this out? FYI, the SOAP request is automatically generated by the .NET 2.0 Framework based on the imported WSDLs.

Thanks!

*********************************************************************************

-----SoapRequest at 1/18/2007 11:45:46 AM <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <email xmlns="https://adwords.google.com/api/adwords/v7">*********************</email> <applicationToken xmlns="https://adwords.google.com/api/adwords/v7">**********************</applicationToken> <clientEmail xmlns="https://adwords.google.com/api/adwords/v7">***************</clientEmail> <developerToken xmlns="https://adwords.google.com/api/adwords/v7">**********************</developerToken> <password xmlns="https://adwords.google.com/api/adwords/v7">***********</password> <useragent xmlns="https://adwords.google.com/api/adwords/v7">Google Search Engine Translator</useragent> </soap:Header> <soap:Body> <scheduleReportJob xmlns="https://adwords.google.com/api/adwords/v7"> <job xsi:type="CustomReportJob"> <aggregationType>Daily</aggregationType> <endDay>2007-01-16</endDay> <name>DailyActivityReport</name> <startDay>2007-01-16</startDay> <campaigns>15132426</campaigns> <customOptions>KeywordId</customOptions> <customOptions>Keyword</customOptions> <customOptions>KeywordType</customOptions> <customOptions>KeywordStatus</customOptions> <customOptions>AdGroupId</customOptions> <customOptions>AdGroup</customOptions> <customOptions>DestinationUrl</customOptions> <customOptions>Impressions</customOptions> <customOptions>Clicks</customOptions> <customOptions>Cost</customOptions> <customOptions>Cpc</customOptions> <customOptions>AveragePosition</customOptions> </job> </scheduleReportJob> </soap:Body> </soap:Envelope>

-----SoapResponse at 1/18/2007 11:45:47 AM <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> <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v7">679</responseTime> <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v7">0</operations> <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v7">0</units> <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/adwords/v7">0a365db5b344cb0b32cdc6623c564999</requestId> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.generalException</faultcode> <faultstring>An internal error has occurred. Please retry your request.</faultstring> <detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v7"> <ns1:code>0</ns1:code> <ns1:message>An internal error has occurred. Please retry your request.</ns1:message> </ns1:fault> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>