Analysis ServicesからPerformancePointスコアカードにKPIをインポートしようとしていますが、インポートすると、DashboardDesignerがエラーをスローします。
不明なエラーが発生しました。問題が解決しない場合は、管理者に連絡してください。サーバーアプリケーションのイベントログに追加情報がある場合があります。
イベントログを調べると、次の例外が見つかります。
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at Microsoft.PerformancePoint.Scorecards.Server.ImportExportHelper.GetImportableAsKpis(IBpm pmService, DataSource asDataSource)
at Microsoft.PerformancePoint.Scorecards.Server.PmServer.GetImportableAsKpis(DataSource dataSource)
Microsoft ADOMD.NETの再インストールを推奨するこのスレッドを見つけましたが、サーバーに新しいバージョンの製品が既にインストールされているため、そのインストーラーは実行されません(サーバーはMicrosoft.AnalysisServices.AdomdClientを含むSQL Server AnalysisServices2008を実行しています。 dllバージョン9.0.3042.0)
誰かが何かアイデアを持っていますか(DLLを自分で見つけて手動でGACにインストールする以外に)?