Re: Can't retrireve BatchJob operation result

2016-03-15 Thread robert.barreiro via AdWords API Forum
Thanks for your support Nadine. If you need more information, please let me know. Regards, Robert. PS: Last night we experienced the same problem again El martes, 15 de marzo de 2016, 10:12:58 (UTC-3), Nadine Sundquist (AdWords API Team) escribió: > > Hello Robert, > > We're taking a look

Re: Can't retrireve BatchJob operation result

2016-03-14 Thread robert.barreiro via AdWords API Forum
Hi Nadine, yes. Our application was working fine last week and now it's not working even when we didn't release any new version. Now I've manually retrieved the operations and everything seems to be OK. It looks like after job changes its status to DONE the operations may not be available in

Can't retrireve BatchJob operation result

2016-03-14 Thread robert.barreiro via AdWords API Forum
Hi, We're experimenting problem when trying to retrieve BatchJob operation results: BatchJobException: Failed to download batch job mutate response from URL: https://batch-job-download-prod-ebe9b43.storage.googleapis.com/.../3516790.results.xml?GoogleAccessId=... We've implemented a retry

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-11 Thread robert.barreiro via AdWords API Forum
; Yes Josh. I am retrying it using fault tolerance capabilities of Akka.io >> but failing 2 times in a row. >> >> On Tue, Mar 8, 2016 at 3:56 PM, robert.barreiro via AdWords API Forum < >> adwor...@googlegroups.com > wrote: >> >>> >>> Hi Josh, thanks

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-08 Thread robert.barreiro via AdWords API Forum
Hi Josh, thanks for your advice. We are just doing that, adding a retry logic to get the results and if it still fails wait some minutes before retrying again. The odd thing is that all the jobs failed (dozens) and we were not able to retrieve the result from any of them. I will do this and