wmi provider error 0x800742a2 :: MSSQL instance can not start
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:
- SQL Server 2008 Analysis Services
- SQL Server 2008 Integration Services
- SQL Server Browser
To work around this problem, see Workaround 1.
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:
- Click Start, point to Administrative Tools, and then click Active Directory Users and Computers.
- In the Active Directory Users and Computers snap-in, click Users.
- Double-click the corresponding domain group.
- In the Properties dialog box, click the Members tab.
- On the Members tab, click Add.
- In the Select Users, Contacts, Computers, or Groups dialog box, type the user in the DomainNameUserName format under Enter the object names to select, and then click OK.
- In the Properties dialog box, click OK.
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.To do this, follow these steps:
- Click Start, point to Administrative Tools, and then click Active Directory Users and Computers.
- In the Active Directory Users and Computers snap-in, click Users.
- Double-click SQLServer2005MSSQLUser$ComputerName$InstanceName.
- In the Properties dialog box, click the Members tab.
- On the Members tab, click Add.
- In the Select Users, Contacts, Computers, or Groups dialog box, type the user in the DomainNameUserName format under Enter the object names to select, and then click OK.
- In the Properties dialog box, click OK.
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 3.1.5.6 Forcing an Instance to Start
- RAT ORA-15507: cannot start workload replay on instance 1
- Angular 錯誤訊息:ERROR Error NullInjectorError No provider for XXAngularErrorNullIDE
- LGWR (ospid: 29534): terminating the instance due to error 4021Error
- android studio Error:Unable to start the daemon process【轉】AndroidError
- Angular 依賴注入錯誤訊息:ERROR Error NullInjectorError No provider for XXAngular依賴注入ErrorNullIDE
- Can't debug c++ project because unable to static library start program *.libC++Project
- appium start session 時報錯 Error executing adbExec. Original error 求指點APPSessionError
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- WMI Defense
- WMI Backdoor
- WMI Attacks
- GTID複製報錯處理:Last_Error: Error 'Can't drop database 'test';ASTErrorDatabase
- 完美解決stack Error: Can‘t find Python executable “python“, you can set the PYTHON env variable.ErrorPython
- Fatal error: can't check configuration file '/home/watt/proxy/dError
- 解決ERROR 1231 (42000): Variable 'time_zone' can'tError
- Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start ofAndroidErrorBATPackage
- 帶庫升級 exp全備 su profile error lead to pkg failed to startErrorAI
- 解決Error Initialization failed for ‘https://start.spring.io‘Please check URL, nErrorAIHTTPSpring
- WSC、JSRAT and WMI BackdoorJS
- vertx instance
- GPU InstanceGPU
- 規避技術: WMI
- appium start session 時報錯 Error executing adbExec. Original error。已經卡了一天,求大神指點APPSessionError
- ERROR 1840 (HY000) at line 24: @@GLOBAL.GTID_PURGED can only be set when @@GLOBAError
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- ld: -pie can only be used when targeting iOS 4.2 or later clang: error: linker command failed with eiOSErrorAI
- pipenv install error UnicodeDecodeError: 'utf8' codec can't decode byte 0xb4 in positionErrorUnicode
- pip install ... ERROR: UnicodeDecodeError: ‘gbk‘ codec can‘t decode/ python setup.py egg_info CheckErrorUnicodePython
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- 【MSSQL】MSSQL 從Express版本升級到Enterprise版本SQLExpress
- 3.2.1 Mounting a Database to an InstanceDatabase
- WMI攻擊與安全防禦
- mssql程式塊SQL
- start uniappAPP
- 排錯./configure: error: the HTTP XSLT module requires the libxml2/libxslt libraries. You can either doErrorHTTPUIXML
- provider之selectorIDE
- C++ instance的使用C++
- RMAN Duplicate RAC to Single Instance