YuAye

别人笑我太屁癫,我笑他人鞋不穿。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

在安装过程中系统检测潜在的安装故障,之后提示我的机器中:  
  -   SQL   Server   Edition   Operating   System   Compatibility   (Warning)  
  Messages  
  SQL   Server   Edition   Operating   System   Compatibility  
     
  Some   components   of   this   edition   of   SQL   Server   are   not   supported   on   this   operating   system.   For   details,   see   'Hardware   and   Software   Requirements   for   Installing   SQL   Server   2005'   in   Microsoft   SQL   Server   Books   Online.  
   
    -   IIS   Feature   Requirement   (Warning)  
  Messages  
  IIS   Feature   Requirement  
     
  Microsoft   Internet   Information   Services   (IIS)   is   either   not   installed   or   is   disabled.   IIS   is   required   by   some   SQL   Server   features.     Without   IIS,   some   SQL   Server   features   will   not   be   available   for   installation.   To   install   all   SQL   Server   features,   install   IIS   from   Add   or   Remove   Programs   in   Control   Panel   or   enable   the   IIS   service   through   the   Control   Panel   if   it   is   already   installed,   and   then   run   SQL   Server   Setup   again.   For   a   list   of   features   that   depend   on   IIS,   see   Features   Supported   by   Editions   of   SQL   Server   in   Books   Online.  
   
  -   Performance   Monitor   Counter   Requirement   (Error)  
  Messages  
  Performance   Monitor   Counter   Requirement  
     
  The   System   Configuration   Check   for   Performance   Monitor   counter   registry   value   has   failed.   For   details,   see   How   to:   Increment   the   Counter   Registry   Key   for   Setup   in   SQL   Server   2005,   in   the   readme   file   or   in   SQL   Server   Books   Online.  
     
  之后就安装不了了,求助看看需要设置什么吗?  

 

 

Performance   Monitor   Counter   Requirement   (Error)  
  错误   我也   遇到了。。  
  -   性能监视器计数器要求   (错误)  
  消息  
  性能监视器计数器要求  
     
  对性能监视器计数器注册表值执行系统配置检查失败。有关详细信息,请参阅自述文件或   SQL   Server   联机丛书中的“如何在   SQL   Server   2005   中为安装程序增加计数器注册表项值”。  
     
  看了帮助按   帮助   修改   注册表   还是不行  
   
  ----  
   
  性能监视器计数器要求  
    SCC   检查注册表项的值以验证   SQL   Server   perfmon   计数器安装的增量是否正确。如果对此项的检查失败,将阻止安装。  
     
   
   
  在   SQL   Server   安装开始前,Microsoft   SQL   Server   安装程序中的安装配置检查器   (SCC)   会验证计数器注册表项的值。如果   SCC   无法验证现有的注册表项,或   SCC   无法运行   lodctr.exe   系统程序,则   SCC   检查会失败,致使安装受阻。  
   
  错误编辑注册表会严重损坏您的系统。更改注册表项之前,建议您备份计算机中的所有重要数据。    
   
  手动设置计数器注册表项的增量  
  在   Microsoft   Windows   2003   或   Windows   XP   桌面上,依次单击“开始”、“运行”,然后在“打开”中键入   regedit.exe,再单击“确定”。在   Windows   2000   中,使用   regedt32.exe   启动注册表编辑器。  
   
  定位到以下注册表项:  
   
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows   NT\CurrentVersion\Perflib]  
   
  "Last   Counter"=dword:00000ed4   (5276)  
   
  "LastHelp"=dword:00000ed5   (5277)  
   
  上一步的“Last   Counter”值   (5276)   必须与以下注册表项中“Perflib\009”的“Counter”项的最大值匹配,并且上一步的“Last   Help”值   (5277)   必须与以下注册表项中“Perflib\009”的“Help”项的最大值匹配。  
   
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows   NT\CurrentVersion\Perflib\009]  
   
  注意   009   是英文中的一个示例。“Last   Counter”和“Last   Help”值是由   Windows   动态分配的;这两个值会因计算机的不同而不同。  
   
  如有必要,可修改“\Perflib”项中的“Last   Counter”和“Last   Help”值的值:在右侧窗格中,右键单击“Last   Counter”或“Last   Help”,单击“修改”,再单击“Base   =   "Decimal"”,在“值数据”中设置值,再单击“确定”。如有必要,对另一个项重复以上过程,然后关闭注册表编辑器。  
   
  再次运行   SQL   Server   安装程序。