简体   繁体   English

无法在Azure ML Studio上打开连接错误(运行R脚本)

[英]Cannot Open Connection Error on Azure ML Studio (Running R Script)

I am trying to run an R Script in Azure ML. 我试图在Azure ML中运行R脚本。 The code runs for several hours and then stop with this error displayed: 代码运行几个小时,然后显示此错误停止:

Error 0063: The following error occurred during evaluation of R script:
---------- Start of error message from R ----------
cannot open the connection


cannot open the connection
----------- End of error message from R -----------
Start time: UTC 04/03/2017 21:09:34
End time: UTC 04/03/2017 23:33:48

I have ran the code in RStudio, therefore I am quite confident that the R code is not the problem. 我已经在RStudio中运行了代码,因此我非常有信心R代码不是问题。 Can it be a server issue and how to avoid it? 可以是服务器问题以及如何避免它?

Thanks 谢谢

If the code runs, verify if the problem is with the package. 如果代码运行,请验证问题是否与包有关。 For packages that are not in Azure AML you have to load them as a dataset (after installing locally) See this: https://blogs.msdn.microsoft.com/benjguin/2014/09/24/how-to-upload-an-r-package-to-azure-machine-learning/ 对于不在Azure AML中的软件包,您必须将它们作为数据集加载(在本地安装后)请参阅: https//blogs.msdn.microsoft.com/benjguin/2014/09/24/how-to-upload-一个-R-包到天青-机器学习/

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

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