代码:105,错误代码:InvalidCredentials

编程入门 行业动态 更新时间:2024-10-10 11:29:55
本文介绍了代码:105,错误代码:InvalidCredentials的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

你好,

代码:105   ;错误代码:InvalidCredentials 消息:身份验证失败。提供的凭据无效或帐户处于非活动状态

以下是我的SOAP响应。 有时候有效,有时无法正常工作。两天之前一切正常。 <?xml version =" 1.0" encoding =" UTF-8"?> < SOAP-ENV:Envelope xmlns :SOAP-ENV = QUOT; HTTP://schemas.xmlsoap/soap/envelope/"的xmlns:NS1 = QUOT; HTTPS://bingads.microsoft/CampaignManagement/v9" xmlns:xsi =" http://www.w3/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/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="schemas.xmlsoap/soap/envelope/" xmlns:ns1="bingads.microsoft/CampaignManagement/v9" xmlns:xsi="www.w3/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:msdn.microsoft/en-US/library/bing-ads-error-handling-guide.aspx#engagesupport

I hope this helps.

更多推荐

代码:105,错误代码:InvalidCredentials

本文发布于:2023-11-28 03:48:34,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1640835.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误代码   代码   InvalidCredentials

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!