Install Issue with SQL Server 2005 Notification Services

I had an issue yesterday with SQL Server 2005 installation of the Notification services.  The error that I was getting was:

- COM Plus Catalog Requirement (Warning)
Messages
COM Plus Catalog Requirement
If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup.

Well I did as the article said and this didn't help at all... in fact the install failed completely and I had to uninstall and start from scratch again.  I gave MS tech support a call and we spent 3 and a half hours going through what it could be.  It turned out the issue was with the MSDTC having been installed by SQL Server but not in it's entirity.  In the end we put in the following command into command prompt:

msdtc - install

which installed the Distributed Transaction Coordinator service.  This got us past that bit of the problem. The next error that I got was:

TITLE: Microsoft SQL Server 2005 Setup
------------------------------
Failed to install and configure assemblies C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin\microsoft.sqlserver.notificationservices.dll in the COM+ catalog. Error: -2146233087
Error message: Unknown error 0x80131501
Error description: The Transaction Manager is not available. (Exception from HRESULT: 0x8004D01B)
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=29549&EvtType=sqlca%5csqlassembly.cpp%40Do_sqlAssemblyRegSvcs%40Do_sqlAssemblyRegSvcs%40x80131501


Then we went into the services manager and started the service and hit the retry on the install (Silly us... we managed to install the Distributed Transaction Coordinator service but forgot to set it running!).  This got us past that issue and SQL Server 2005 was installed. 

Following that we had the common problem of Management Studio not being installed.  This was a simpler problem to fix.  We went into Control Panel, Add/ Remove programs and hit the change option on SQL Server 2005 and clicked on the url that says "To Install a new component, click here" Click it and select Workstation Components, books online and development tools and then click on advanced.  Don't add in anything other than the client components (mandatory!) and the documentation, samples and sample database (optional).  Click on next and install the components.  You will now find that on completion you have Management Studio!  (As if by magic!)

I hope this helps others who have the same issue.  I didn't find any of the info above in any of the KB articles but I believe MS are supposed to be updating them with this solution  I am sure they will provide a link to it once it has been updated.  In the meantime best of luck with things.  (I'm soooo glad we have support calls included in our MSDN subscription... otherwise I would have had to totally reinstall the OS and all the apps which would have taken far longer than 3 and a half hours!)

BTW all this started as a result of me installing SQL Everywhere (Beta) which removed the Visual Studio links in Server Explorer to SQL Mobile database implementations.  After uninstall of SQL Everywhere (Beta) it doesn't restore the Server explorer links to SQL Mobile to integrate with Visual Studio!  If you try uninstalling and reinstalling SQL Mobile this doesn't fix the problem nor does uninstalling just Visual Studio or just SQL Server.  I had to totally uninstall SQL Server and Visual Studio to get it working with SQL Mobile.  Be warned! (I suspect this uninstallation was what caused the issue with the Distributed Transaction Coordinator service as nothing else was installed or uninstalled at that time.  It would be worth the SQL Everywhere team looking into this issue further as it may be that there is an underlying problem here.   Please note I would be interested in looking at SQL Everywhere when the next version comes out either in Beta or RTM.)

 

Update: The KB article re the DTS is here but they don't relate it back to the SQL Server 2005 installation.

posted @ Thursday, August 03, 2006 9:12 PM

Print

Comments on this entry:

# re: Install Issue with SQL Server 2005 Notification Services

Left by Robin at 9/21/2006 2:47 PM
Gravatar
This was a great article and helped me save a lot of time. I experienced exactly the same issues.

Thanks again,
Robin.

# re: Install Issue with SQL Server 2005 Notification Services

Left by Mike at 2/28/2007 12:07 PM
Gravatar
Thanks for posting about this issue.. I had the same problem with the SQL Server 2005 SP2 install..

# re: Install Issue with SQL Server 2005 Notification Services

Left by billy at 3/26/2007 9:15 AM
Gravatar
thanks a lot for your great article, i also experienced same problem and fixed just in a few minutes.

# re: Install Issue with SQL Server 2005 Notification Services

Left by bYteMe0101 at 4/23/2007 1:44 AM
Gravatar
This seems to be a problem when installing SQL Compact (3.1) on the desktop as welll

# re: Install Issue with SQL Server 2005 Notification Services

Left by Andre T at 4/25/2007 10:48 AM
Gravatar
You're a life saver. I was trying to install SQL 2005 Server developer edition on a XP machine, and ran into the same problems. I found no solutions until I came across your site. Hopefully this will solve the "Management Studio" not installing bug as well.

I'm very surprised that the installation program wasn't more thoroughly bug tested as these are not isolated incidents.

# re: Install Issue with SQL Server 2005 Notification Services

Left by Tom at 5/14/2007 3:52 AM
Gravatar
This solved a failure when installing SQL Server SP2 Client Components as well.Thanks a lot.

# re: Install Issue with SQL Server 2005 Notification Services

Left by Lance Fisher at 5/17/2007 6:15 AM
Gravatar
Management Studio not installing was a pain. Thanks for the tip!

# Re: Video of installing the SQL Server Everywhere CTP

Left by Channel 9 at 6/15/2007 7:27 AM
Gravatar

# re: Install Issue with SQL Server 2005 Notification Services

Left by Amol at 6/26/2007 1:43 PM
Gravatar
This thing has worked in Windows XP..wat bout VISTA???it is not working..i tried restarting the DTC Service which was already started, but of no use..
Please if anybody can help regarding this....

# re: Install Issue with SQL Server 2005 Notification Services

Left by Renee at 7/5/2007 9:43 PM
Gravatar
This resolved my issue. Thanks so much for posting!

# re: Install Issue with SQL Server 2005 Notification Services

Left by Teresa S at 7/16/2007 5:48 PM
Gravatar
This article helped me resolve my setup problem with the transaction manager error. so many times I look for answers on these sites and no one ever says if the fix worked or not. This fixed my error that is stated in the thread and I like that you can comment.

Thanks!!

# re: Install Issue with SQL Server 2005 Notification Services

Left by Rit at 8/7/2007 12:14 AM
Gravatar
I just ran to the exact problem you described. This article helped and saved me. Thank you very much

# re: Install Issue with SQL Server 2005 Notification Services

Left by Big Bird at 8/10/2007 5:08 PM
Gravatar
I restarted DTC service. I Still could not carry on when pressed retry.
I pressed ignore instead. The installation then completed. BUT I don't know this affects the product.

# re: Install Issue with SQL Server 2005 Notification Services

Left by Saroj at 12/8/2007 2:19 PM
Gravatar
I got this issue while setting up SQL Server 2005 Installation. I went through all details.
I will try SQL Server 2005 Installation once again on the same.
This issue is consistent on that particular Windows 2003 Server with SP2. I have never ever got this error before applying SP2 OR in any other Windows 2003 Server with SP1.

Is there be any specific settings on which this issue is coming up? Any Idea???

# re: Install Issue with SQL Server 2005 Notification Services

Left by Justin at 5/15/2008 12:54 AM
Gravatar
Thank goodness for people like you and google :)

Your comment:



 (will not be displayed)


 
 
 
Please add 1 and 1 and type the answer here:
 

Live Comment Preview:

 
«November»
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456