Hello KVRVR, You're definitely not going to be able to connect to the remote Google AdWords API servers for debugging purposes, which is what your IDE's debugger is attempting to do. But you should have all the information on your end that we would need to determine what the error is.
Instead of trying to use your IDE's debugger to connect to the server code, what you'd need to do is examine the response message your computer received that contained the error. Tino is correct in that there should be a more detailed error message if you examine the full SOAP response. You can do that locally on your end by breaking into the debugger and checking out all of the properties of the *local* SOAP fault (which should not require connecting your debugger to our servers). Alternatively, and more straightforward, you could turn on SOAP logging and show us the entire SOAP response message, including the response errors. That should be enough for us to determine what the root cause is. Cheers, -Jeff Posnick, AdWords API Team On Jan 21, 3:35 am, "Tino Hertlein" <t...@refinedlabs.com> wrote: > Hi KVRVR, > > sorry, I do not have any experience with that kind of error. > But I suppose Jeff from the API-team can help you. > > Tino > > -- > Refined Labs GmbH > Landwehrstraße 17 > 80336 München > Tel +49 89 1392879-0 > t...@refinedlabs.comhttp://www.refinedlabs.com > > Sitz: München > AG München HRB 166589 > Geschäftsführer: > Thomas Bindl, Stephan Seitz > > -----Ursprüngliche Nachricht----- > Von: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] Im > Auftrag von kvrvr > Gesendet: Mittwoch, 21. Januar 2009 05:12 > An: AdWords API Forum > Betreff: AdWords API Re: Account Performance Report > > Hi Tino, > > Thanks for the immediate reply. > The error message goes like this when i try to get data for Account > Performance Report, "Unable to automatically step ito the server. > Connecting to the server machine 'adwords.google.com' failed. The > debugger cannot to the remote computer. This may be because the remote > computer does not exist or a firewall may be preventing communication > to the remote computer. Please see help for assistance". But i was > able to get the data for my Campaign Report. Little confusing here... > > Regards, > KVRVR > > On Jan 20, 4:26 pm, "Tino Hertlein" <t...@refinedlabs.com> wrote: > > > Hi KVRVR, > > > besides the error-message you provided, there should also be a detailed > > trigger-message in the soap-response of your request. > > Depending on the client-library you use, you should be able to extract that > > trigger-message (By activation of the logging-mechanism or extraction from > > the exception that is thrown). > > > The trigger-message should explain the underlying error in most cases. > > > Btw: your code looks correct to me... > > > Tino > > > -- > > Refined Labs GmbH > > Landwehrstraße 17 > > 80336 München > > Tel +49 89 1392879-0 > > t...@refinedlabs.comhttp://www.refinedlabs.com > > > Sitz: München > > AG München HRB 166589 > > Geschäftsführer: > > Thomas Bindl, Stephan Seitz > > > -----Ursprüngliche Nachricht----- > > Von: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] Im > > Auftrag von kvrvr > > Gesendet: Dienstag, 20. Januar 2009 11:41 > > An: AdWords API Forum > > Betreff: AdWords API Account Performance Report > > > Hi Team, > > > I'm working on "Account Performance Report". I'm getting the following > > error,"ONE OR MORE REPORT JOB PARAMETERS IS INVALID". I have shared > > sample code below. Please direct me where i'm going wrong. > > > reportJob.selectedReportType = "Account"; > > reportJob.aggregationTypes = new string[] {"HourlyRegardlessDate"}; > > ............ > > ........... > > string[] customOptions = { "CustomerName" }; > > reportJob.selectedColumns = customOptions; > > > Thanks in Advance, > > KVRVR --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---