Re: Adwords API exception An internal error has occurred. Please retry your request

2011-10-20 Thread Anash P. Oommen
Hi Shobha, An unexpected internal error means that something went wrong at the AdWords API server side. That said, v13 reports are deprecated, consider moving to v201109 reports instead. Cheers, Anash P.Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Adwords API exception An internal error has occurred. Please retry your request

2011-10-20 Thread Shobha
false ); Here the $startDate is '2005-03-01' and $endDate is '2011-10-20' and when I execute the script it gives me the following message &q

Re: An internal error has occurred. Please retry your request.

2011-06-28 Thread Eric Koleda
Hi Tomasz, There is an internal issue that is causing cross-client reports to fail with this error for some accounts. We are working to correct the problem, and we hope to have it resolved soon. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

An internal error has occurred. Please retry your request.

2011-06-23 Thread Tomasz Pajor
Hello, For some of our accounts we are getting "An internal error has occurred. Please retry your request.". We are using v13 ReportService and the request is validateReportJob. Do You have problems on Your end? When this issue will be fixed? -- Best regards To

AdWords API Re: Fault: 1 Code: soapenv:Server.generalException String: An internal error has occurred. Please retry your request. In update criteria

2010-02-26 Thread AdWords API Advisor
      Code: soapenv:Server.generalException >         String: An internal error has occurred.  Please retry your > request. >         Detail: > > My code is as follows: > The data $_SESSION['cpcRecommended'],  $_SESSION['client'], > $_SESSION['Grup_id

AdWords API Fault: 1 Code: soapenv:Server.generalException String: An internal error has occurred. Please retry your request. In update criteria

2010-02-25 Thread molaMolar
hello, my problem is this: When trying to update the CPC for a search on the jumps I'm betting the following error: Fault: 1 Code: soapenv:Server.generalException String: An internal error has occurred. Please retry your request. Detail: My code is as fo

AdWords API Re: An internal error has occurred. Please retry your request.

2009-10-26 Thread AdWords API Advisor
> - http://schemas.xmlsoap.org/soap/ > > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > > - > > - > >   soapenv:Server.generalException > >   An internal erro

AdWords API Re: An internal error has occurred. Please retry your request.

2009-09-17 Thread AdWords API Advisor
/XMLSchema"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > - > - >   soapenv:Server.generalException >   An internal error has occurred. Please retry your > request. > - > - https://adwords.google.com/api/adwords/v13";> >   0

AdWords API An internal error has occurred. Please retry your request.

2009-09-16 Thread Jack2006
71564384 This is response from Adwords - http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> - - soapenv:Server.generalException An internal error has occurred

AdWords API Re: An internal error has occurred. Please retry your request. ( when trying to create Ads)

2009-07-02 Thread AdWords API Advisor
: > I'm also having this issue trying to add Ads...  Campaigns and > AdGroups work fine.  I've had a few issues where things work in > Production, but not the Sandbox. > > >   0 >   An internal error has occurred.  Please retry your > request.

AdWords API Re: An internal error has occurred. Please retry your request.

2009-06-16 Thread AdWords API Advisor
http://schemas.xmlsoap.org/soap/actor/ > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > adwords/v13">0 >   http://schemas.xmlsoap.org/soap/actor/next"; > soapenv:mustUnderstand="0" xmlns="https://adwords.google

AdWords API An internal error has occurred. Please retry your request.

2009-06-16 Thread shodson
s="https://adwords.google.com/api/ adwords/v13">0 http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">7e49c82825416d244ab9f4a4d

AdWords API Re: ERROR: "An internal error has occurred. Please retry your request"

2009-06-10 Thread AdWords API Advisor
Hello, If you take a look at the SOAP headers in the incoming fault message you're receiving, you should see one named requestId. Can you pass along the value of that header? I can look up the error you're receiving in our logs if you do. Cheers, -Jeff Posnick, AdWords API Team On Jun 9, 6:47

AdWords API ERROR: "An internal error has occurred. Please retry your request"

2009-06-10 Thread shodson
I am getting this error message. I don't know what to do. Everything worked on v12 but now that I've changed to v13 I can't get past this problem. I regenerated my ReportService class using the newer WSDL, modified my headers and my selected columns, which were giving me different errors, but I

AdWords API Re: An internal error has occurred. Please retry your request.

2009-05-22 Thread jalxm
> > 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 > > probl

AdWords API Re: An internal error has occurred. Please retry your request.

2009-05-04 Thread AdWords API Advisor
fficEstimatorService 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

AdWords API An internal error has occurred. Please retry your request.

2009-05-04 Thread EvilGuyWhoEatsBrains
I receive this error when making a call to the KeywordVariations api on the sandbox... "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 the sandbox. So I'm just wondering if it

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-16 Thread AdWords API Advisor
Hello Phil, What looks like ended up being the fix was a configuration change. We didn't have any code changes that took place around the time that the problem first started cropping up. I don't think I could go into much more detail than that, other than to say I'm doing what I can to make sure

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-16 Thread Phil
Can I ask, Was it an issue related to permissions, or was it actually a code bug? (In the spirit of general interest.) On Jan 15, 6:09 pm, AdWords API Advisor wrote: > I'm waiting to get confirmation from the engineers who were looking at > this, but yes, hopefully we do have a resolution in pl

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-15 Thread AdWords API Advisor
I'm waiting to get confirmation from the engineers who were looking at this, but yes, hopefully we do have a resolution in place. If ad and criteria creation are still *not* working for you in the Sandbox, please post and let us know. I'll update this thread with more info when I get it. Cheers,

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-15 Thread Phil
Yes, working here too. "If it ain't broke, it doesn't have enough features yet." - Unknown --~--~-~--~~~---~--~~ 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@g

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-14 Thread Plaudit
Yup I just tried it and it works for me as well. On Jan 14, 4:20 pm, pquery wrote: > I've been experiencing this problem as well.  Put I've just refreshed > and the ad as been added successfully. > > On Jan 14, 11:19 pm, AdWords API Advisor > > wrote: > > It is unfortunately more complicated. W

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-14 Thread pquery
I've been experiencing this problem as well. Put I've just refreshed and the ad as been added successfully. On Jan 14, 11:19 pm, AdWords API Advisor wrote: > It is unfortunately more complicated. What the Sandbox is experiencing > is a failure to communicate with the service that checks for ad/

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-14 Thread AdWords API Advisor
It is unfortunately more complicated. What the Sandbox is experiencing is a failure to communicate with the service that checks for ad/ criteria policy violations, and there are several engineers from both the AdWords API team and the team responsible for our AdWords policy checks working on resol

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-14 Thread Plaudit
Yup still broke for me too. Wish they could just hit a magic roll back button but I imagine it's a bit more complicated than that. On Jan 13, 9:08 am, Phil <5000...@googlemail.com> wrote: > It apperas this problem is still ongoingI am getting the same > problem as everyone else here. > Can a

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-13 Thread Phil
It apperas this problem is still ongoingI am getting the same problem as everyone else here. Can add everything up to the Adgroup level, then everything fails from then on - no textads or criteria. I am supprised this has gone on for 6 days - no chance of a roll back? Phil. --~--~-~--~

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-13 Thread Wgeter
I have the same problem, can not test addCriteria or addAd any more. --~--~-~--~~~---~--~~ 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 unsu

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-13 Thread chunze.s...@exelution.com
I have the same problem, can not test addCriteria and addAd any more. --~--~-~--~~~---~--~~ 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 uns

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-13 Thread PYCTAM
the problem is still actual and there is no any other possibility to test Keywords and TextAds soapenv:Server.generalException An internal error has occurred. Please retry your request. https://adwords.google.com/api/adwords/ v13"> 0 An internal e

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-12 Thread AdWords API Advisor
dWords API Team On Jan 12, 2:08 pm, Geno wrote: > I also, am continunig to get a response of "An internal error has > occurred.  Please retry your request." > > On Jan 12, 9:09 am, "sergio.sprite" wrote: > > > Hello there, I am having the same problem

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-12 Thread Geno
I also, am continunig to get a response of "An internal error has occurred. Please retry your request." On Jan 12, 9:09 am, "sergio.sprite" wrote: > Hello there, I am having the same problems since saturday, when I try > to add an Ad I get theerror&

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-12 Thread sergio.sprite
Hello there, I am having the same problems since saturday, when I try to add an Ad I get the error "An internal error has occurred. please retry your request. is invalid" I've tryed with 2 differents google accounts On 9 ene, 16:49, AdWords API Advisor wrote: > Hello, > &

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-09 Thread AdWords API Advisor
:17 AM org.apache.axis.transport.http.HTTPSender > writeToSocket > FINE: POST /api/adwords/v12/AdGroupService HTTP/1.0 > Content-Type: text/xml; charset=utf-8 > Accept: application/soap+xml, application/dime, multipart/related, > text/* > User-Agent: Axis/1.2.1 > Host: sandbox.goog

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-08 Thread PSPL Noida
-instance">http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/ adwords/v12">psplno...@gmail.comhttp://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns:ns2=&

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-08 Thread Plaudit
> I'm using adwords4r.  I just tried the create_all.rb example code with > > a new sandbox account.  Here is the result: > > > Campaign id 5346 was successfully added. > > Ad group id 518300 was successfully added. > > SOAP Error: An internal error has occurred.

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-08 Thread AdWords API Advisor
successfully added. > Ad group id 518300 was successfully added. > SOAP Error: An internal error has occurred.  Please retry your > request. (code: 0) > Source: create_all.rb:88:in `main' > > On Jan 7, 11:42 am, AdWords API Advisor > wrote: > > > Okay, this

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-07 Thread Plaudit
reproduce it now? > > > > Cheers, > > > -Jeff Posnick, AdWords API Team > > > > On Jan 7, 1:34 am, Plaudit wrote: > > > > > I am getting the same error. > > > > > On Jan 6, 7:47 pm, Ursula wrote: > > > > > > Hello,

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-07 Thread AdWords API Advisor
e it now? > > > > Cheers, > > > -Jeff Posnick, AdWords API Team > > > > On Jan 7, 1:34 am, Plaudit wrote: > > > > > I am getting the same error. > > > > > On Jan 6, 7:47 pm, Ursula wrote: > > > > > > Hello

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-07 Thread AdWords API Advisor
a wrote: > > > > > Hello, > > > > Is there something wrong with the sandbox today?   I've been trying to > > > > run various tests and I am getting this error on every request: > > > > An internal error has occurred.  Please retry your reques

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-07 Thread Plaudit
n 7, 1:34 am, Plaudit wrote: > > > I am getting the same error. > > > On Jan 6, 7:47 pm, Ursula wrote: > > > > Hello, > > > Is there something wrong with the sandbox today?   I've been trying to > > > run various tests and I am getting this error o

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-07 Thread Peer Jakobsen (AdWords API Guru)
Hi Jeff, I currently see this on the sandbox for AddCriteria and AddAds. Here is a SOAP Request that fails: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> https://adwords.

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-07 Thread AdWords API Advisor
us tests and I am getting this error on every request: > > An internal error has occurred.  Please retry your request. > > > When will this be fixed? > > > Thank you, > > Ursula Kellmann > > iCrossing --~--~-~--~~~---~--~~ You re

AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-06 Thread Plaudit
I am getting the same error. On Jan 6, 7:47 pm, Ursula wrote: > Hello, > Is there something wrong with the sandbox today?   I've been trying to > run various tests and I am getting this error on every request: > An internal error has occurred.  Please retry your request. >

AdWords API An internal error has occurred. Please retry your request. in Sandbox

2009-01-06 Thread Ursula
Hello, Is there something wrong with the sandbox today? I've been trying to run various tests and I am getting this error on every request: An internal error has occurred. Please retry your request. When will this be fixed? Thank you, Ursula Kellmann iCro

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread edmond
774b76848d4126 > > > > > > > > Apologies for the brief downtime. > > > > > > > > Cheers, > > > > > > > -Jeff Posnick, AdWords API Team > > > > > > > > On Dec 29, 6:54 pm, Newbie wrote: > > > &g

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread AdWords API Advisor
; > > > Cheers, > > > > > > -Jeff Posnick, AdWords API Team > > > > > > > On Dec 29, 6:54 pm, Newbie wrote: > > > > > > > > Oops. Ok. Now it's gone. Thanks! Must have been a temporary glich! > > > > > >

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread eelco.v987
> > > Oops. Ok. Now it's gone. Thanks! Must have been a temporary glich! > > > > > > > On Dec 29, 3:17 pm, Newbie wrote: > > > > > > > > Hello! > > > > > > > > Thanks for your earlier response. I had copied that co

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread eelco.v987
: > > > > > > > Hello! > > > > > > > Thanks for your earlier response. I had copied that code from one of > > > > > > the examples and was testing it out. I was using the sandbox > > > > > > previously and now I have switched to

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread AdWords API Advisor
> Hello! > > > > > > Thanks for your earlier response. I had copied that code from one of > > > > > the examples and was testing it out. I was using the sandbox > > > > > previously and now I have switched to connecting to my own Adwords > > > >

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread AdWords API Advisor
at code from one of > > > > the examples and was testing it out. I was using the sandbox > > > > previously and now I have switched to connecting to my own Adwords > > > > account. I seem to connect fine, but then get the following error when > > > > I try to c

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-30 Thread eelco.v987
seem to connect fine, but then get the following error when > > > I try to call anything: > > > > An internal error has occurred. Please retry your request.  N/A  / > > > PHPAPI/apility_1.13.1/project.php:getManagersClientAccounts() > > > > and t

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-29 Thread AdWords API Advisor
to connecting to my own Adwords > > account. I seem to connect fine, but then get the following error when > > I try to call anything: > > > An internal error has occurred. Please retry your request.  N/A  / > > PHPAPI/apility_1.13.1/project.php:getManagersClientAccounts(

AdWords API Re: Getting An internal error has occurred. Please retry your request.

2008-12-29 Thread Newbie
w I have switched to connecting to my own Adwords > account. I seem to connect fine, but then get the following error when > I try to call anything: > > An internal error has occurred. Please retry your request.  N/A  / > PHPAPI/apility_1.13.1/project.php:getManagersClientAccounts() > >

AdWords API Re: An internal error has occurred. Please retry your request.

2008-11-21 Thread AdWords API Advisor
n> > > >         [PASSWORD] > > >         [EMAIL] > > >   > > >   > > >     https://adwords.google.com/api/ > > > adwords/v13"> > > >   > > > > > > > http://schemas.xmlsoap.org/soap/ > > >

AdWords API Re: An internal error has occurred. Please retry your request.

2008-11-21 Thread Tom Guzik
        [PASSWORD] > >         [EMAIL] > >   > >   > >     https://adwords.google.com/api/ > > adwords/v13"> > >   > > > > > http://schemas.xmlsoap.org/soap/ > > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; >

AdWords API Re: An internal error has occurred. Please retry your request.

2008-11-20 Thread AdWords API Advisor
        [APP-TOKEN] applicationToken> >         [PASSWORD] >         [EMAIL] >   >   >     https://adwords.google.com/api/ > adwords/v13"> >   > > > http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:xsd="http://www.w3.org/2001/XML

AdWords API An internal error has occurred. Please retry your request.

2008-11-20 Thread Nick Retallack
/v13"> http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.generalException An internal error has occurred. Please retry your request.

AdWords API Re: Getting 'An internal error has occurred. Please retry your request.' when trying to add creative (using addAds)

2008-11-03 Thread AdWords API Advisor
Hello Adi, Please provide the value of the requestId SOAP response header for a request that failed and I'll be able to investigate further. Cheers, -Jeff Posnick, AdWords API Team On Nov 3, 9:23 am, Adi <[EMAIL PROTECTED]> wrote: > Hi, > > I got this error when I tried to add ads to existing

AdWords API Getting 'An internal error has occurred. Please retry your request.' when trying to add creative (using addAds)

2008-11-03 Thread Adi
Hi, I got this error when I tried to add ads to existing adgroups on production env. This error occured 3 times, for 3 different adgroups that I tried to update their ads consecutively, in the forth adgoup it does worked with no error. It haven't happend again since then. It happend on the 24th o