DC Agent: ERROR_BAD_NETPATH - 53

Before you begin

This error typically indicates that a network problem is preventing DC Agent from contacting a domain controller.

If you encounter this remote access issue:

Steps

  1. On the DC Agent machine, use the Windows Services tool to verify that the Remote Registry Service is running.
  2. If DC Agent is configured to use NetBIOS (“UseNetBIOS=true” appears in the transid.ini file), make sure that NetBIOS is bound to the network adapter on the DC Agent machine:
    1. Navigate to Control Panel > Network and Internet > Network and Sharing Center.
    2. Click Local Area Connection, then click Properties.
    3. Select Internet Protocol Version 4 (TCP/IPv4), then click Properties.
    4. Click Advanced, and then select the WINS tab.
    5. Make sure that the NetBIOS setting is Default or Enable.
    6. If you made a change, click OK three times to save your changes and close Properties dialog boxes.
  3. Verify that the DC Agent machine and the domain controller machine are using the same network protocol for communication (for example, TCP/IPv4).
  4. Use the net view command to verify that the DC Agent machine can communicate with client machines in the network, and with the domain controller:
    net view \\<machineIPaddress>
    net view \\<domaincontrollerIPaddress>
    If the net view command fails, check the DC Agent machine’s network connection and placement within the network.
  5. Make sure that remote administration is enabled on the domain controller.