偶尔,当我使用基于约定的Acumatica Web服务API时,我会收到如下错误消息:
HTTP 429
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
Date: Thu, 08 Aug 2019 20:38:29 GMT
Content-Type: text/html
Content-Length: 54
The custom error module does not recognize this error.
发布于 2019-11-01 01:11:39
当您超过Maximum Number of Concurrent Web Services API Requests
或Maximum Number of Web Services API Requests per Minute
限制时,就会发生这种情况。
在License Monitoring Console
(SM604000
)中,它应该显示为Declined Number of Web Services Requests
有关License Monitoring Console
的更多信息(SM604000
):https://help.acumatica.com/Help?ScreenId=ShowWiki&pageid=06869c57-819d-4626-a5a8-72507e6a79d8
https://stackoverflow.com/questions/58648275
复制相似问题