JSI Tip 1719. BDC has event 5719 - RPC server is unavailable?
October 17, 1999
If your BDCs have:
Event ID 5719
No Windows NT Domain Controller is available for domain .
The following error occurred: RPC server is unavailable.
you may be missing the domain controller and domain master browser entries for your PDC in WINS.
To work around this problem:
Create an %SystemRoot%System32DriversEtcLMHOSTS file on each BDC that conains:
#PRE #DOM:
" x1c" #PRE
" x1b" #PRE
where the text within the quotes (") is exactly 20 characters. You can use the following template:
"123456789012345x1?"
to insure that the spacing is exact. Example:
192.168.1.10 JSI001 #PRE #DOM:JSI 192.168.1.10 "JSI x1c" #PRE 192.168.1.10 "JSI x1b" #PRE
On each BDC, type:
nbtstat -R
to clear and reload the local name cache.
Import the static mapping from the %SystemRoot%System32DriversEtcLMHOSTS file to the WINS database:
1. Use the WINS Manager to select the WINS server
2. Mappings / Static Mappings / Import Mappings / %SystemRoot%System32DriversEtcLMHOSTS / Open.
3. After the import, click OK.
4. Press Close.
5. Replicate these changes to the the WINS replication partners by pressing Replicate Now.
About the Author
You May Also Like