Kevin Dente's Blog

The Blip in the Noise
The case of the missing Business Intelligence Studio

One of my co-workers was struggling with a strange problem recently - he installed SQL Server 2005 (with Analysis Services 2005), but the Business Intelligence Studio application didn't install. If you haven't seen it, BI Studio is really just a special version of the Visual Studio 2005 IDE, with Analysis Services-specific projects and editors. What he saw was that even though the SQL Server installer claimed to have installed it, and even created a shortcut for it, the actual devenv.exe executable wasn't installed (the shortcut pointed to an invalid path). I'd installed SQL Server many a time, and never seen this problem. A search of the MSDN forums turned up this helpful topic, with the following advice from 'softie Dan Jones:

go to the location for SQL Server setup and run .\Tools\Setup\vs_setup.exe. This will install the VS Shell. After this is installed repair the BI Studio installation by running the following from the command line from the .\Tools directory: start /wait setup.exe /qb REINSTALL=SQL_WarehouseDevWorkbench REINSTALLMODE=OMUS

 My co-worker tried it, and bingo, problem solved. I've still seen no satisfactory explanation for what causes the problem in the first place. We had no other versions of Visual Studio installed, which some other people have claimed triggered the problem. Very curious.
 

Published Wednesday, March 07, 2007 7:38 PM by kevindente

Filed under:

Comments

# re: The case of the missing Business Intelligence Studio@ Monday, May 28, 2007 4:03 PM

All good, but there is no Tools folder in the SQL server setup location?

JJ

# re: The case of the missing Business Intelligence Studio@ Tuesday, July 24, 2007 11:04 AM

Great tip.  Thanks for not forcing me to wade through MSDN library for this obscure quirk.

B

# re: The case of the missing Business Intelligence Studio@ Wednesday, August 15, 2007 12:18 PM

I ran this twice and it still didn't show up (Team Edition VS 2005, Dev edition SQL 2005).  Very frustrating...

W

# re: The case of the missing Business Intelligence Studio@ Friday, August 17, 2007 12:55 AM

Worked for me.  Thanks very much.

Sam

# re: The case of the missing Business Intelligence Studio@ Monday, October 22, 2007 11:06 AM

I've had a little different issue. BI Studio components were OK with a user account, but not with another one.

I just manually ran vs_setup.msi on the installation DVD and everything went OK.

Olivier H

# re: The case of the missing Business Intelligence Studio@ Sunday, November 25, 2007 7:07 PM

Another MS "feature" ;-)

Steve

# re: The case of the missing Business Intelligence Studio@ Thursday, December 06, 2007 9:43 PM

It worked like a charm for the people who were not able to get it to work follow these steps.

First go to DISK 2(Tools cd) then go to \Tools\Setup\vs_setup.exe once installed now

Go to \Tools\Setup\SqlRun_Tools.msi and select BI studio and select option to install on local drive

once installation is complete u should see BI studio good luck and thanks again for a great TIP

Vj

# re: The case of the missing Business Intelligence Studio@ Saturday, February 16, 2008 1:24 AM

I had this problem too, and the most recent comment in this blog did it for me. A small difference - I did not have the two .exe files mentioned, rather I had vs_setup.msi and SqlRun_Tools.msi files. I double - clicked vs_setup and it eventually complted with a success panel - no feedback when it launched or was running, though. Then I double clicked SqlRun_Tools and saw the familiar GUI for workstation components install. BSIS icon was already set as if it was installed, but when I clicked 'Next' it installed the program.

Chris

# re: The case of the missing Business Intelligence Studio@ Friday, March 14, 2008 11:30 AM

I have seen a similiar problem except with SQL Server Management Studio.  Even though SQL Server  installer said that it was installed it was not.  To resolve this I went to Disk2\Setup and double clicked on SqlRun_Tools.msi. The GUI for Change or Remove Instance comes up and you then select Change Installed Components. Finally select Client Components and install

This has happened to me a couple of times and I notice that in my case it always occurs when I decide not to install all of the components.

Usmar

# re: The case of the missing Business Intelligence Studio@ Monday, July 14, 2008 1:31 AM

hi ive installed Visual Studio via \Tools\Setup\vs_setup.exe

when i went to install the Business Intelliegence Feature. I recieved this message:

A Component that you have specified in the ADD_LOCAL property is already installed. To Upgrade the existing component, refer to the template.iniand set UPGRADE property to the name of the component.

any ideas what this is about???

Max M

# re: The case of the missing Business Intelligence Studio@ Tuesday, September 09, 2008 3:54 AM

where i got  the file vs_setup.msi for visual studio 2008

thx

vs_setup.msi

# re: The case of the missing Business Intelligence Studio@ Tuesday, October 21, 2008 9:40 AM

Perfect. To the point and exactly what I needed and it works. Can't ask for more.

Cheers :)

SokSa Icy

# re: The case of the missing Business Intelligence Studio@ Wednesday, October 22, 2008 5:20 AM

you guys are awesome.  I thought I was going nuts when the Installer kept saying BI was already installed.

mike

# re: The case of the missing Business Intelligence Studio@ Tuesday, November 11, 2008 9:19 PM

Ooh, hope this works for me. Just uninstalled the whole thing to try a reinstall...zzz.

What a stupid bug.

Simon

# re: The case of the missing Business Intelligence Studio@ Sunday, December 14, 2008 7:09 PM

It sound like a good fix except I dont know how to go to the mentioned \tools\vs-set...ect?

big jim

# re: The case of the missing Business Intelligence Studio@ Thursday, February 12, 2009 2:07 PM

Worked like a charm

2005 Developer Edition

In response to big jim:

I performed the above from my install cd.

On your install cd:  If running 32 bit, open SQL Server x86 / Tools / Setup and run the vs_setup.msi. Give this time to complete before proceeding.  It may take a few minutes.  You will receive a pop up box notifying you when complete.

Then on your start menu select "run" and type "cmd".  In this command prompt you would first need to change your directory to your cd drive.  For example if was your D drive, you would type "D:" without the quotes and hit enter.  Then you need to go to the "tools" directory by entering: cd SQL Server x86\Tools into the command prompt and hit enter.

Last Step:

Just as provided above, copy and paste the following code "start /wait setup.exe /qb REINSTALL=SQL_WarehouseDevWorkbench REINSTALLMODE=OMUS" (without quotes) into the command prompt and then enter.

Hope this can help you if you are still having issues.  It worked for me.

Thanks again to Microsoft....

RG

# re: The case of the missing Business Intelligence Studio@ Tuesday, March 10, 2009 11:53 AM

This article and comments from VJ and Chris saved me a day reinstalling everything. much appreciated.

Oz

# re: The case of the missing Business Intelligence Studio@ Wednesday, June 10, 2009 1:13 PM

"VJ"s - steps worked like a charm !

Ed

# re: The case of the missing Business Intelligence Studio@ Tuesday, June 30, 2009 3:47 AM

I have a visual studio 2008 but sql server 2005. I didnt use SSIS (business intelligence project). I know sql server 2008 has business intelligence project but I use 2005.How am I use the busıness ıntelligence project on the sql 2005. Thanks

recai

Leave a Comment

(required) 
(required) 
(optional)
(required)