OS:Windows Server 2003 SP2 ia64
SQL Server 2000 SP4(English) から SQL Server 2008 (English)のアップグレードに失敗します。
アップグレード中にWait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
というエラーが発生します。
詳細なログから以下のメッセージを見つけました。
ファイル名: SQLServer_ERRORLOG_2009-08-14T21.37.43.txt
・・・・以下がエラーが起きた時刻に出ていたログです
2009-08-14 21:37:41.61 spid7s Signing sps ...
2009-08-14 21:37:41.67 spid7s Error: 15116, Severity: 16, State: 1.
2009-08-14 21:37:41.67 spid7s Password validation failed. The password does not meet Windows policy requirements because it is too short.
2009-08-14 21:37:41.70 spid7s Error: 912, Severity: 21, State: 2.
2009-08-14 21:37:41.70 spid7s Script level upgrade for database 'master' failed because upgrade step 'sqlagent90_msdb_upgrade.sql' encountered error 15116, state 1, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script upgrade steps run to completion.
2009-08-14 21:37:41.73 spid7s Error: 3417, Severity: 21, State: 3.
2009-08-14 21:37:41.73 spid7s Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books Online.
2009-08-14 21:37:41.73 spid7s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
似たような現象
http://support.microsoft.com/default.aspx/kb/960781/jaに載っている解決策を試してみましたが、だめでした。
セキュリティポリシーの問題でしょうか?
解決策を教えてください。よろしくお願いいたします。