→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Hemoco
Lansweeper Alumni
1) Make sure that the client is correctly configured (wmi proper access, firewall disabled)
You can use the premium tool "connection tester" for this.

2) Make sure that dcom is enabled on the client (use dcomcnfg : "enable distributed com on this computer")

3) Check dns settings and reverse dns lookup
make sure that the reverse lookup "ping -a ipaddress" resolves to the same hostname as the forward lookup "ping computername"
7 REPLIES 7
Jrobinson
Engaged Sweeper
Similar problem. Briefly, We migrated the Lansweeper box to a VM, which went OK. Then upgraded Lansweeper (3.1) to premium and had server performance issues. The old server had been cleaned off and I decided to go back to the physical server. Ran the 3.2 installed, which went well. Now I am getting 95% The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) errors. Before going back to the physical server this wasn't a problem.

Any ideas?
Hemoco
Lansweeper Alumni
Jrobinson wrote:
Similar problem. Briefly, We migrated the Lansweeper box to a VM, which went OK. Then upgraded Lansweeper (3.1) to premium and had server performance issues. The old server had been cleaned off and I decided to go back to the physical server. Ran the 3.2 installed, which went well. Now I am getting 95% The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) errors. Before going back to the physical server this wasn't a problem.

Any ideas?


Are your dns settings for the virtual server ok, this might also cause problems.
scrooks
Engaged Sweeper
I have found that this can occur if there are duplicate entries for either the IP address or hostname of the problem PC on the DNS server. Check the DNS server first in both the forward lookup and reverse lookups for the machine in question. Delete entries that point at the same IP address and make sure the machine name is not referenced twice.
ahandler
Engaged Sweeper
Hello, i tied everything - but it does not work.

Same Error - firewall is turned of, service is running - registry is OK!!!

Ping test OK
-----------------------------------------------
Remote registry test OK
-----------------------------------------------
Remote WMI access test FAILED
Der RPC-Server ist nicht verfügbar. (Ausnahme von HRESULT: 0x800706BA)
-----------------------------------------------
Remote \\192.168.11.122\c$ access test OK

i have this Problem just on 2 computers - of about 106.
manit
Engaged Sweeper
The issue I was having was with reverse DNS. Once the reverse dns entries were correct the lansweeper service had no problems scanning the PC.
clmowers
Engaged Sweeper
Another thing you can check and you should be able to do it remotely is this

Start regedit
Look for this key
HKEY_Local_Machine\SOFTWARE\Microsoft\ole
Stringvalue = EnableDCOM
Data = Y

If that is not their then add it and then reboot the computer. This should clear up the issue. I had several pc i had to do this on and it was pretty easy. I just created a kix script to look for that key, if it was not there then it added it and next time the user rebooted the computer Lansweeper was able to pick it up and scan it
clmowers wrote:
Start regedit
Look for this key
HKEY_Local_Machine\SOFTWARE\Microsoft\ole
Stringvalue = EnableDCOM
Data = Y

I just created a kix script to look for that key, if it was not there then it added it and next time the user rebooted the
computer Lansweeper was able to pick it up and scan it


Would you mind posting that KixStart Script? I am having the RPC issue on most of my computers and they are all remote. Connection and DNS are correct, so I'm assuming it is this.

Thanks