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.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 SQL Server installation

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)

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.

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 -install

That 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
Go to Top of Page

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2009-11-02 : 09:15:15
have a look at this

http://msdn.microsoft.com/en-us/library/ms143698(SQL.90).aspx

also once you have got round this problem, make sure you install

service 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)

Regards

Rob

MCTS certified
Go to Top of Page
   

- Advertisement -