Hello All,

I found the same behaviour and I wrapped all my DAO calls to AdWords
API with retry logic :)
Btw, it stable failure when I do several webservice calls
simultaneously for one account (login/password).

Do you know is it bug? Or is it it will be fixed soon?

Thanks,

On May 4, 7:40 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> Hello, erm, EvilGuy,
>
>  Could you pass along the log of the outgoing SOAP request you're
> sending to theSandbox'sKeywordToolService? Make sure to X-out your
> email and password information.
>
>  There's no good way for me to find your request in theSandboxlogs
> and that's a very generic error, so without looking at your SOAP
> request I would not be able to tell you what's going wrong.
>
> Cheers,
> -Jeff Posnick, AdWords API Team
>
> On May 1, 2:06 pm, EvilGuyWhoEatsBrains <nokittymypot...@gmail.com>
> wrote:
>
> > I receive this error when making a call to the KeywordVariations api
> > on thesandbox...
>
> > "An internal error has occurred. Please retry your request."
>
> > The only info I've been able to find on this indicates that there is a
> > problem on thesandbox. So I'm just wondering if it's true in this
> > case. (I'm able to make calls using TrafficEstimatorService and
> > AccountService)
>
> > Here's the stack trace. (using c# and visual studio btw)
> > ===============================================================
>
> > An internal error has occurred.  Please retry your request.
>
> > Description: An unhandled exception occurred during the execution of
> > the current web request. Please review the stack trace for more
> > information about the error and where it originated in the code.
>
> > Exception Details: System.Web.Services.Protocols.SoapException: An
> > internal error has occurred.  Please retry your request.
>
> > Source Error:
> > Line 182:        [return: System.Xml.Serialization.XmlElementAttribute
> > ("getKeywordVariationsReturn")]
> > Line 183:        public KeywordVariations getKeywordVariations
> > ([System.Xml.Serialization.XmlElementAttribute("seedKeywords")]
> > SeedKeyword[] seedKeywords, bool useSynonyms,
> > [System.Xml.Serialization.XmlElementAttribute("languages")] string[]
> > languages, [System.Xml.Serialization.XmlElementAttribute("countries")]
> > string[] countries) {
> > Line 184:            object[] results = this.Invoke
> > ("getKeywordVariations", new object[] {
> > Line 185:                        seedKeywords,
> > Line 186:                        useSynonyms,
>
> > Source File: c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary
> > ASP.NET Files\semtool\85cf90c3\2db5f9e8\App_WebReferences.yndmur7y.
> > 1.cs    Line: 184
>
> > Stack Trace:
> > [SoapException: An internal error has occurred.  Please retry your
> > request.]
> >    System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse
> > (SoapClientMessage message, WebResponse response, Stream
> > responseStream, Boolean asyncCall) +431766
> >    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
> > methodName, Object[] parameters) +204
> >    Google.KeywordToolService.KeywordToolService.getKeywordVariations
> > (SeedKeyword[] seedKeywords, Boolean useSynonyms, String[] languages,
> > String[] countries) in c:\Windows\Microsoft.NET\Framework
> > \v2.0.50727\Temporary ASP.NET Files\semtool
> > \85cf90c3\2db5f9e8\App_WebReferences.yndmur7y.1.cs:184
> >    index.getAdWordsSearchVolume(String[] searchTerms, String
> > countryCode, String clientEmail) in c:\Users\plake\Documents\Visual
> > Studio 2008\WebSites\SEMTool\index.aspx.cs:253
> >    index.btnSearch_Click(Object sender, EventArgs e) in c:\Users\plake
> > \Documents\Visual Studio 2008\WebSites\SEMTool\index.aspx.cs:41
> >    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
> >    System.Web.UI.WebControls.Button.RaisePostBackEvent(String
> > eventArgument) +110
>
> > System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
> > (String eventArgument) +10
> >    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
> > sourceControl, String eventArgument) +13
> >    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
> > +36
> >    System.Web.UI.Page.ProcessRequestMain(Boolean
> > includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> > +1565

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to