Re: Urgent. ReportDownloadError.

2018-09-04 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Mohamad,

Please follow along on the other thread 
 where 
this was tracked. The issue should be much better now.

Best,
Nadine, AdWords API Team

On Tuesday, September 4, 2018 at 4:10:35 PM UTC-4, 
mohammad.farro...@vivaki.com wrote:
>
> Hi Nadine,
>
> We're suddenly having the same issue. Can you please advise?
>
>  Trigger: Unable to create report, Type: 
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE
>
>
> HTTP Response Code: 500, Trigger: Unable to create report, Type: 
> ReportDownloadE
> rror.ERROR_WRITING_REPORT_TO_FILE
>
>
> Thanks,
> Mohamad
>
> On Tuesday, April 4, 2017 at 12:39:40 AM UTC+4, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hello Everyone!
>>
>> We've resolved the issue. You should no longer be seeing this error. If 
>> you see it again, please get back to me. We're currently working on putting 
>> measures in place to ensure that this particular issue does not pop up 
>> again.
>>
>> Take care,
>> Nadine, AdWords API Team
>>
>>
>> On Monday, April 3, 2017 at 1:44:08 PM UTC-4, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Greetings AdWordsians,
>>>
>>> This error is a current high priority issue in the AdWords API. We're 
>>> currently working on a solution. I'll send you an update when the issue has 
>>> been resolved. You can also follow updates on this forum post 
>>> 
>>>  as 
>>> this started on March 31st.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, April 3, 2017 at 10:36:27 AM UTC-4, Kenneth wrote:

 If it helps you.

 I'm using the example from 
 https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
 Into class ParallelReportDownload.cs into method ProcessCustomer, into 
 catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
 IProducerConsumerCollection) and just 3 times. If fail 4 times, i report 
 an 
 error.

 Regards.

 El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski 
 escribió:
>
> I have exactly the same. It started from friday 31.03.2017, and today 
> most of queries gave that error.
> I also sent about this problem to our guy from google, he will keep me 
> in touch if he has some update.
>
> W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
> napisał:
>>
>> Edit: I'm publishing 3 post but i don't see anything in the list :(
>>
>> Hi,
>>
>> I've seen a post with a similar error, but is of the 2013, therefore 
>> i've thought i should to open this new post.
>>
>> I'm downloading many reports using google.adwords v.20.0.0.0 and 
>> google.ads.common v5.0.0.0 and just with some reports i have to 
>> problems. 
>> The accounts aren't always the same.
>> I'm having this error several days.
>>
>> I'm receiving this error in exception message:
>>
>> AdWordsReportsException: One or more AdWords Report download errors 
>> have occurred.
>>
>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
>> Unable to create report)
>>
>> And this error in inner exception message:
>>
>> Error on remote server: (500) Internal server error.
>>
>> May someone help me, please?
>>
>> Thank you.
>>
>> Regards.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/da872a49-9e40-46c4-86f7-2df8fdf04eab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent. ReportDownloadError.

2018-09-04 Thread mohammad . farroukh
Hi Nadine,

We're suddenly having the same issue. Can you please advise?

 Trigger: Unable to create report, Type: 
ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE


HTTP Response Code: 500, Trigger: Unable to create report, Type: 
ReportDownloadE
rror.ERROR_WRITING_REPORT_TO_FILE


Thanks,
Mohamad

On Tuesday, April 4, 2017 at 12:39:40 AM UTC+4, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Everyone!
>
> We've resolved the issue. You should no longer be seeing this error. If 
> you see it again, please get back to me. We're currently working on putting 
> measures in place to ensure that this particular issue does not pop up 
> again.
>
> Take care,
> Nadine, AdWords API Team
>
>
> On Monday, April 3, 2017 at 1:44:08 PM UTC-4, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Greetings AdWordsians,
>>
>> This error is a current high priority issue in the AdWords API. We're 
>> currently working on a solution. I'll send you an update when the issue has 
>> been resolved. You can also follow updates on this forum post 
>>  
>> as 
>> this started on March 31st.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Monday, April 3, 2017 at 10:36:27 AM UTC-4, Kenneth wrote:
>>>
>>> If it helps you.
>>>
>>> I'm using the example from 
>>> https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
>>> Into class ParallelReportDownload.cs into method ProcessCustomer, into 
>>> catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
>>> IProducerConsumerCollection) and just 3 times. If fail 4 times, i report an 
>>> error.
>>>
>>> Regards.
>>>
>>> El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski escribió:

 I have exactly the same. It started from friday 31.03.2017, and today 
 most of queries gave that error.
 I also sent about this problem to our guy from google, he will keep me 
 in touch if he has some update.

 W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
 napisał:
>
> Edit: I'm publishing 3 post but i don't see anything in the list :(
>
> Hi,
>
> I've seen a post with a similar error, but is of the 2013, therefore 
> i've thought i should to open this new post.
>
> I'm downloading many reports using google.adwords v.20.0.0.0 and 
> google.ads.common v5.0.0.0 and just with some reports i have to problems. 
> The accounts aren't always the same.
> I'm having this error several days.
>
> I'm receiving this error in exception message:
>
> AdWordsReportsException: One or more AdWords Report download errors 
> have occurred.
>
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
> Unable to create report)
>
> And this error in inner exception message:
>
> Error on remote server: (500) Internal server error.
>
> May someone help me, please?
>
> Thank you.
>
> Regards.
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e919e952-3f07-46e5-a737-c4c0a71e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent. ReportDownloadError.

2018-01-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello David,

Could you do me a big favor? Could you please start a separate forum thread 
for this? It looks like you're having a slightly different issue, and I 
don't want to drag everyone on this thread into this new issue. Thank you 
for taking the time to search through our forum for a similar issue. I 
really do appreciate that. Once you start a new thread, someone on my team 
will start digging into it.

Thanks,
Nadine, AdWords API Team

On Tuesday, January 9, 2018 at 1:00:10 PM UTC-5, davidrben...@gmail.com 
wrote:
>
> Hi,
> I am having the same problem now
>
> Content:
> REDACTED REPORT DATA
> 11:46:40 
> 01/09/18|ERROR|a.vendor.google.adwords.GoogleAdwordsArchiver|Failed to 
> execute request. HTTP Response Code: 500, Trigger: Unable to create report, 
> Type: ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE
> HTTP Response Code: 500, Trigger: Unable to create report, Type: 
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE
> at com.google.api.ads.adwords.lib.utils.*v201710*
> .DetailedReportDownloadResponseException$Builder.build(DetailedReportDownloadResponseException.java:35)
>
> and this is with the latest version: *v201710.*
> Are you guy going to fix it?
> Thanks,
>
> -David
>
> On Monday, April 3, 2017 at 4:39:40 PM UTC-4, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hello Everyone!
>>
>> We've resolved the issue. You should no longer be seeing this error. If 
>> you see it again, please get back to me. We're currently working on putting 
>> measures in place to ensure that this particular issue does not pop up 
>> again.
>>
>> Take care,
>> Nadine, AdWords API Team
>>
>>
>> On Monday, April 3, 2017 at 1:44:08 PM UTC-4, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Greetings AdWordsians,
>>>
>>> This error is a current high priority issue in the AdWords API. We're 
>>> currently working on a solution. I'll send you an update when the issue has 
>>> been resolved. You can also follow updates on this forum post 
>>> 
>>>  as 
>>> this started on March 31st.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Monday, April 3, 2017 at 10:36:27 AM UTC-4, Kenneth wrote:

 If it helps you.

 I'm using the example from 
 https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
 Into class ParallelReportDownload.cs into method ProcessCustomer, into 
 catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
 IProducerConsumerCollection) and just 3 times. If fail 4 times, i report 
 an 
 error.

 Regards.

 El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski 
 escribió:
>
> I have exactly the same. It started from friday 31.03.2017, and today 
> most of queries gave that error.
> I also sent about this problem to our guy from google, he will keep me 
> in touch if he has some update.
>
> W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
> napisał:
>>
>> Edit: I'm publishing 3 post but i don't see anything in the list :(
>>
>> Hi,
>>
>> I've seen a post with a similar error, but is of the 2013, therefore 
>> i've thought i should to open this new post.
>>
>> I'm downloading many reports using google.adwords v.20.0.0.0 and 
>> google.ads.common v5.0.0.0 and just with some reports i have to 
>> problems. 
>> The accounts aren't always the same.
>> I'm having this error several days.
>>
>> I'm receiving this error in exception message:
>>
>> AdWordsReportsException: One or more AdWords Report download errors 
>> have occurred.
>>
>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
>> Unable to create report)
>>
>> And this error in inner exception message:
>>
>> Error on remote server: (500) Internal server error.
>>
>> May someone help me, please?
>>
>> Thank you.
>>
>> Regards.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this 

Re: Urgent. ReportDownloadError.

2018-01-09 Thread davidrbengoa
Hi,
I am having the same problem now

Content:
REDACTED REPORT DATA
11:46:40 
01/09/18|ERROR|a.vendor.google.adwords.GoogleAdwordsArchiver|Failed to 
execute request. HTTP Response Code: 500, Trigger: Unable to create report, 
Type: ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE
HTTP Response Code: 500, Trigger: Unable to create report, Type: 
ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE
at com.google.api.ads.adwords.lib.utils.*v201710*
.DetailedReportDownloadResponseException$Builder.build(DetailedReportDownloadResponseException.java:35)

and this is with the latest version: *v201710.*
Are you guy going to fix it?
Thanks,

-David

On Monday, April 3, 2017 at 4:39:40 PM UTC-4, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hello Everyone!
>
> We've resolved the issue. You should no longer be seeing this error. If 
> you see it again, please get back to me. We're currently working on putting 
> measures in place to ensure that this particular issue does not pop up 
> again.
>
> Take care,
> Nadine, AdWords API Team
>
>
> On Monday, April 3, 2017 at 1:44:08 PM UTC-4, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Greetings AdWordsians,
>>
>> This error is a current high priority issue in the AdWords API. We're 
>> currently working on a solution. I'll send you an update when the issue has 
>> been resolved. You can also follow updates on this forum post 
>>  
>> as 
>> this started on March 31st.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Monday, April 3, 2017 at 10:36:27 AM UTC-4, Kenneth wrote:
>>>
>>> If it helps you.
>>>
>>> I'm using the example from 
>>> https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
>>> Into class ParallelReportDownload.cs into method ProcessCustomer, into 
>>> catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
>>> IProducerConsumerCollection) and just 3 times. If fail 4 times, i report an 
>>> error.
>>>
>>> Regards.
>>>
>>> El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski escribió:

 I have exactly the same. It started from friday 31.03.2017, and today 
 most of queries gave that error.
 I also sent about this problem to our guy from google, he will keep me 
 in touch if he has some update.

 W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
 napisał:
>
> Edit: I'm publishing 3 post but i don't see anything in the list :(
>
> Hi,
>
> I've seen a post with a similar error, but is of the 2013, therefore 
> i've thought i should to open this new post.
>
> I'm downloading many reports using google.adwords v.20.0.0.0 and 
> google.ads.common v5.0.0.0 and just with some reports i have to problems. 
> The accounts aren't always the same.
> I'm having this error several days.
>
> I'm receiving this error in exception message:
>
> AdWordsReportsException: One or more AdWords Report download errors 
> have occurred.
>
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
> Unable to create report)
>
> And this error in inner exception message:
>
> Error on remote server: (500) Internal server error.
>
> May someone help me, please?
>
> Thank you.
>
> Regards.
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/60803489-5398-402d-8990-ed3eab443e53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent. ReportDownloadError.

2017-04-03 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Everyone!

We've resolved the issue. You should no longer be seeing this error. If you 
see it again, please get back to me. We're currently working on putting 
measures in place to ensure that this particular issue does not pop up 
again.

Take care,
Nadine, AdWords API Team


On Monday, April 3, 2017 at 1:44:08 PM UTC-4, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Greetings AdWordsians,
>
> This error is a current high priority issue in the AdWords API. We're 
> currently working on a solution. I'll send you an update when the issue has 
> been resolved. You can also follow updates on this forum post 
>  
> as 
> this started on March 31st.
>
> Best,
> Nadine, AdWords API Team
>
> On Monday, April 3, 2017 at 10:36:27 AM UTC-4, Kenneth wrote:
>>
>> If it helps you.
>>
>> I'm using the example from 
>> https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
>> Into class ParallelReportDownload.cs into method ProcessCustomer, into 
>> catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
>> IProducerConsumerCollection) and just 3 times. If fail 4 times, i report an 
>> error.
>>
>> Regards.
>>
>> El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski escribió:
>>>
>>> I have exactly the same. It started from friday 31.03.2017, and today 
>>> most of queries gave that error.
>>> I also sent about this problem to our guy from google, he will keep me 
>>> in touch if he has some update.
>>>
>>> W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
>>> napisał:

 Edit: I'm publishing 3 post but i don't see anything in the list :(

 Hi,

 I've seen a post with a similar error, but is of the 2013, therefore 
 i've thought i should to open this new post.

 I'm downloading many reports using google.adwords v.20.0.0.0 and 
 google.ads.common v5.0.0.0 and just with some reports i have to problems. 
 The accounts aren't always the same.
 I'm having this error several days.

 I'm receiving this error in exception message:

 AdWordsReportsException: One or more AdWords Report download errors 
 have occurred.

 ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
 ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
 Unable to create report)

 And this error in inner exception message:

 Error on remote server: (500) Internal server error.

 May someone help me, please?

 Thank you.

 Regards.

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1d3f3cd5-1a4f-414e-8920-6fc90d77473a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent. ReportDownloadError.

2017-04-03 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings AdWordsians,

This error is a current high priority issue in the AdWords API. We're 
currently working on a solution. I'll send you an update when the issue has 
been resolved. You can also follow updates on this forum post 
 as 
this started on March 31st.

Best,
Nadine, AdWords API Team

On Monday, April 3, 2017 at 10:36:27 AM UTC-4, Kenneth wrote:
>
> If it helps you.
>
> I'm using the example from 
> https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
> Into class ParallelReportDownload.cs into method ProcessCustomer, into 
> catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
> IProducerConsumerCollection) and just 3 times. If fail 4 times, i report an 
> error.
>
> Regards.
>
> El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski escribió:
>>
>> I have exactly the same. It started from friday 31.03.2017, and today 
>> most of queries gave that error.
>> I also sent about this problem to our guy from google, he will keep me in 
>> touch if he has some update.
>>
>> W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
>> napisał:
>>>
>>> Edit: I'm publishing 3 post but i don't see anything in the list :(
>>>
>>> Hi,
>>>
>>> I've seen a post with a similar error, but is of the 2013, therefore 
>>> i've thought i should to open this new post.
>>>
>>> I'm downloading many reports using google.adwords v.20.0.0.0 and 
>>> google.ads.common v5.0.0.0 and just with some reports i have to problems. 
>>> The accounts aren't always the same.
>>> I'm having this error several days.
>>>
>>> I'm receiving this error in exception message:
>>>
>>> AdWordsReportsException: One or more AdWords Report download errors have 
>>> occurred.
>>>
>>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
>>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
>>> Unable to create report)
>>>
>>> And this error in inner exception message:
>>>
>>> Error on remote server: (500) Internal server error.
>>>
>>> May someone help me, please?
>>>
>>> Thank you.
>>>
>>> Regards.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57259818-f042-4ccd-b82b-d4f89e1f2d68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent. ReportDownloadError.

2017-04-03 Thread Kenneth
If it helps you.

I'm using the example from 
https://github.com/googleads/googleads-dotnet-lib/releases/download/v20.0.0/adwords_dotnet_lib_src_v20.0.0.zip
Into class ParallelReportDownload.cs into method ProcessCustomer, into 
catch exception, i add again the account to queue. XXX.TryAdd (XXX of type 
IProducerConsumerCollection) and just 3 times. If fail 4 times, i report an 
error.

Regards.

El lunes, 3 de abril de 2017, 16:19:58 (UTC+2), Kamil Rajkowski escribió:
>
> I have exactly the same. It started from friday 31.03.2017, and today most 
> of queries gave that error.
> I also sent about this problem to our guy from google, he will keep me in 
> touch if he has some update.
>
> W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
> napisał:
>>
>> Edit: I'm publishing 3 post but i don't see anything in the list :(
>>
>> Hi,
>>
>> I've seen a post with a similar error, but is of the 2013, therefore i've 
>> thought i should to open this new post.
>>
>> I'm downloading many reports using google.adwords v.20.0.0.0 and 
>> google.ads.common v5.0.0.0 and just with some reports i have to problems. 
>> The accounts aren't always the same.
>> I'm having this error several days.
>>
>> I'm receiving this error in exception message:
>>
>> AdWordsReportsException: One or more AdWords Report download errors have 
>> occurred.
>>
>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
>> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
>> Unable to create report)
>>
>> And this error in inner exception message:
>>
>> Error on remote server: (500) Internal server error.
>>
>> May someone help me, please?
>>
>> Thank you.
>>
>> Regards.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b57d9539-9f5d-47fc-a638-fca767787fce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Urgent. ReportDownloadError.

2017-04-03 Thread Kamil Rajkowski
I have exactly the same. It started from friday 31.03.2017, and today most 
of queries gave that error.
I also sent about this problem to our guy from google, he will keep me in 
touch if he has some update.

W dniu poniedziałek, 3 kwietnia 2017 15:28:08 UTC+2 użytkownik Kenneth 
napisał:
>
> Edit: I'm publishing 3 post but i don't see anything in the list :(
>
> Hi,
>
> I've seen a post with a similar error, but is of the 2013, therefore i've 
> thought i should to open this new post.
>
> I'm downloading many reports using google.adwords v.20.0.0.0 and 
> google.ads.common v5.0.0.0 and just with some reports i have to problems. 
> The accounts aren't always the same.
> I'm having this error several days.
>
> I'm receiving this error in exception message:
>
> AdWordsReportsException: One or more AdWords Report download errors have 
> occurred.
>
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
> ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
> Unable to create report)
>
> And this error in inner exception message:
>
> Error on remote server: (500) Internal server error.
>
> May someone help me, please?
>
> Thank you.
>
> Regards.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e71d4338-bcc6-4ff6-9c57-c73268788e2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Urgent. ReportDownloadError.

2017-04-03 Thread Kenneth
Edit: I'm publishing 3 post but i don't see anything in the list :(

Hi,

I've seen a post with a similar error, but is of the 2013, therefore i've 
thought i should to open this new post.

I'm downloading many reports using google.adwords v.20.0.0.0 and 
google.ads.common v5.0.0.0 and just with some reports i have to problems. 
The accounts aren't always the same.
I'm having this error several days.

I'm receiving this error in exception message:

AdWordsReportsException: One or more AdWords Report download errors have 
occurred.

ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE. (Error: 
ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE, FieldPath: , Trigger: 
Unable to create report)

And this error in inner exception message:

Error on remote server: (500) Internal server error.

May someone help me, please?

Thank you.

Regards.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3e5f9b22-1741-40d4-ba37-31324902f55e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.