|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources.
Guy's Review of
1) FreePing
|
Code 800704CA - Error:
|
|||||
Troubleshooting Code 800704CA - This network connection does not existNote this is almost certainly a mistake the error should be 800708CA
I thank Chris A for vigilantly pointing this out. This is an easy error to solve. The RemoveNetworkDrive method is trying
to disconnect a mapped network drive that does not exist.
This
error code, 800704CA occurs when you execute a VBScript. You are
probably using a WSH method called RemoveNetworkDrive. A message box like this. The script does not map the drive as you
would have hoped. The probable scenario is that you are trying to create a Windows logon script. You are probably trying to remove a network drive - but the drive does not exist. Note
the Source : WSHNetwork.RemoveNetworkDrive. The key to solving this problem is not so much by looking in the VBScript, but by checking the drive letters with Windows Explorer. For example, in the script below check the strDriveLetter against
know drives in Explorer.
‡ ' RemoveNetworkDrive.vbs - Remove Drive H:
Windows Management Instrumentation (WMI) is one of the hidden
treasures of Microsoft operating systems. Fortunately, Solarwinds
have created the
WMI Monitor so that you can examine these gems of
performance information for free. Take the guess work out of which
WMI counters to use for applications like Microsoft Active Directory,
SQL or Exchange Server.
Download your free copy of
WMI Monitor Do you need extra help? For interpreting the WSH messages check
Diagnose 800 errors. For general advice try my
7 Troubleshooting techniques Give something back? Would you like to help others? If you have a good example of this error, then
please email me, I will publish it with a credit to you:
Download my Logon Script eBook for only $6.25
If you like this page then please share it with your friends
*
Thus utility makes it easy to check the health of a router or firewall. Check the real-time performance and availability statistics for any device
on your network. Get started with an extensive collection of "out-of-the-box"
monitors for popular network devices.
Download your free Network Device Monitor
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error.
|
||||