Hi Vandita,

   Unfortunately, it is impossible to say what the problem is from attached 
screenshot. Details are burried in Errors property which you haven't 
expanded. Can you post information from Errors collection?

   If you want to trace SOAP communication, you can use Option 1: Use SOAP 
logs 
<https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages#option-1-use-soap-logs>.
 
You only need to change log level from Off to Information, so your 
app.config will be:

  <system.diagnostics>    <sources>      <source 
name="AdsClientLibs.SoapXmlLogs"        switchName="AdsClientLibs.SoapXmlLogs"  
      switchType="System.Diagnostics.SourceSwitch">        <listeners>          
<!-- Modify the initializeData attribute below to control the              path 
to the SOAP XML log file. -->          <add name="soapXmlLogListener"           
 type="System.Diagnostics.TextWriterTraceListener"            
initializeData="C:\Logs\soap_xml.log" />          <remove name="Default" />     
   </listeners>      </source>      <source 
name="AdsClientLibs.RequestInfoLogs"        
switchName="AdsClientLibs.RequestInfoLogs"        
switchType="System.Diagnostics.SourceSwitch">        <listeners>          <!-- 
Modify the initializeData attribute below to control the              path to 
the request info log file. -->          <add name="requestInfoLogListener"      
      type="System.Diagnostics.TextWriterTraceListener"            
initializeData="C:\Logs\request_info.log" />          <remove name="Default" /> 
       </listeners>      </source>    </sources>    <switches>      <!-- Use 
this trace switch to control the SOAP XML logs written by Ads*        .NET 
libraries. The default level is set to Off. Logs are generated at        both 
the Error and Information levels. -->      <add 
name="AdsClientLibs.SoapXmlLogs" value="Information"/>      <!-- Use this trace 
switch to control the Request Info logs written by        Ads* .NET libraries. 
The default level is set to Off. Logs are        generated at both the Error 
and Information levels. -->      <add name="AdsClientLibs.RequestInfoLogs" 
value="Information"/>    </switches>  </system.diagnostics>



Cheers,

Mariusz

On Thursday, 18 September 2014 06:57:40 UTC+1, Vandita Chhabaria wrote:
>
> Hi Danial,
>
> All seems good when I am using Test Account and Examples.CSharp.v201406.
> I am able to get Campaigns, Add a campaign.
>
> But my Requirement is all related to download various Reports using 
> ReportDefinition Service or ReportDefinition.
>
> I am using Examples.CSharp.v201406.DownloadCriteriaReport to learn How to 
> download reports !
>
> But I always end up in getting Error :
> {Google.Api.Ads.AdWords.Util.Reports.ReportDownloadError[1]} 
> Inner Exception :
> {"Report download errors occurred, see errors field for more details."}
>
> I have also attached the screenshot of the Exception!
>
> Please help me out.
>
> As you said, I also tried to capture SOAP messages for my Application. For 
> that I have downloaded Fiddler but I am not able to configure Fiddler 
> settings in my App.config file and basically how to use that tool to 
> capture SOAPs. I know this problem does not come under Adwords APi, but it 
> will be really a big help for me !
>
> Thanks !
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/78553cee-050f-450e-8108-ddbea0f7390c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to