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 |
Fletch
Starting Member
29 Posts |
Posted - 2005-10-13 : 05:45:54
|
I have used the SQLSTDx86 file to upgrade my (development) SQL Server / Reporting Services installation.Part of the install fails with..."Full text search installation requires the startup account and password of theupgraded SQL Server service. To proceed, use the SQLACCOUNT and SQLPASSWORD properties to specify the user account and password of the SQL Server service."...despite having administrator access.Nothing currently works - the local website fails and Visual Studio can't open my project!Am I the first to have this problem?thanks for any advice,Steve. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-10-13 : 13:54:53
|
The "To proceed" part suggests that you need to configure the SQLACCOUNT and SQLPASSWORD input parameters to the installation. This can be done by running the installation from the command line while passing the parameters, or by modifying the installation's ini file.Tara |
 |
|
|
|
|