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.
Steps
- On the DC Agent machine, use the Windows Services tool to verify that the Remote Registry Service is running.
-
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:
- Navigate to Control Panel > Network and Internet > Network and Sharing Center.
- Click Local Area Connection, then click Properties.
- Select Internet Protocol Version 4 (TCP/IPv4), then click Properties.
- Click Advanced, and then select the WINS tab.
- Make sure that the NetBIOS setting is Default or Enable.
- If you made a change, click OK three times to save your changes and close Properties dialog boxes.
- Verify that the DC Agent machine and the domain controller machine are using the same network protocol for communication (for example, TCP/IPv4).
-
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. - Make sure that remote administration is enabled on the domain controller.