Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-22 Thread Eric Koleda
Hi Marijn, The internal error indicates that the report is failing because the result data set it too large. It appears you are trying to get daily statistics for all active keywords over the period of an entire year, which is too large of a report to download at once. Try breaking this date

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-22 Thread Marijn
Hi Eric, I've just ran a report with the following name: KEYWORDS_PERFORMANCE_REPORT_BUG_{F009EE27-07C0-4c77-B551-AF33957B4112} #1324553814350.7 It failed (using the .NET client v13.2) giving me a ReportsException with this message: Report contents are invalid. - !!!1|||-1|||Could not read repo

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-20 Thread Eric Koleda
Hi, I apologize for the long delay in addressing you issue. The report definition you are using looks correct, and it's strange that it is failing only for a single account. I can try to find the internal logs for this request, but I'll need some unique value to search for. Can you try runn

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-19 Thread Dr.g.
unfortunately no where... On Dec 19, 2:07 pm, Marijn wrote: > Where else can I get support on this? > > On 9 nov, 14:59, Marijn wrote: > > > > > > > > > Hi there, > > > We're using the .NET Client Lib v13.0.0 to download Ad Hoc reports > > from the v201109 API. On one single account the > > KEYW

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-19 Thread Marijn
Where else can I get support on this? On 9 nov, 14:59, Marijn wrote: > Hi there, > > We're using the .NET Client Lib v13.0.0 to download Ad Hoc reports > from the v201109 API. On one single account the > KEYWORDS_PERFORMANCE_REPORT allways fails with an (500) Internal > Server Error. This never f

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-12-08 Thread Marijn
Hi Anash, Thank you. Below is the code we use (somewhat changed to be able to post it here). I want to point out again that this is working for all of our accounts (around 80) except one. // Create the ReportDefinition Selector selector = new Selector(); selec

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-30 Thread Anash P. Oommen
Hi Marijn, Could you please post the code for making the reportdefinition? I'll take a look and help fix it for you. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-28 Thread Marijn
Hi Kevin, I've downloaded the 13.2 version of the .NET client lib. Using this version I now get a ReportsException with the following message: Report contents are invalid. - !!!1|||-1|||Could not read report??? The exception has no further details. This issue is preventing us from releasing our

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-17 Thread Marijn
Hi Kevin, I've tried Fiddler to capture the traffic. Sadly I was wasn't able to see any of the requests done for the Ad Hoc reports, I could see requests to /accounts/clientlogin or /adwords/cm/v201109/ CampaignService... If I was to send you an e-mail with the ClientCustomerId, could you check t

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-14 Thread Kevin Winter
Hi, I spoke with the maintainer of the C# client library and he's working on a patch to capture 400 and 500 errors. In the meantime, would it be possible to install an HTTP proxy such as Fiddlr and set it as the proxy in your App.config to see the exact response coming back from the server?

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-11 Thread Marijn
I receive a System.Net.WebException from the .NET client library which tells me no more than the message "The remote server returned an error: (500) Internal Server Error.". The Exception has Data or InnerException. There is a Response.Header in the exception which reads: X-Content-Type-Options: n

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-09 Thread Reed
Are you getting an error string that you can post? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messa

Re: (500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-09 Thread timp
Can you post relevant details/theories? I would like to know information regarding possible reporting failures. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=

(500) Internal Server Error - KEYWORDS_PERFORMANCE_REPORT

2011-11-09 Thread Marijn
Hi there, We're using the .NET Client Lib v13.0.0 to download Ad Hoc reports from the v201109 API. On one single account the KEYWORDS_PERFORMANCE_REPORT allways fails with an (500) Internal Server Error. This never failed on v201101 (and older) and this report works fine for all other clients usin