Connecting to Analysis Services from R or Nodejs

混江龙づ霸主 提交于 2019-12-07 09:38:56

问题


I am trying to connect Analysis services from either through R or Nodejs.

For R, I have found the following library: https://github.com/overcoil/X4R

For Nodejs, I have found the following library: https://github.com/rpbouman/xmla4js

Analysis Services Server is external. It is not in my local machine. Currently I am able to connect it successfully from Excel using both Windows and basic authentication (username/password).

For accessing it through R or nodejs, in the following link it is said I need to configure http access using IIS. But since it is not local how can I get the file msmdpump.dll and configure it.

In this link https://www.linkedin.com/grp/post/77616-265568694, at the end Sarah Lukens said that I need to follow the steps mentioned in https://msdn.microsoft.com/en-us/library/gg492140.aspx

Since I didn't work before in SSAS, I don't have much clarity. Can anyone please guide me in establishing the connection from R or Nodejs to Analysis services. Then I just want to submit the MDX queries and get the result.

thanks, r karthik.


回答1:


It seems there is no way to connect to your SSAS remotely without IIS. You have to share your msmdpump.dll in order to get access to your SSAS connection for third-party APIs via the xmla interface.



来源:https://stackoverflow.com/questions/31061547/connecting-to-analysis-services-from-r-or-nodejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!