Formular una preguntaFormular una pregunta
 

RespondidaEvent 5014 DFSR Error:1726

  • martes, 09 de junio de 2009 23:09Jasthompson Medallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     

    I'm running DFS on about 45 branch office 2008 servers to replicate data back to our Corp offices. I keep seeing the error listed below and then a second later I get another event saying that the service successfully established a inbound connection. Data seems to be replicating fine. Why is this error showing up so much in the logs? Should I worry about it?

    The DFS Replication service successfully established an inbound connection with partner BC-SERVER1 for replication group srg-llc.com\lvc\bc.

     

    Additional Information:

    Connection Address Used: BC-SERVER1.ABC.com

    Connection ID: DEC9AA40-C300-4E7E-996A-9EB6B8690064

    Replication Group ID: 0E7C2F66-2A38-4CD8-A77C-1A1BA157B971


    Jason

Respuestas

  • miércoles, 10 de junio de 2009 10:59David Shen - MSFTMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida

    Hello Jason,

     

    Based on the research, TCP off loading on the network level may cause these several Event ID 5014 and the error 1726 in the Event logs.

     

    Please add these following registry values on the problematic Windows Server 2008 box to see it can be helpful.

     

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

     

     

    Value =DisableTaskOffload

    Type = DWORD

    Data = 1

     

     

    Value =EnableTCPChimney

    Type = DWORD

    Data = 0

     

     

    Value =EnableTCPA

    Type = DWORD

    Data = 0

     

     

    Value =EnableRSS

    Type = DWORD

    Data = 0


    Please note: We may need to reboot the server to make these settings take into effect.
     

    Hope it helps.


    This posting is provided "AS IS" with no warranties, and confers no rights.

Todas las respuestas

  • miércoles, 10 de junio de 2009 10:59David Shen - MSFTMSFT, ModeradorMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuarioMedallas del usuario
     Respondida

    Hello Jason,

     

    Based on the research, TCP off loading on the network level may cause these several Event ID 5014 and the error 1726 in the Event logs.

     

    Please add these following registry values on the problematic Windows Server 2008 box to see it can be helpful.

     

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

     

     

    Value =DisableTaskOffload

    Type = DWORD

    Data = 1

     

     

    Value =EnableTCPChimney

    Type = DWORD

    Data = 0

     

     

    Value =EnableTCPA

    Type = DWORD

    Data = 0

     

     

    Value =EnableRSS

    Type = DWORD

    Data = 0


    Please note: We may need to reboot the server to make these settings take into effect.
     

    Hope it helps.


    This posting is provided "AS IS" with no warranties, and confers no rights.