Error message when installing SQL Server 2005
I have installed SQL Server 2005 and acquired SP2. However, when I continue to install the SAP dialog instance, it gives me the following error: MDB-05036 Error when creating sqldmo SqlServer object What does this mean?

Software/Hardware used:
ASKED: December 8, 2008  6:02 PM
UPDATED: March 8, 2011  10:19 PM

Answer Wiki:
In SQL Server 2005 and above you have to enable DMO before DMO can be used to create objects. This code will enable it. [code] sp_configure 'show advanced options', 1; GO RECONFIGURE; GO sp_configure 'SMO and DMO XPs', 1; GO RECONFIGURE GO [/code]
Last Wiki Answer Submitted:  December 9, 2008  6:03 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

This did not apparently work, since the error returns when I restart the installer. Attempting to virtualize 4.7×2.00, moving to Win 08 and SQL 05, both 64 bit, when the sapinst fails during the 4.7 install. Is there a sapinst which will continue?

 10 pts.