Share via

PerformancePoint services error code 10115

sco gordo 301 Reputation points
2020-11-02T19:21:06.07+00:00

Hi all,
I'm not getting any of the dbs on the datasource server. Checked Events on WFE, "The data source provider of type "ADOMD.NET' is not registered." It's listing the User as the account running the service, not the unattended account I've set up.
I'm running SP16, with a WFE, APP, and SQL server. SQL is 2016.
Just making sure as most of what I'm finding online is for SP10 or 13. For SP16:

  • which versions of ADOMD.NET need to be installed?
  • on which servers?
Microsoft 365 and Office | SharePoint Server | For business
SQL Server | Other
0 comments No comments

Answer accepted by question author

  1. Jerry Xu-MSFT 7,961 Reputation points
    2020-11-03T03:00:15.893+00:00

    Hi, scogordo-2057 ,

    As the original download link has expired, if you are installing the SQL Server 2016 Reporting Services in SharePoint mode on your application server, this file is included. Also you can have a try with this.


    If the answer is helpful, please click Accept Answer and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Tom Phillips 17,786 Reputation points
    2020-11-02T20:25:56.237+00:00
    1 person found this answer helpful.

  2. sco gordo 301 Reputation points
    2020-11-09T18:19:16.483+00:00

    Commented out the bindingRedirect and replaced with newVersion

        <assemblyIdentity name="Microsoft.AnalysisServices.AdomdClient" publicKeyToken="89845dcd8080cc91" culture="neutral" />
        <!--<bindingRedirect oldVersion="9.0.0.0" newVersion="10.0.0.0" />-->
    <bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" />
    

    Working!

    Much thanks!


  3. sco gordo 301 Reputation points
    2020-11-03T20:00:51.61+00:00

    Thanks JerryXu,

    I'm requred to install the absolute minimum necessary to get this working.

    I checked the link and saw checkboxes for

    SQL_AS_ADOMD.msi (6mb)

    SQL_AS_ADOMD.msi (3mb)

    The Version: 11.0.7001.0 looks promising.

    Are these what I need to install?

    And... which one? It's a Win2012 server.

    Again, appreciate your input.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.