我试图找出如何使用X4R
包加载一个立方体为R的工作区。 我的服务器名称是"//vmtest//xmla2//msmdpump.dll""
和多维数据集的名称是"Ocube_MANMartCube"
。
我无法找到一个方法来连接到立方体呢。 我尝试下面的代码:
library(X4R)
handle<-xmlaConnect(url="//vmtest//xmla2//msmdpump.dll"")
我收到的信息是<?xml version="1.0" encoding="UTF-8"?> <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Header><BeginSession xmlns="urn:schemas-microsoft-com:xml-analysis" SOAP-ENV:mustUnderstand="1"></BeginSession></Header><Body><Execute xmlns="urn:schemas-microsoft-com:xml-analysis"><Command><Statement></Statement></Command><Properties><PropertyList></PropertyList></Properties></Execute></Body></Envelope>
。
与上述输出,R变忙和无响应。 我相信我有用户的访问和我可以使用Excel连接到多维数据集。
我做的一切权利? 没有在网上去与任何例子。 也许有人谁是熟悉的包,并知道它是如何工作可以在这里提供一些线索。