The SQL Server Active Directory Helper service terminated with service-specific error 3221225572 (0xC0000064).在线等。谢谢!

解决方案 »

  1.   

    http://www.verydev.com/topicview-5132682.html
      

  2.   

    gc_ding(E.T)
    哥们,不发的链接没有解决办法啊!!!
    急等!
      

  3.   


    SQL Server Active Directory Helper is a service installed with SQL Server that 
    handles Active Directory objects. There is only one SQL Server Active Directory 
    Helper service instance for all instances of SQL Server installed on the 
    computer.To reproduce this behavior:
    -------------------------------------
    If you try to start MSSQLServerADHelper, for example, from Services, you will 
    receive the following error number -1073741724 and in the system log, the following 
    error Message will be visible "The MSSQLServerADHelper service terminated with 
    service-specific error 3221225572."I found out the regarding the error trying to start the MSSQLServerADHelper 
    service.  This is normal behavior. MSSQLServerADHelper can not be manually started. 
    If you try to manually start it you will get the above error. The service is 
    dynamically started by an instance of SQL Server or the Analysis Manager when 
    needed. The service is stopped as soon as it has completed its work.   From books online:  The MSSQLServerADHelper service performs two functions:  It 
    adds and removes the objects used to register instances of Microsoft? SQL Server 
    2000 relational database engine or Analysis server in the Microsoft  Windows? 2000 
    Active Directory.  It ensures that the Windows account under which a SQL Server 
    service is running has permissions to update all of the Active Directory objects 
    for the instance, as well as any replication publications and databases for that  
    instance.  The service is dynamically started by an instance of SQL Server or the 
    Analysis Manager when needed. The service is stopped as soon as it has completed 
    its  work. Active Directory objects in a computer container can be created or 
    removed only by programs that have been assigned either domain administration 
    rights or  that are running under the localsystem Windows account. 
      

  4.   

    For more information, please refer to:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_cs_9m
    hx.asp