Error Codes 800A Series
Mainly Syntax Errors
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.
‡
- Code 800A0005 Invalid Procedure Call
- Code 800A000D Type Mismatch
- Code 800A0035 File not found
- Code 800A003A File Already Exists
- Code 800A0046 Permission denied
- Code 800A004C Path not found
- Code 800A01A8 Object required
- Code 800A01AD ActiveX component can’t create object
- Code 800A01B6 Object doesn’t support this property or method
- Code 800A01BD Object doesn’t support this ACTION
- Code 800A01C3 Object not a collection
- Code 800A01C2 Invalid property assignment
- Code 800A01CE Remote Server does not exist (or is unavailable)
- Code 800A01F4 Variable undefined
- Code 800A01F5 Illegal assignment
- Code 800A03EA Syntax Error
- Code 800A03EE Expected ‘)’
- Code 800A03F1 Variable is undefined
- Code 800A03F2 Expected Identifier
- Code 800A03F4 Variable Undefined
- Code 800A03F6 Expected End
- Code 800A03FD Expected ‘Case’
- Code 800A0400 Expected statement
- Code 800A0401 Expected end of statement
- Code 800A0407 Invalid Number
- Code 800A0408 Invalid Character
- Code 800A0409 Unterminated string constant
- Code 800A041F Unexpected Next
- Code 800A139B Expected ‘]’ in regular expression
- Code 800A0CC1 Item cannot be found in the collection
- Code 800 Errors Master List
Guy Recommends: WMI Monitor and It’s Free!
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 additional help?
- For interpreting the WSH messages check Diagnose 800 errors.
- For general advice try my 7 Troubleshooting techniques.
- See master list of 0800 errors.
- Codes beginning 08004…
- Codes beginning 08005…
- Codes beginning 08007…
- Codes beginning 0800A…
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:
Also
- Code 8002009 Error Setting Default Printer
- Code 80020005 Type mismatch
- Code 800CCC0E Windows Live Failed To connect
- Code 81000306 Windows Live Messenger
- Code 81000314 Windows Live Messenger
- Code 800 Errors Master List
If you cannot find your code 800 error number in my list then, then contact:
Troubleshooting Techniques
Unlike the other series, 800Axxxx have many examples where the Char: Number is greater than one and therefore highly significant. Also, keep your eye on the Source: Compilation Error mean a syntax error, where as Runtime Error, indicates a logical error, an event outside of the script itself. As always, the line number is the number one clue, remember to count every line including blank and ‘Comments. See more on the art of diagnosing 800 errors.
If you like this page then please share it with your friends