2014-10-18 32 views
0

我trhing配置一個Excel工作簿連接到一個立方體來訪問外部數據,我創建了精靈的分析數據源和它完美的作品。工作簿「*」嘗試使用不支持的供應商

但是當我保存XLSX文件到SharePoint庫,和我點擊刷新,我得到這個在日誌:

The workbook '*' attempted to access external data using the unsupported provider 'Provider=MSOLAP.6;Integrated Security=SSPI;Persist Security Info=True;Initial Catalog=AdventureWorksDW2014Multidimensional-EE;Data Source=.;MDX Compatibility=1;Safety Options=2;MDX Missing Member Mode=Error'. [Session: 1.V22.15iI7tyox0E34auoMKYnhx14.5.en-US5.en-US36.ea1979ef-25a3-4dfe-a385-e547a4f09a4e1.A1.N User: 0#.w|wingtip\spadmin] 

我使用pluralsight教程這一點,並跟着亦步亦趨:

http://www.pluralsight.com/training/player?author=bill-kulterman&name=configuring-sharepoint-2013-business-intelligence-m4&mode=live&clip=0&course=configuring-sharepoint-2013-business-intelligence 
+0

我不是一個SharePoint專家,但你要驗證是否已安裝在您的SharePoint服務器上的驅動程序,還確認您使用正確的32或64位版本取決於您的Sharepoint網站的位數。 – 2014-10-20 15:33:39

回答

1

解決的辦法是補充:MSOLAP.6

在可信提供商列表中。 MSOLAP.5已經在那兒了,但是練成2013採用0.6

相關問題