Re: getReportJobStatus returns Failed

2010-08-26 Thread AdWords API Advisor
Hi Zweitze, The 250 MB limit is on the download size. If you are using getGzipReportDownloadUrl, then the gzip file is limited to 250 MB (which may expand to a bigger xml on your disk). If you are using getReportDownloadUrl, then your report is limited to 250 MB, since no compression is involved.

Re: getReportJobStatus returns Failed

2010-08-26 Thread Zweitze
Anash, The reason I ask is because that I frequently pass that limit (every few days or so I get a few reports of about 400 MB). I even managed to get reports as big as 1 GB, others reported even more. The referenced doc is obviously outdated, in 2008 the same question was asked because others co

Re: getReportJobStatus returns Failed

2010-08-26 Thread AdWords API Advisor
Hi Zweitze, The upper limit on report size is roughly 250 MB as per http://code.google.com/apis/adwords/docs/developer/ReportService.html#getReportDownloadUrl. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 26, 1:58 pm, Zweitze wrote: > Can I ask how large that report would be? > I'm curi

Re: getReportJobStatus returns Failed

2010-08-26 Thread Zweitze
Can I ask how large that report would be? I'm curious about the current upper limit. On Aug 26, 12:47 am, AdWords API Advisor wrote: > I looked into the logs, and it appears that report job 1507700777 > failed because it was too large.  Please adjust your report so that it > will include less row

Re: getReportJobStatus returns Failed

2010-08-25 Thread jchan
Thanks, much appreciated. Joshua On Aug 25, 3:47 pm, AdWords API Advisor wrote: > Hi, > > I looked into the logs, and it appears that report job 1507700777 > failed because it was too large.  Please adjust your report so that it > will include less rows. > > Best, > - Eric Koleda, AdWords API T

Re: getReportJobStatus returns Failed

2010-08-25 Thread AdWords API Advisor
Hi, I looked into the logs, and it appears that report job 1507700777 failed because it was too large. Please adjust your report so that it will include less rows. Best, - Eric Koleda, AdWords API Team On Aug 25, 1:38 pm, jchan wrote: > I also tried setting it to ten fail responses in a row an

Re: getReportJobStatus returns Failed

2010-08-25 Thread jchan
I also tried setting it to ten fail responses in a row and I get the same result. It must somehow be an issue with the report itself. Joshua On Aug 25, 4:02 am, Zweitze wrote: > My interpretation of Failed as a job status, is that > getReportJobStatus() failed to retrieve the status - in other w

Re: getReportJobStatus returns Failed

2010-08-25 Thread jchan
I just tried changing my code to accept multiple Fail statuses but after running it, it seems to still fail by retrieving the Fail status 5 times in a row. Thanks for the suggestion though. Joshua On Aug 25, 4:02 am, Zweitze wrote: > My interpretation of Failed as a job status, is that > getRep

Re: getReportJobStatus returns Failed

2010-08-25 Thread Zweitze
My interpretation of Failed as a job status, is that getReportJobStatus() failed to retrieve the status - in other words, the report status is unknown. I changed my code so that in case of failed, that response is essentially interpreted as "still not completed". Only when that response occurs five

getReportJobStatus returns Failed

2010-08-25 Thread jchan
Hello! I've been trying to create and download a report the past two days but the request to getReportJobStatus is returning as Failed. The report seems to be quite large (approx. 16 mins with InProgress status before the final Failed status) but apart from that, I have no idea what the reason is.