PerformancePoint unable to retrieve KPI definition from cube - performancepoint

While running PPS 2010 Dashboard designer I am getting the following error while trying to import any KPI out a cube. I am using the Adventure Work DW 2008 R2. I can see the KPI while in BIDS and even browse them, but stll unable to imported. In the meantime , I am manually getting the measure out of the cube and creating the KPI.
Exception details:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.AnalysisServices, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at Microsoft.PerformancePoint.Scorecards.Server.ImportExportHelper.GetImportableAsKpis(DataSource asDataSource)
at Microsoft.PerformancePoint.Scorecards.Server.PmServer.GetImportableAsKpis(DataSource dataSource)
I am running SharePoint 2010 64 bit
and SQL 2008 R2 64 bit in another server

Here is one solution provided by josh at Microsoft also
Can you try to download the latest Analysis Services Management Objects and install it on the SharePoint server? The latest link I have is -
http://www.microsoft.com/downloads/details.aspx?FamilyID=CEB4346F-657F-4D28-83F5-AAE0C5C83D52&displaylang=en#amo
Which is the SQL Server 2008 R2 feature pack. Olaptalk would know if you can find it on the file system of your R2 server.
PS. make sure that you re-start the server after the install.
Thank you
Tomas
Microsoft

Related

BizTalk 2016 Could not load file or assembly Microsoft.SharePoint.Client

I'm running BizTalk 2016 Developer edition with Feature Pack 2 and CU3. I've configured a Receive location to pull from a SharePoint 2013 library but I'm seeing the following in the event log:
The adapter "Windows SharePoint Services" raised an error message. Details "Could not load file or assembly 'Microsoft.SharePoint.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.".
The following suggests this should have been installed to the GAC as part of the BizTalk installation: https://learn.microsoft.com/en-us/biztalk/core/csom-sharepoint-services-adapter . I can't find the assembly on the BizTalk VM.
I've read that Windows Identity Foundation must be installed on the BizTalk Server if using SharePoint CSOM. Server manager was showing that it was installed, although the tick is in a grey box that can't be un-ticked. I ran the PS Remove-WindowsFeature Windows-Identity-Foundation and then added it again using Server Manager - it's now showing with a "full tick". Didn't fix the problem though :(
Anyone else hit this problem?
I was able to solve this by installing the SharePoint Client Components SDK from the following site: https://www.microsoft.com/en-us/download/confirmation.aspx?id=35585
Be sure to restart the host instance of the receive location after installing.

The data source provider for data sources of type 'ADOMD.NET' is not registered

I am working on sharepoint 2013 ,while working on Performance Point Service when i amd connecting to a new Analysis source in Dashboard Designer ,it is not loading databases.
I have googled the problem and found the in my EventLogs it appears
"The data source provider for data sources of type 'ADOMD.NET' is not registered. Please contact an administrator.PerformancePoint Services error code 10115."
I downloaded and installed latest version of ADOMD.NET but it didnt worked.Please Help
If you are using SQL Server 2012 or newer, and SharePoint Server 2013, it will try to load the SQL Server 2008 version of the ADMD.NET dll.
Try to install the SQL Server 2008 R2 ADMD.NET component from here: http://www.microsoft.com/en-us/download/details.aspx?id=16978 and restart IIS.

Getting assembly error when attempting to process cube in VS-2012

I'm trying to set up a BI solution, but I'm running into a problem. After I create a new cube, I right-click 'Process Cube...' and I get the following 'assembly is missing' error:
Could not load file or assembly 'SqlMgmt, Version=12.0.0.0,
Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its
dependencies. The system cannot find the file specified.
And then VS2012 restarts itself. Obviously I'm missing some assembly, but I'm not sure how to get it installed.
I'm using the CTP2 version of SSDT-BI with Visual Studio 2012 as recommended by Microsoft here:
http://www.microsoft.com/en-us/download/details.aspx?id=42313
Thanks in advance!
I figured it out.
I just needed to install SSDT for SQL Server 2012 and SSDT for SQL Server 2014. I don't know which one fixed it, but it now appears to be fixed.
Relevant links are here:
SSDT 2012: http://blogs.msdn.com/b/ssdt/archive/2012/12/13/available-today-ssdt-december-2012.aspx
SSDT 2014: http://blogs.msdn.com/b/ssdt/archive/2014/03/25/sql-server-data-tools-for-sql-server-2014-is-available.aspx

IIS problem regarding missing assembly

I am getting the following error while trying to load an ASP.net website on IIS.
I created a virtual directory for the website, and though my website contains no reference to any assembly ( I even tried a blank ASP.net website with 1 button) but still with no use.
I am using Windows server 2003 64-bit edition.
Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
This could be available in your web.config file under <assemblies> and hence IIS is trying to load it.
In addition you can download report viewer installer from HERE and then try to run your website, it should work once this assembly is available in GAC.

Error on : Publishing InfoPath forms to the SharePoint site

I'm trying to publish Browser Enabled Infopath Forms to the SharePoint sever but, at the end it was showing me the following Error:
The SOAP response indicates that an
error occurred on the server:
Server was unable to process request. ---> Method 'get_ServerInfo'
in type
'Microsoft.Office.InfoPath.Server.SolutionLifetime.XmlFormProxy'
from assembly
'Microsoft.Office.InfoPath.Server,
Version=12.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c' does
not have an implementation.
Do you have Infopath 2010 installed?
WORK-AROUND: The issue appears to be associated to having the new Office 2010 beta products installed and specifically InfoPath 2010. I am investigating the assembly conflict but the easiest work-around for now is to simply uninstall InfoPath 2010 (beta) and re-run psconfig again (you should not need to uninstall any other 2010 beta product and this will likely be a non-issue at RTM).
Source
This appears to be also an issue with Office 2010 RTM. I just experienced the exact same problems using office 2010 installed on a fully patched MOSS 2007 farm.

Resources