Hi 

I got the errors, thanks you so  much

Regards
Suraj
On Apr 3, 2010, at 11:05 AM, Suraj Khakurel wrote:

> Hi
> While using ReportSevice with AdwordsAPI  Java Client I'm getting following 
> errors
> "You must supply an MCC login to perform the current operation."
> 
> Here is my Request and Response XML
> <?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 soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns1="https://adwords.google.com/api/adwords/v13";>[email protected]</ns1:email>
>    <ns2:password soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns2="https://adwords.google.com/api/adwords/v13"; 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>******</ns2:password>
>    <ns3:developerToken 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns3="https://adwords.google.com/api/adwords/v13";>MyDeveloperToken</ns3:developerToken>
>    <ns4:applicationToken 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns4="https://adwords.google.com/api/adwords/v13"/>
>    <ns5:useragent soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns5="https://adwords.google.com/api/adwords/v13";>AdWords API Java 
> Client Library - v7.1.1 - -- Java reporting tool</ns5:useragent>
>    <ns6:clientEmail 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns6="https://adwords.google.com/api/adwords/v13";>[email protected]</ns6:clientEmail>
>  </soapenv:Header>
>  <soapenv:Body>
>    <scheduleReportJob xmlns="https://adwords.google.com/api/adwords/v13";>
>      <job xsi:type="ns7:DefinedReportJob" 
> xmlns:ns7="https://adwords.google.com/api/adwords/v13";>
>        <clientEmails 
> xsi:type="xsd:string">[email protected]</clientEmails>
>        <crossClient xsi:type="xsd:boolean">true</crossClient>
>        <endDay xsi:type="xsd:date">2010-04-02</endDay>
>        <name xsi:type="xsd:string">tool: Creative</name>
>        <startDay xsi:type="xsd:date">2010-03-29</startDay>
>        <adGroupStatuses xsi:type="ns7:AdGroupStatus">Enabled</adGroupStatuses>
>        <adGroupStatuses xsi:type="ns7:AdGroupStatus">Paused</adGroupStatuses>
>        <adGroupStatuses xsi:type="ns7:AdGroupStatus">Deleted</adGroupStatuses>
>        <aggregationTypes xsi:type="xsd:string">Daily</aggregationTypes>
>        <campaigns xsi:type="xsd:int">07493707</campaigns>
>        <campaigns xsi:type="xsd:int">07493797</campaigns>
>        <campaigns xsi:type="xsd:int">07654447</campaigns>
>        <selectedColumns xsi:type="xsd:string">CreativeId</selectedColumns>
>        <selectedColumns xsi:type="xsd:string">AdGroupId</selectedColumns>
>        <selectedColumns 
> xsi:type="xsd:string">AveragePosition</selectedColumns>
>        <selectedColumns xsi:type="xsd:string">Impressions</selectedColumns>
>        <selectedColumns xsi:type="xsd:string">Clicks</selectedColumns>
>        <selectedColumns xsi:type="xsd:string">Conversions</selectedColumns>
>        <selectedColumns xsi:type="xsd:string">AdStatus</selectedColumns>
>        <selectedReportType xsi:type="xsd:string">Creative</selectedReportType>
>      </job>
>    </scheduleReportJob>
>  </soapenv:Body>
> </soapenv:Envelope>
>  <?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>
>  <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns="https://adwords.google.com/api/adwords/v13";>2239</responseTime>
>  <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns="https://adwords.google.com/api/adwords/v13";>1</operations>
>  <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns="https://adwords.google.com/api/adwords/v13";>500</units>
>  <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns="https://adwords.google.com/api/adwords/v13";>91b604b612e99a694f4ceff70f5e4e0f</requestId>
> </soapenv:Header>
> <soapenv:Body>
>  <soapenv:Fault>
>    <faultcode>soapenv:Server.userException</faultcode>
> 
>    <faultstring>You must supply an MCC login to perform the current 
> operation.</faultstring>
> 
>    <detail>
>      <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v13";>
>        <ns1:code>61</ns1:code>
> 
>        <ns1:message>You must supply an MCC login to perform the current 
> operation.</ns1:message>
> 
>        <ns1:trigger>crossClient</ns1:trigger>
> 
>      </ns1:fault>
> 
>    </detail>
> 
>  </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
> 
> Thanks
> Suraj
> 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Have you migrated to v200909 yet?
> The v13 sunset is on April 22, 2010.
> 
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 
> 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
> 
> To unsubscribe, reply using "remove me" as the subject.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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