Troubleshooting MSDE 2000 installation issuesMSDE 2000 had numerous reported installation issues. This TechByte will cover some of the issues and possible solutions. Cannot install without a secure SA password
[Options]
Change the SAPWD option to reflect a secure password of your choice. Also enter your preferred INSTANCENAME. To install MSDE you then run:
SAPWD="Enter-A-Secure-Password" DATADIR ="C:\AltirisDB\" INSTANCENAME="INSTANCE" SECURITYMODE=sql DISABLENETWORKPROTOCOLS=0 setup.exe /settings setup.ini /L*v logfilename We recommend logging the install as the log can be very handy in troubleshooting installation issues, but in verbose mode it will take up to 2MB. Installation fails It is easy to latch onto the MainEngineThread is returning 1603 error which appears in the logs on a failed install, however this error is only signifying that the installation has failed. Search the log file for "Return value 3" and scan the 10 to 20 lines before this for better information on why the installation failed. One of the most common issues with failed re-installation of MSDE is because old files from a previous install still exist. These files must be moved or deleted for the installation to complete. Did it actually install? Author: ASAK Created: Mar 8 2006 Categories: MSDE/SQL Server Express TechByte #127 Warning: By visiting this site and/or by using any information contained herein, you agree to the Techbytes.ca terms of use. Add a comment about this TechByteIf you wish to add a comment regarding this TechByte, please use the form below. Please note that by submitting comments using this form you are allowing all of the information submitted to be visible on this website. Any comments submitted using this form will only be shown on the website if they are approved by the administrators of this site. IF APPROVED, COMMENTS MAY TAKE SEVERAL DAYS TO BE POSTED. Other TechBytes: |
|

