Troubleshooting Code 800 Errors found in VBScript
This page is designed to help you cure 800xxxxx error messages in your VBScript. To solve your problem look for clues in the Windows Script Host message box. In particular always check the
Line: (number), the Source: and what the Error: message says.
The Symptoms of code 800 messages
The error happens when you execute, run, or double click a VBScript script (.vbs file). Most probably you are trying to create a Logon script. One possible scenario is that you are creating a Windows logon script and there is a typing mistake in the server
name.
Alternatively, you are writing an Active Directory VBScript, which adds computers or amends users properties.
Yet another scenario is that you are creating
a WMI scripts to interrogate the operating system. In each case, what
you see is a message box with Windows Scripting Host in the title.
Categories of VBScript 800xxxxx error codes
Guy Recommends: SolarWinds Engineer's Toolset v10
The Engineer's Toolset v10 provides a
comprehensive console of utilities for troubleshooting computer problems. Guy says
it helps me monitor what's occurring on the network, and the tools
teaches me more about how the system literally operates.
There are so many good gadgets, it's like having free rein of a
sweetshop. Thankfully the utilities are displayed logically: monitoring, discovery, diagnostic, and Cisco tools.
Download your copy of the Engineer's Toolset v 10
Errors beginning with 80005xxx point to an ADSI error in your VBScript. While the message box calls them ADSI, I think of them as LDAP errors. For example, suppose that you are scripting a user's
properties and you type givename instead of
givenName (two ns), that mistake in the ADSI / LDAP name would generate an 80005xxx error.
‡
If your error begins with 8007xxxx then look for an factor outside VBScript. For instance, check the spelling of the name of your share or
printer. Another possibility is that the server named in the script, is
simply down or otherwise unavailable.
Code 8009xxxx
In VBScript, there are 53 syntax errors all beginning with 800Axxxx. These errors
should be among the easiest to cure because the message often
includes the missing punctuation mark or bracket.
Try
a different solution, download SolarWinds ipMonitor
Here is my thinking,
ipMonitor will give you valuable data about your network and servers.
This extra information just may unlock the solution to your error code.
One more thing, sometimes when troubleshooting you go around in circles;
therefore if you try a different, but related approach, you may just crack the
problem.
Free Download
of SolarWinds ipMonitor (21 day eval).
Their topics and material are ideal for getting you started with VBScript. The
videos are easy to follow and you can control the pace. Try their free demo material and then see if you want to buy the full package.
See more about VB Script Training CD.
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:
|