我正在尝试使用R包Rblpapi和家用PC连接到Bloomberg。
我通过以下链接安装了Bloomberg终端软件和BBComm: https://www.bloomberg.com/professional/support/software-updates/
在R中运行它:
library(Rblpapi)
blpConnect()
12FEB2019_19:31:06.545 15640:18668 ERROR blpapi_platformtransporttcp.cpp:671 blpapi.session.transporttcp.{10}.<xxx.xxx.x.x:8194> Connection failed
12FEB2019_19:31:06.545 15640:18668 WARN blpapi_platformcontroller.cpp:371 blpapi.session.platformcontroller.{10} Platform: 0 failed 1 consecutive connect attempts, stopped trying to reconnect.
Error in blpConnect_Impl(host, port) : Failed to start session.
该API首先应该在家用PC上运行吗?..如果是,该如何解决?