简体   繁体   English

504 - 连接 sage50 云帐户时出现超时错误

[英]504 - Time out error while connect sage50 cloud accounts

When trying to login the TradingAccounts endpoint, I'm getting "Login Failed - The operation has timed out".尝试登录 TradingAccounts 端点时,我收到“登录失败 - 操作已超时”。 I'm having issue to connect sage50 cloud application from my web application.我在从我的 web 应用程序连接 sage50 云应用程序时遇到问题。 I need to access data from sage50 cloud to web application.我需要从 sage50 云访问 web 应用程序的数据。 It's a c# code.这是一个 c# 代码。

The way I'm trying to connect我尝试连接的方式

http://82.XXX.231.49:5495/sdata/accounts50/GCRM/{A5F26292-B9C6-XXX-XXX-090EA501988C}

uri.Count = 10;
var request = new SDataRequest(uri.Uri);
request.AllowPromptForCredentials = false;
request.Username = username;
request.Password = password;
request.Send();

Issue is resolved now.问题现已解决。 I were not able to get data from this url http://82.XXX.231.49:5495 .我无法从此 url http://82.XXX.231.49:5495获取数据。 After restart the sage50 sData pc, Now I'm getting data.重新启动 sage50 sData 电脑后,现在我正在获取数据。 somehow port was blocked.不知何故端口被封锁。 Thanks !谢谢 !

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM