grab our rss feed

stevienova.com

Homepage of Steve Novoselac

Entries Tagged ‘Error’

SSAS: Errors in the metadata manager. The dimension with ID of…

Crazy error today. In Analysis Services, (SSAS), some jobs got hung, sync command got hung, and what ended up happening is a cube on the default instance was totally unusable. Try to delete, rename, resync, redeploy, anything, and I would get the error.. Errors in the metadata manager. The dimension with ID of.. Couldn’t do [...]

View Comments | 2,037 views

ADOMD.NET: Could not load file or assembly Microsoft.AnalysisServices.AdomdClient

If you are developing a .NET/ASP.net solution using ADOMD.NET locally, and everything works great, and you go to release to a production server and end up with this error: Could not load file or assembly ‘Microsoft.AnalysisServices.AdomdClient, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified. You need to install [...]

View Comments | 3,159 views

Data Integrator Error 51005

If you run across this error number (51005) in Data Integrator ETL’s, it more than likely means that you are running two ETL’s over the same table at the same time of have some kind of double processing on a table going on.

View Comments | 797 views