Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
gangadhara.ms
Aged Yak Warrior
549 Posts |
Posted - 2009-10-26 : 11:27:02
|
Dear All,I am installing the Standard SQL server 2005 on my machine(some how i managed to get the Software).While installing the SQL server i am getting the error:COM Plus Catalog Requirement (Warning)MessagesCOM Plus Catalog RequirementIf 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.After setup if i opened the SQL server management studio i am not able to connect to server,Please help me out in this regard.Thanks in Advance,Gangadhar |
|
gangadhara.ms
Aged Yak Warrior
549 Posts |
Posted - 2009-10-26 : 11:30:05
|
I gone through the net solution was like this:The solution for me was to install - or re-install - the Microsoft Distributed Transaction Coordinator (a.k.a. MSDTC ). To do so, just fire up a command prompt and run the following command: msdtc -installThat should re-install the msdtc service on your machine. After that you'll need to actually start the service... that's an important step to remember. :)After doing this also for me it is not working pls help me out.I am installing the SQL server 2005 on VISTA |
 |
|
masterdineen
Aged Yak Warrior
550 Posts |
Posted - 2009-11-02 : 09:15:15
|
have a look at thishttp://msdn.microsoft.com/en-us/library/ms143698(SQL.90).aspxalso once you have got round this problem, make sure you installservice pack 2 and on that a little program will pop up so you can set the permissions for you (username\computerName)to access the sql instance(s)RegardsRobMCTS certified |
 |
|
|
|
|