I get this error when I'm calling validateReportJob webservice
ApiException: An internal error has occurred. Please retry your
request.
If i change the column name in setSelectedColumns to deliberately
introduce an error, i get the expected error "One or more report job
parameters is invalid."
What causes the "ApiException: An internal error has occurred. Please
retry your request "
> I get this error when I'm calling validateReportJob webservice
> ApiException: An internal error has occurred. Please retry your
> request.
> If i change the column name in setSelectedColumns to deliberately
> introduce an error, i get the expected error "One or more report job
> parameters is invalid."
> What causes the "ApiException: An internal error has occurred. Please
> retry your request "
The "An internal error has occurred." is obviously very non-specific,
and I can't tell you exactly what's causing it without checking the
logs on our end. What I'd need to do that is the requestId value from
the response SOAP header in the error response you're receiving:
> On Jun 30, 11:44 am, BG <bijugeo...@yahoo.com> wrote:
> > I get this error when I'm calling validateReportJob webservice
> > ApiException: An internal error has occurred. Please retry your
> > request.
> > If i change the column name in setSelectedColumns to deliberately
> > introduce an error, i get the expected error "One or more report job
> > parameters is invalid."
> > What causes the "ApiException: An internal error has occurred. Please
> > retry your request "
> The "An internal error has occurred." is obviously very non-specific,
> and I can't tell you exactly what's causing it without checking the
> logs on our end. What I'd need to do that is the requestId value from
> the response SOAP header in the error response you're receiving:
> > On Jun 30, 11:44 am, BG <bijugeo...@yahoo.com> wrote:
> > > I get this error when I'm calling validateReportJob webservice
> > > ApiException: An internal error has occurred. Please retry your
> > > request.
> > > If i change the column name in setSelectedColumns to deliberately
> > > introduce an error, i get the expected error "One or more report job
> > > parameters is invalid."
> > > What causes the "ApiException: An internal error has occurred. Please
> > > retry your request "
> On Jul 1, 9:04 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> wrote:
> > Hello,
> > The "Aninternalerrorhas occurred." is obviously very non-specific,
> > and I can't tell you exactly what's causing it without checking the
> > logs on our end. What I'd need to do that is the requestId value from
> > the response SOAP header in theerrorresponse you're receiving:
> > > > If i change the column name in setSelectedColumns to deliberately
> > > > introduce anerror, i get the expectederror"One or more report job
> > > > parameters is invalid."
> > > > What causes the "ApiException: Aninternalerrorhas occurred. Please
> > > > retry your request "
> > On Jul 1, 9:04 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> > wrote:
> > > Hello,
> > > The "Aninternalerrorhas occurred." is obviously very non-specific,
> > > and I can't tell you exactly what's causing it without checking the
> > > logs on our end. What I'd need to do that is the requestId value from
> > > the response SOAP header in theerrorresponse you're receiving:
> > > > > If i change the column name in setSelectedColumns to deliberately
> > > > > introduce anerror, i get the expectederror"One or more report job
> > > > > parameters is invalid."
> > > > > What causes the "ApiException: Aninternalerrorhas occurred. Please
> > > > > retry your request "
Apologies, I've been having a little trouble retrieving the logs from
the Sandbox environment--it's a different procedure from pulling the
production logs. Is that last RequestId you gave,
8400a0105d646623454b6b895486f2ec, from production or the Sandbox?
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 15, 11:57 am, BG <bijugeo...@yahoo.com> wrote:
> > > On Jul 1, 9:04 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> > > wrote:
> > > > Hello,
> > > > The "Aninternalerrorhas occurred." is obviously very non-specific,
> > > > and I can't tell you exactly what's causing it without checking the
> > > > logs on our end. What I'd need to do that is the requestId value from
> > > > the response SOAP header in theerrorresponse you're receiving:
> > > > > > If i change the column name in setSelectedColumns to deliberately
> > > > > > introduce anerror, i get the expectederror"One or more report job
> > > > > > parameters is invalid."
> > > > > > What causes the "ApiException: Aninternalerrorhas occurred. Please
> > > > > > retry your request "
<adwordsapiadvi...@google.com> wrote:
> Apologies, I've been having a little trouble retrieving the logs from
> the Sandbox environment--it's a different procedure from pulling the
> production logs. Is that last RequestId you gave,
> 8400a0105d646623454b6b895486f2ec, from production or the Sandbox?
> Cheers,
> -Jeff Posnick, AdWords API Team
> On Jul 15, 11:57 am, BG <bijugeo...@yahoo.com> wrote:
> > I would appreciate any pointer in resolving this ApiException. I'm
> > calling validateReportJob webservice.
> > Posting new requestId value in the response SOAP header, this time
> > calling adwords endpoint (not sandbox)
> > > > On Jul 1, 9:04 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> > > > wrote:
> > > > > Hello,
> > > > > The "Aninternalerrorhas occurred." is obviously very non-specific,
> > > > > and I can't tell you exactly what's causing it without checking the
> > > > > logs on our end. What I'd need to do that is the requestId value from
> > > > > the response SOAP header in theerrorresponse you're receiving:
> > > > > > > If i change the column name in setSelectedColumns to deliberately
> > > > > > > introduce anerror, i get the expectederror"One or more report job
> > > > > > > parameters is invalid."
> > > > > > > What causes the "ApiException: Aninternalerrorhas occurred. Please
> > > > > > > retry your request "- Hide quoted text -
Thanks, BG, I was able to pull your request. The underlying exception
causing the Internal Error is due to the fact that you are specifying
<ns0:startDay xsi:nil="1"/> and <ns0:endDay xsi:nil="1"/> for your
report dates, but you're scheduling a Campaign report, which requires
valid values for the date range. If you had left out those elements
completely you should have gotten a normal validation error, but
explicitly passing in nil values for them triggered an internal
exception.
So, if you try the report again with valid start and end dates you
should hopefully be good to go.
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 15, 6:14 pm, BG <bijugeo...@yahoo.com> wrote:
> RequestId 8400a0105d646623454b6b895486f2ec - This is from production.
> RequestId 8dd1dabf05bab048b33392175d1c3242 - This is from sandbox.
> On Jul 15, 11:41 am, AdWords API Advisor
> <adwordsapiadvi...@google.com> wrote:
> > Apologies, I've been having a little trouble retrieving the logs from
> > the Sandbox environment--it's a different procedure from pulling the
> > production logs. Is that last RequestId you gave,
> > 8400a0105d646623454b6b895486f2ec, from production or the Sandbox?
> > Cheers,
> > -Jeff Posnick, AdWords API Team
> > On Jul 15, 11:57 am, BG <bijugeo...@yahoo.com> wrote:
> > > I would appreciate any pointer in resolving this ApiException. I'm
> > > calling validateReportJob webservice.
> > > Posting new requestId value in the response SOAP header, this time
> > > calling adwords endpoint (not sandbox)
> > > > > On Jul 1, 9:04 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> > > > > wrote:
> > > > > > Hello,
> > > > > > The "Aninternalerrorhas occurred." is obviously very non-specific,
> > > > > > and I can't tell you exactly what's causing it without checking the
> > > > > > logs on our end. What I'd need to do that is the requestId value from
> > > > > > the response SOAP header in theerrorresponse you're receiving:
> > > > > > > > If i change the column name in setSelectedColumns to deliberately
> > > > > > > > introduce anerror, i get the expectederror"One or more report job
> > > > > > > > parameters is invalid."
> > > > > > > > What causes the "ApiException: Aninternalerrorhas occurred. Please
> > > > > > > > retry your request "- Hide quoted text -
> Thanks, BG, I was able to pull your request. The underlying exception
> causing the Internal Error is due to the fact that you are specifying
> <ns0:startDay xsi:nil="1"/> and <ns0:endDay xsi:nil="1"/> for your
> report dates, but you're scheduling a Campaign report, which requires
> valid values for the date range. If you had left out those elements
> completely you should have gotten a normal validation error, but
> explicitly passing in nil values for them triggered an internal
> exception.
> So, if you try the report again with valid start and end dates you
> should hopefully be good to go.
> Cheers,
> -Jeff Posnick, AdWords API Team
> On Jul 15, 6:14 pm, BG <bijugeo...@yahoo.com> wrote:
> > RequestId 8400a0105d646623454b6b895486f2ec - This is from production.
> > RequestId 8dd1dabf05bab048b33392175d1c3242 - This is from sandbox.
> > On Jul 15, 11:41 am, AdWords API Advisor
> > <adwordsapiadvi...@google.com> wrote:
> > > Apologies, I've been having a little trouble retrieving the logs from
> > > the Sandbox environment--it's a different procedure from pulling the
> > > production logs. Is that last RequestId you gave,
> > > 8400a0105d646623454b6b895486f2ec, from production or the Sandbox?
> > > Cheers,
> > > -Jeff Posnick, AdWords API Team
> > > > > > > The "Aninternalerrorhas occurred." is obviously very non-specific,
> > > > > > > and I can't tell you exactly what's causing it without checking the
> > > > > > > logs on our end. What I'd need to do that is the requestId value from
> > > > > > > the response SOAP header in theerrorresponse you're receiving: