Which edition of SQL Server are you trying to install? 32-bit or 64-bit SQL
Server?
Which edition of Windows 7 do you have?
Can you find the file
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG
and attach the file, or post the contents here?
Note that if you tried to install a named instance, you should replace
MSSQLSERVER in the path with the instance name.
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
I'll be on the machine later and see if I can snag the log.
"Erland Sommarskog" <esq...@sommarskog.se> wrote in message
news:Xns9DC4E58E9...@127.0.0.1...
"JR" <a...@spam.never> wrote in message
news:eXrjJK1M...@TK2MSFTNGP06.phx.gbl...
> Here's the logs
>
>
> "Erland Sommarskog" <esq...@sommarskog.se> wrote in message
> news:Xns9DC4E58E9...@127.0.0.1...
"JR" <a...@spam.never> wrote in message
news:Ob14vc2M...@TK2MSFTNGP02.phx.gbl...
Thanks for the followup message, or else I would never have seen the
logs! (The news server I use, filters attachments since it's a text-
only service. But I were able get hold of the logs from Microsoft's
newsserver.)
The error in the SQL Server errorlog is "An error occurred during
encryption." Why you would get this error, I don't know. But I doubt
that it has anything to do with folder permissions. (But I don't know
what the "protect folder" is; is some new feature in Win7?)
LocalSystem is not a good choice for other reasons, so maybe you could
try using a domain account instead? That is create a user and use this
for the service account.
In any case, I would like you to submit a bug on
http://connect.microsoft.com/sqlserver/feedback.html about the issue,
so Microsoft can address this in future versions of Setup. They may also
be able to help you with what is wrong. When you submit the bug
report, you should include the logs from
"C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log".
There is one directory per installation attempt. I believe there is a
cab file that have it all. You should also add the SQL Server error
log that you posted.
And, oh, check the Windows event log. Maybe there are some errors related to
encryption.
As to running under local system, the app we use with SQL won't operate
correctly unless the services, or at minimum the the Full Text service is
running under local system so I just run them all that way and have had no
issues with doing it. Would like to know what your opposition is to local
system though for future reference. Always open to suggestions.
"Erland Sommarskog" <esq...@sommarskog.se> wrote in message
news:Xns9DCADB87F...@127.0.0.1...
But my main opposition is that people often run into problem with
LocalSystem: you cannot use network shares, communication with linked
servers etc are more difficult.
It sounds funny that the application requires the FullText Service
to run under LocalSystem. I don't remember exactly what the FullText
service does these days, but it does a lot less in SQL 2008, since
fulltext is now a first-class citizen in SQL Server.