We have been getting a lot of 500 Internal Server Error with a fault
string of "Either this object does not exist, or this user does not
have permission to access it." when checking the status of a
successfully validated and scheduled ReportJob.  There does not appear
to be any coincidence with the account itself as the problem moves day
to day.

Below is a log that shows ReportJob validation, scheduling, and
subsequent status checks.  The first couple of status checks return
202/Pending and then the 500 error.  We retry a couple of times before
finally giving up.

Any thoughts?

Thanks

-Eric



----- Validate Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 4171

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <validateReportJob xmlns="https://adwords.google.com/api/adwords/
v12">
      <job xmlns:ns6="https://adwords.google.com/api/adwords/v12";
xsi:type="ns6:DefinedReportJob">
        <ns6:clientEmails xsi:type="xsd:string">XXXXX</
ns6:clientEmails>
        <ns6:crossClient xsi:type="xsd:boolean">true</ns6:crossClient>
        <ns6:endDay xsi:type="xsd:date">2008-11-09</ns6:endDay>
        <ns6:name xsi:type="xsd:string">XXXXXXX XXX: Creative Summary:
XX</ns6:name>
        <ns6:startDay xsi:type="xsd:date">2008-11-09</ns6:startDay>
        <ns6:aggregationTypes xsi:type="xsd:string">Summary</
ns6:aggregationTypes>
        <ns6:selectedColumns xsi:type="xsd:string">CustomerName</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CampaignId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Campaign</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CampaignStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdGroupId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdGroup</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdGroupStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Keyword</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordTypeDisplay</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DestinationURL</
ns6:selectedColumns>
        <ns6:selectedColumns
xsi:type="xsd:string">KeywordDestUrlDisplay</ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordMinCPC</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">MaximumCPC</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">MaximumCPM</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeType</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdWordsType</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeDestUrl</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">VisibleUrl</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DescriptionLine1</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DescriptionLine2</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DescriptionLine3</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Impressions</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Clicks</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Cost</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AveragePosition</
ns6:selectedColumns>
        <ns6:selectedReportType xsi:type="xsd:string">Creative</
ns6:selectedReportType>
      </job>
    </validateReportJob>
  </soapenv:Body>
</soapenv:Envelope>


HTTP/1.0 200 OK
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:01:12 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:01:12 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">5225</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">e4371ed79e1f2824ce0e276c0b93553f</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <validateReportJobResponse xmlns="https://adwords.google.com/api/
adwords/v12"/>
  </soapenv:Body>
</soapenv:Envelope>


----- Submit Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 4171

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <scheduleReportJob xmlns="https://adwords.google.com/api/adwords/
v12">
      <job xmlns:ns6="https://adwords.google.com/api/adwords/v12";
xsi:type="ns6:DefinedReportJob">
        <ns6:clientEmails xsi:type="xsd:string">XXXXX</
ns6:clientEmails>
        <ns6:crossClient xsi:type="xsd:boolean">true</ns6:crossClient>
        <ns6:endDay xsi:type="xsd:date">2008-11-09</ns6:endDay>
        <ns6:name xsi:type="xsd:string">XXXXXXX XXX: Creative Summary:
XX</ns6:name>
        <ns6:startDay xsi:type="xsd:date">2008-11-09</ns6:startDay>
        <ns6:aggregationTypes xsi:type="xsd:string">Summary</
ns6:aggregationTypes>
        <ns6:selectedColumns xsi:type="xsd:string">CustomerName</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CampaignId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Campaign</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CampaignStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdGroupId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdGroup</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdGroupStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Keyword</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordTypeDisplay</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DestinationURL</
ns6:selectedColumns>
        <ns6:selectedColumns
xsi:type="xsd:string">KeywordDestUrlDisplay</ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">KeywordMinCPC</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">MaximumCPC</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">MaximumCPM</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeId</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeStatus</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeType</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AdWordsType</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">CreativeDestUrl</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">VisibleUrl</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DescriptionLine1</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DescriptionLine2</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">DescriptionLine3</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Impressions</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Clicks</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">Cost</
ns6:selectedColumns>
        <ns6:selectedColumns xsi:type="xsd:string">AveragePosition</
ns6:selectedColumns>
        <ns6:selectedReportType xsi:type="xsd:string">Creative</
ns6:selectedReportType>
      </job>
    </scheduleReportJob>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 200 OK
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:01:14 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:01:14 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1595</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">500</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">13131d3ce12d723d33e14f3c54125884</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <scheduleReportJobResponse xmlns="https://adwords.google.com/api/
adwords/v12">
      <scheduleReportJobReturn>546833472</scheduleReportJobReturn>
    </scheduleReportJobResponse>
  </soapenv:Body>
</soapenv:Envelope>


----- 1st Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 200 OK
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:01:15 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:01:15 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">123</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">0db3e784d78e772e36254bdbd4dfdb32</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatusResponse xmlns="https://adwords.google.com/api/
adwords/v12">
      <getReportJobStatusReturn>Pending</getReportJobStatusReturn>
    </getReportJobStatusResponse>
  </soapenv:Body>
</soapenv:Envelope>


----- 2nd Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 200 OK
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:01:41 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:01:41 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">9</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">52055ed625b8af0a3cd62dd0cf6e6577</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatusResponse xmlns="https://adwords.google.com/api/
adwords/v12">
      <getReportJobStatusReturn>Pending</getReportJobStatusReturn>
    </getReportJobStatusResponse>
  </soapenv:Body>
</soapenv:Envelope>


----- 3rd Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 200 OK
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:02:05 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:02:05 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">10</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">37cb8b71a441f51179c27fb0b9e660d9</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatusResponse xmlns="https://adwords.google.com/api/
adwords/v12">
      <getReportJobStatusReturn>InProgress</getReportJobStatusReturn>
    </getReportJobStatusResponse>
  </soapenv:Body>
</soapenv:Envelope>


----- 4th Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 500 Internal Server Error
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:02:30 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:02:30 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">21</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">98cdfdd648edcd74be30b6428743d2b3</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>Either this object does not exist, or this user
does not have permission to access it.</faultstring>
      <detail>
        <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/
v12">
          <ns1:code>5</ns1:code>
          <ns1:message>Either this object does not exist, or this user
does not have permission to access it.</ns1:message>
          <ns1:trigger>Job ID: 546833472</ns1:trigger>
        </ns1:fault>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>


----- 1st Retry Check Report Job -----

POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 500 Internal Server Error
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:02:31 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:02:31 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">14</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">252bdc7abbf9e0ac28ca7b7de8307272</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>Either this object does not exist, or this user
does not have permission to access it.</faultstring>
      <detail>
        <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/
v12">
          <ns1:code>5</ns1:code>
          <ns1:message>Either this object does not exist, or this user
does not have permission to access it.</ns1:message>
          <ns1:trigger>Job ID: 546833472</ns1:trigger>
        </ns1:fault>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>


----- 2nd Retry Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 500 Internal Server Error
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:02:32 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:02:32 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">19</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">3ef98d0c5fc875e34cfb0a6f2bd2f404</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>Either this object does not exist, or this user
does not have permission to access it.</faultstring>
      <detail>
        <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/
v12">
          <ns1:code>5</ns1:code>
          <ns1:message>Either this object does not exist, or this user
does not have permission to access it.</ns1:message>
          <ns1:trigger>Job ID: 546833472</ns1:trigger>
        </ns1:fault>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>


----- 3rd Retry Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 500 Internal Server Error
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:02:34 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:02:34 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">39</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">d30bb046f06a2be1b1e8f66923850d6f</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>Either this object does not exist, or this user
does not have permission to access it.</faultstring>
      <detail>
        <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/
v12">
          <ns1:code>5</ns1:code>
          <ns1:message>Either this object does not exist, or this user
does not have permission to access it.</ns1:message>
          <ns1:trigger>Job ID: 546833472</ns1:trigger>
        </ns1:fault>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>


----- 4th Retry Check Report Job -----


POST /api/adwords/v12/ReportService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.4
Host: adwords.google.com
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1395

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:email xmlns:ns1="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns1:email>
    <ns2:password xmlns:ns2="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns2:password>
    <ns3:developerToken xmlns:ns3="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns3:developerToken>
    <ns4:applicationToken xmlns:ns4="https://adwords.google.com/api/
adwords/v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0">XXXXXXXXXXXXXXXXXXXXXX</
ns4:applicationToken>
    <ns5:useragent xmlns:ns5="https://adwords.google.com/api/adwords/
v12" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">XXXXX</ns5:useragent>
  </soapenv:Header>
  <soapenv:Body>
    <getReportJobStatus xmlns="https://adwords.google.com/api/adwords/
v12">
      <reportJobId>546833472</reportJobId>
    </getReportJobStatus>
  </soapenv:Body>
</soapenv:Envelope>

HTTP/1.0 500 Internal Server Error
Content-Type text/xml; charset=utf-8
Date Mon, 10 Nov 2008 14:02:35 GMT
X-Content-Type-Options nosniff
Expires Mon, 10 Nov 2008 14:02:35 GMT
Cache-Control private, max-age=0
Server GFE/1.3
Connection Close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <responseTime xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">12</responseTime>
    <operations xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</operations>
    <units xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">1</units>
    <requestId xmlns="https://adwords.google.com/api/adwords/v12";
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0">60a1651d7a0fdcb2199bab9244e52b55</
requestId>
  </soapenv:Header>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server.userException</faultcode>
      <faultstring>Either this object does not exist, or this user
does not have permission to access it.</faultstring>
      <detail>
        <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/
v12">
          <ns1:code>5</ns1:code>
          <ns1:message>Either this object does not exist, or this user
does not have permission to access it.</ns1:message>
          <ns1:trigger>Job ID: 546833472</ns1:trigger>
        </ns1:fault>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to