|
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 Error 800A03EA - Syntax ErrorTroubleshooting Code 800A03EA - Syntax ErrorIntroduction to Code 800A03EA
Error code, 800A03EA occurs when you execute a VBScript. This is a
compilation error, therefore check your syntax especially ampersands and commas. The Symptoms You GetThe script does not execute as you had hoped. Instead you get a message box like this picture: The Cause of Error 800A03EAYour VBScript contain an incorrect character, or possibly an omission. Note: The clue Source: Microsoft VBScript compilation error, means it is a syntax error rather than a logical error. The Solution to Syntax ErrorIn the case of Error 800A03EA, the error message really will guide you to the solution. Firstly check the line number, secondly count along the number of letters and spaces indicated by Char: (58 in my example). If you are experienced with VBScript, check the syntax of your script, for example, look for missing syntax e.g _ (underscore) was required in this instance. If you are still stuck then a good script editor really would help this type of problem because it color codes the commands. Free download of OnScript. ‡ Example of Error 800A03EANote: The Line: 5 Char 58 vbcrlf & It should be vbcrlf & _ strComputer = "Lucy4" Example 2 of Error 800A03EAA tricky problem, there is an extra ampersand. Many method / variable combination do not need that extra & Is should be: objNetwork.MapNetworkDrive strDriveLetter, strRemotePath, strUser, Set objNetwork = Createobject("Network")
Guy
Recommends: WMI Monitor and It's Free!
|
||||
Custom Search
|
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |