Hi, I'm trying CreateAccountService in sandbox and I can't add new
account because of InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro

Is this service available in sandbox?
Or what is the reason of this error?

Thanks.
Alexander.
===============================================================================
REQUEST is

<?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:RequestHeader 
soapenv:actor="http://schemas.xmlsoap.org/soap/
actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://
adwords.google.com/api/adwords/mcm/v201109">
                        <ns2:authToken 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/
v201109">******</ns2:authToken>
                        <ns3:developerToken 
xmlns:ns3="https://adwords.google.com/api/
adwords/cm/v201109">[email protected]++USD</
ns3:developerToken>
                        <ns4:userAgent 
xmlns:ns4="https://adwords.google.com/api/adwords/cm/
v201109">AdWords API Java Client Library - v8.4.2 - MediaSpectrum</
ns4:userAgent>
                        <ns5:validateOnly 
xmlns:ns5="https://adwords.google.com/api/adwords/
cm/v201109">false</ns5:validateOnly>
                        <ns6:partialFailure 
xmlns:ns6="https://adwords.google.com/api/
adwords/cm/v201109">false</ns6:partialFailure>
                </ns1:RequestHeader>
        </soapenv:Header>
        <soapenv:Body>
                <mutate 
xmlns="https://adwords.google.com/api/adwords/mcm/v201109";>
                        <operations>
                                <ns7:operator 
xmlns:ns7="https://adwords.google.com/api/adwords/cm/
v201109">ADD</ns7:operator>
                                <operand>
                                        <currencyCode>EUR</currencyCode>
                                        
<dateTimeZone>Europe/London</dateTimeZone>
                                </operand>
                                <descriptiveName>ron_gendron</descriptiveName>
                        </operations>
                </mutate>
        </soapenv:Body>
</soapenv:Envelope>

===============================================================================
RESPONSE is

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
        <soap:Body>
                <soap:Fault>
                        <faultcode>soap:Server</faultcode>
                        
<faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;
(InternalApiErro</faultstring>
                        <detail>
                                <ns2:ApiExceptionFault 
xmlns="https://adwords.google.com/api/
adwords/cm/v201109" xmlns:ns2="https://adwords.google.com/api/adwords/
mcm/v201109">
                                        
<message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;
(InternalApiErro</message>
                                        
<ApplicationException.Type>ApiException</
ApplicationException.Type>
                                        <errors xsi:type="InternalApiError" 
xmlns:xsi="http://www.w3.org/
2001/XMLSchema-instance">
                                                <fieldPath/>
                                                <trigger/
><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</
errorString>
                                                
<ApiError.Type>InternalApiError</ApiError.Type>
                                                
<reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
                                        </errors>
                                </ns2:ApiExceptionFault>
                        </detail>
                </soap:Fault>
        </soap:Body>
</soap:Envelope>

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