|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 2:17 AM
Points: 264,
Visits: 1,287
|
|
SQL Server 2005 service is not starting, I checked the ErrorLog file and found the below error : "2010-09-02 18:03:40.60 Server Error: 3411, Severity: 21, State: 1. 2010-09-02 18:03:40.60 Server Configuration block version 0 is not a valid version number. SQL Server is exiting. Restore the master database or reinstall."
I tried to rebuild the master database by using following command :
"start /wait D:\setup.exe /qn INSTANCENAME=mssqm$ICT REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=StrongPassword"
This command ran successfully without any notification then I tried to start the SQL Server in single user mode by using -m; parameter but when I start the SQL Service it gives an error i.e. :
"Windows could not start the SQL Server on local computer. For more information review the system even log. If this is a non microsoft service, contact the service vendor and prefer to specific error code 3411 "
When I checked the event log it shows :
"The SQL Server (SQLFORMIRROR) service terminated with service-specific error 3411 (0xD53)."
I tried many ways but could not succeeded plz help.
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 5:05 AM
Points: 1,618,
Visits: 20,899
|
|
Check if the database files are compressed. If yes remove the Compression option in the Operating System. Refer this
Pradeep Adiga Blog: sqldbadiaries.com Twitter: @pradeepadiga
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 2:17 AM
Points: 264,
Visits: 1,287
|
|
| No compression on database files.
|
|
|
|
|
SSC-Dedicated
           
Group: Administrators
Last Login: Today @ 6:14 PM
Points: 31,421,
Visits: 13,734
|
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Today @ 5:25 AM
Points: 535,
Visits: 1,011
|
|
Is the syntax of the command to reinstall master correct? I ask because you listed
"start /wait D:\setup.exe /qn INSTANCENAME=mssqm$ICT REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=StrongPassword"
supplying an instance name of mssqm$ICT yet your error is
"The SQL Server (SQLFORMIRROR) service terminated with service-specific error 3411 (0xD53)."
indicating your instance name with problems is SQLFORMIRROR.
Joie Andrew "Since 1982"
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, August 31, 2012 7:19 AM
Points: 225,
Visits: 419
|
|
Post the windows even entries and also check what Andrew pointed out.
Rohit
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Saturday, March 24, 2012 3:31 PM
Points: 4,232,
Visits: 207
|
|
| Like Steve mention post the relevant entries from the System, Security and Application Event logs.
|
|
|
|