安装时通过Windows 身份验证时 提示无效的登录信息,一个或多个实例未通过验证。
但是我通过SQL Server Management Studio却可以通过Windows 身份验证成功登陆安装sp2时也是一样的。。
求高手帮忙!!都花了一天时间了!

解决方案 »

  1.   

    建议重起一下数据库服务器.你或者加一个用户到 role sysadmin.再试试.
      

  2.   

    这种问题有可能是os的问题,建议重装os
      

  3.   

    http://blog.csdn.net/fredrickhu/archive/2009/09/23/4585998.aspx看看SQL 2005安装问题汇总
      

  4.   

    楼主的描述太简单,无法根据这些信息判断。如果可能的话,将此目录 %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\ 下的 sp1 包安装日志中有关错误信息贴上来,大家帮你分析一下。安装日志的内容会比较多,建议你先筛选一下,只要将日志中有关错误的信息贴上来就可以了。另外,在这个论坛也有一段时间了,发现这里侧重于讨论数据库开发方面的问题,而对于涉及数据库系统方面排错少一点。建议你可以根据错误信息查询一下微软的 KB,或者直接到 TECHNET 论坛去提问,那里有许多技术方面的专家可以解决这方面的问题。(http://technet.microsoft.com/zh-cn/ms772425.aspx)
      

  5.   

    另外,你可以尝试一下使用 SQL 身份验证,使用 SA 登陆账户连接到要更新的实例。
      

  6.   

    错误信息应该存储在 %Program Files%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\HOTFIX.LOG 文件中。
      

  7.   

    10/15/2009 18:15:29.328 Authenticating user using Windows Authentication
    10/15/2009 18:15:29.375 SQL Service MSSQLServer was previously running, ready for authentication
    10/15/2009 18:15:29.437 SQL Agent Service SQLSERVERAGENT was not previously running
    10/15/2009 18:15:29.609 Authenticating user using Windows Authentication
    10/15/2009 18:15:29.640 Validating database connections using Windows Authentication
    10/15/2009 18:15:29.812 Pre-script database connection check was successful - proceeding with script execution
    10/15/2009 18:15:29.984 Received sysadmin status for instance: MSSQLSERVER
    10/15/2009 18:15:30.015 Validating database connections using Windows Authentication
    10/15/2009 18:15:30.171 Pre-script database connection check was successful - proceeding with script execution
    10/15/2009 18:15:30.187 User authentication was successful
    10/15/2009 18:15:30.234 Error, cannot determine sysadmin status for instance: MSSQLSERVER
    10/15/2009 18:16:07.515 Registry: Opened registry key "System\CurrentControlSet\Control\Session Manager"
    10/15/2009 18:16:07.546 Registry: Cannot read registry key value "PendingFileRenameOperations"
    10/15/2009 18:16:08.125 Authenticating user using Windows Authentication
    10/15/2009 18:16:08.156 SQL Service MSSQLServer was previously running, ready for authentication
    10/15/2009 18:16:08.218 SQL Agent Service SQLSERVERAGENT was not previously running
    10/15/2009 18:16:08.390 Authenticating user using Windows Authentication
    10/15/2009 18:16:08.406 Validating database connections using Windows Authentication
    10/15/2009 18:16:08.562 Pre-script database connection check was successful - proceeding with script execution
    10/15/2009 18:16:08.734 Received sysadmin status for instance: MSSQLSERVER
    10/15/2009 18:16:08.781 Validating database connections using Windows Authentication
    10/15/2009 18:16:08.937 Pre-script database connection check was successful - proceeding with script execution
    10/15/2009 18:16:08.953 User authentication was successful
    10/15/2009 18:16:09.000 Error, cannot determine sysadmin status for instance: MSSQLSERVER这是出错的log
      

  8.   

    上面是用windows身份验证时报的错!
    以下是sql身份登录报错:10/15/2009 18:29:57.703 Authenticating user using SAPWD
    10/15/2009 18:29:57.765 SQL Service MSSQLServer was previously running, ready for authentication
    10/15/2009 18:29:57.812 SQL Agent Service SQLSERVERAGENT was not previously running
    10/15/2009 18:29:58.031 Authenticating user using SAPWD
    10/15/2009 18:29:58.062 Validating OSQL connections using SAPWD
    10/15/2009 18:29:58.218 Pre-script database connection check was successful - proceeding with script execution
    10/15/2009 18:29:58.375 Received sysadmin status for instance: MSSQLSERVER
    10/15/2009 18:29:58.406 Validating OSQL connections using SAPWD
    10/15/2009 18:29:58.562 Pre-script database connection check was successful - proceeding with script execution
    10/15/2009 18:29:58.578 User authentication was successful
    10/15/2009 18:29:58.625 Error, cannot determine sysadmin status for instance: MSSQLSERVER
      

  9.   

    10/15/2009 18:15:30.187 User authentication was successful 
    10/15/2009 18:15:30.234 Error, cannot determine sysadmin status for instance: MSSQLSERVER
    10/15/2009 18:16:07.515 Registry: Opened registry key "System\CurrentControlSet\Control\Session Manager"
    10/15/2009 18:16:07.546 Registry: Cannot read registry key value "PendingFileRenameOperations" 从错误信息上看安装时的身份验证是成功的,问题在于无法确定 sysadmin 固定服务器角色状态。经过 baidu、google、technet 搜索“cannot determine sysadmin status”关键字后,发现有人出现过这样的问题,但都没有解决。有人也将这个错误也被反映给了微软(可能是 bug),但至今没有答复。建议楼主也搜索一下,看看有没有解决方法。祝好运。
      

  10.   

    自己解决了!
    重新创建了reporting server 数据库,处理数据库名外,配置全部选择默认,然后成功了!呵呵
    原来我的数据库安装语言选择的是简体中文(默认的是Enlish),一路下来,ok!
    太难找了,呵呵。。
    希望对遇到同样问题的朋友有所帮助!!