代码:105,错误代码:InvalidCredentials [英] Code: 105 , Error Code: InvalidCredentials

查看:183
本文介绍了代码:105,错误代码:InvalidCredentials的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


代码:105

  ;错误代码:InvalidCredentials

 消息:身份验证失败。提供的凭据无效或帐户处于非活动状态


 以下是我的SOAP响应。  有时候有效,有时无法正常工作。两天之前一切正常。

<?xml version =" 1.0" encoding =" UTF-8"?>

< SOAP-ENV:Envelope xmlns :SOAP-ENV = QUOT; HTTP://schemas.xmlsoap.org/soap/envelope/"的xmlns:NS1 = QUOT; HTTPS://bingads.microsoft.com/CampaignManagement/v9" xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instance">


< SOAP-ENV:标题>

< ns1:CustomerAccountId> XXXXX< / ns1:CustomerAccountId>

< ns1:CustomerId />

< ns1:DeveloperToken> XXXXXXX< / ns1:DeveloperToken>

< ns1:UserName> XXXXXXX< ; / ns1:用户名>

< ns1:密码> XXXXXXXX< / ns1:密码>

< ns1:AuthenticationToken />

< ; / SOAP-ENV:标题>

< SOAP-ENV:正文>

< ns1:UpdateCampaignsRequest>

< ns1:AccountId& gt; XXXXXXX< / ns1:AccountId>

< ns1:广告系列>

< ns1:Campaign>

< ns1:BudgetType xsi: nil =" true" />

< ns1:ConversionTrackingEnabled xsi:nil =" true" />

< ns1:DailyBudget xsi:nil =" true" />

< ns1:DaylightSaving xsi:nil =" true" />

< ns1:说明xsi:nil =" true" />

< ns1:ForwardCompatibilityMap xsi: nil =" true" />

< ns1:Id> XXXXXXX< / ns1:Id>


< ns1:MonthlyBudget xsi:nil =" true" />

< ns1:名称xsi:nil =" true" />

< ns1 :状态>有效< / ns1:状态>

< ns1:TimeZone xsi:nil =" true" />

< / ns1:广告系列>

< / ns1:广告系列>

< / ns1:UpdateCampaignsRequest>

< / SOAP-ENV:Body>

< / SOAP-ENV:Envelope>


请提出任何建议!


问候,

Gopal Rathod




谢谢Gopal Rathod

解决方案

您是否检查过以确保没有将环境从生产环境更改为沙箱(反之亦然)?对于此类凭据问题(105),您可能需要升级SOAP请求以支持:   http://msdn.microsoft.com/en-US/library/bing-ads-error-handling-guide.aspx#engagesupport 


我希望这有帮助。


Hello,

Code: 105
 Error Code: InvalidCredentials
 Message:Authentication failed. Either supplied credentials are invalid or the account is inactive 

 Below is my SOAP response.   some times is working and some of times it not working. everything is working fine before two days.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Header>
<ns1:CustomerAccountId>XXXXX</ns1:CustomerAccountId>
<ns1:CustomerId/>
<ns1:DeveloperToken>XXXXXXX</ns1:DeveloperToken>
<ns1:UserName>XXXXXXX</ns1:UserName>
<ns1:Password>XXXXXXXX</ns1:Password>
<ns1:AuthenticationToken/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:UpdateCampaignsRequest>
<ns1:AccountId>XXXXXXX</ns1:AccountId>
<ns1:Campaigns>
<ns1:Campaign>
<ns1:BudgetType xsi:nil="true"/>
<ns1:ConversionTrackingEnabled xsi:nil="true"/>
<ns1:DailyBudget xsi:nil="true"/>
<ns1:DaylightSaving xsi:nil="true"/>
<ns1:Description xsi:nil="true"/>
<ns1:ForwardCompatibilityMap xsi:nil="true"/>
<ns1:Id>XXXXXXX</ns1:Id>
<ns1:MonthlyBudget xsi:nil="true"/>
<ns1:Name xsi:nil="true"/>
<ns1:Status>Active</ns1:Status>
<ns1:TimeZone xsi:nil="true"/>
</ns1:Campaign>
</ns1:Campaigns>
</ns1:UpdateCampaignsRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Please any suggestion!

Regards,
Gopal Rathod


Thank You Gopal Rathod

解决方案

Have you checked to make sure you didn't change the environment from production to sandbox (or vice versa)? For such credentials issues (105) you may need to escalate the SOAP request to support: http://msdn.microsoft.com/en-US/library/bing-ads-error-handling-guide.aspx#engagesupport 

I hope this helps.


这篇关于代码:105,错误代码:InvalidCredentials的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆