EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB282315: Connectivity to Microsoft Analysis Services 2014 cannot be established if MDX Cube Provider (IIS) is hosted on the same machine as Microsoft Analysis Services 2014 in MicroStrategy 10.x


Community Admin

• Strategy


This technote explains how to resolve the MSAS 2014 connectivity issue with the MDX Cube Provider.

SYMPTOM:
Microsoft Analysis Services 2014 is a supported data source in Strategy 10. If MDX Cube Provider(IIS) is hosted on the same machine as Microsoft Analysis Services 2014, however, the connectivity cannot be established.
 
CAUSE:
One of the requirements to connect to Microsoft Analysis Services 2014 is to install the 2012 SP2 version of the Microsoft Analysis Services OLE DB Provider. As Microsoft Analysis Services 2014 installs 2014 version of the OLE DB Provider, two versions of the OLE DB Provider (2012 SP2 and 2014) are installed on the machine where MDX Cube Provider resides.
 
As the newer version of the OLE DB Provider will take precedence, MDX Cube provider will use the 2014 version, which leads to the connectivity error.
 
ACTION:
The Datasources.xml file can be modified so that the 2012 SP2 version of the OLE DB Provider will be utilized by IIS.

  1. Open Datasources.xml, and the entries for Microsoft Analysis Services should look as follow

<DatasourceType>3</DatasourceType>
<ProgramID>MSOLAP</ProgramID>
<MaxXMLSize>1000</MaxXMLSize>     
 

  1. Modify the ProgramID to <ProgramID>MSOLAP.5</ProgramID> to force IIS to use the 2012 version of OLE DB Provider (msolap110.dll).

 
Related external link
https://msdn.microsoft.com/en-us/library/dn140245(v=sql.120).aspx
 
Third Party Software Installation:
WARNING:
The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.


Comment

0 comments

Details

Knowledge Article

Published:

June 9, 2017

Last Updated:

July 17, 2017