the issue is appeared afer we install the wintel os VTM
and our REG dba found the DB cannot be accessed
I login the server find that the MSSQL service si shutdown
I try to startup the service with serivce account , but it show error
initerrlog: Could not open error log file ''. Operating system error = 3(The system cannot find the path specified.).
follow the error message, I check the service account privilege on log file.
it have the full control.
hence eems the issue is not caused by filesystem privilege
check next errormessage:
wmi provider error 0x800742a2
after google i found the followgin solution
On a Windows 2008 domain controller, when you try to use SQL Server Configuration Manager to change the service account of some Microsoft SQL Server 2008 components or of the SQL Server service to a domain user account that is not a domain administrator, you receive one of the following error messages:
Error message 1
You receive this error message if install one or more of the following SQL Server 2008 components, and then you change the service account of the components:
To work around this problem, see Workaround 1.
To work around this problem, add the domain user account to the corresponding domain group for the specific SQL Server component according to the following table.
SQL Server component | Corresponding domain group |
---|---|
SQL Server Analysis Services (InstanceName) | SQLServerMSASUser$ComputerName$InstanceName |
SQL Server Integration Services | SQLServerDTSUser$ComputerName |
SQL Server Browser | SQLServer2005SQLBrowserUser$ComputerName |
To do this, follow these steps:
You receive this error message if you upgrade a named instance of SQL Server from SQL Server 2005 to SQL Server 2008, and then you change the service account of the SQL Server service.
To work around this problem, see Workaround 2.
Workaround 2
To work around this problem, add the domain user account to the SQLServer2005MSSQLUser$ComputerName$InstanceName domain group.Seems the new guy from Wintel team change the domain group, ORZ....
SQLServer2005MSSQLUser$ComputerName$InstanceName
after I add the service account into the group , it work
I think I'd better stand by if the new guy install the VTM on PRD DB server.
T_T |||
[@more@]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8337095/viewspace-1056198/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/8337095/viewspace-1056198/