Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread goingdev
Thank you for your help. On Tuesday, April 19, 2016 at 2:02:44 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Greetings! > > It's good to hear that you're now getting results back. As for the results > running out of memory, the utility just retrieves the entire result from > the

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! It's good to hear that you're now getting results back. As for the results running out of memory, the utility just retrieves the entire result from the URL. It isn't streamed or broken down into smaller chunks. If you find the result is too large, you have a couple of options: -

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread goingdev
Thank you for that... I tried excluding the predicates and I didn't get any results. I realized I wasn't passing in the correct client customer ID. I'm able to retrieve the job now. I'm having another issue now with downloading the results. It's giving an "out of memory exception" on this

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, It sounds like you're working your way through our Batch Processing guide for your migration. I have a few questions to ask to help you troubleshoot: - Are you using the batch job utility provided by the client

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread goingdev
How do I troubleshoot this? I'm trying to migrate to BatchJobService but cannot do so if I cannot retrieve job results reliably. On Monday, April 18, 2016 at 4:28:56 PM UTC-4, goingdev wrote: > > I'm getting this for a few job IDs > > Request: > > http://schemas.xmlsoap.org/soap/envelope/; >

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-18 Thread goingdev
I'm getting this for a few job IDs Request: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd="http://www.w3.org/2001/XMLSchema;> https://adwords.google.com/api/adwords/cm/v201601;>

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-15 Thread 'Yin Niu' via AdWords API Forum
Hi, Do you have the SOAP request and response logs for this job? Pleaase click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-15 Thread goingdev
I'm getting 0 entries returned when using the BatchJobService to retrieve a job by its ID. My code: Selector selector = new Selector() { fields = new string[] { BatchJob.Fields.Id,