Visual Studio hangs when deploying a cube
Posted
by Richie
on Stack Overflow
See other posts from Stack Overflow
or by Richie
Published on 2009-02-11T21:35:51Z
Indexed on
2010/03/24
18:03 UTC
Read the original article
Hit count: 268
Hello All,
I'm having an issue with an Analysis Services project in Visual Studio 2005. My project always builds but only occasionally deploys. No errors are reported and VS just hangs. This is my first Analysis Services project so I am hoping that there is something obvious that I am just missing.
Here is the situation I have a cube that I have successfully deployed.
I then make some change, e.g., adding a hierarchy to a dimension. When I try to deploy again VS hangs. I have to restart Analysis Services to regain control of VS so I can shut it down. I restart everything sometimes once, sometimes twice or more before the project will eventually deploy. This happens with any change I make there seems to be no pattern to this behaviour.
Sometimes I have to delete the cube from Analysis Services before restarting everything to get a successful deploy.
Also I have successfully deployed the cube, and then subsequently successfully reprocessed a dimension then when I open a query window in SQL Server Management Studio it says that it can find any cubes.
As a test I have deployed a cube successfully. I have then deleted it in Analysis Services and attempted to redeploy it, without making any changes to the cube, only to have the same behaviour mentioned above.
VS just hangs with no reason so I have no idea where to start hunting down the problem.
It is taking 15-20 minutes to make a change as simple as setting the NameColumn of a dimension attribute. As you can imagine this is taking hours of my time so I would greatly appreciate any assistance anyone can give me.
© Stack Overflow or respective owner