ASP error message

Source: Internet
Author: User
Meanings of most ADO error codes
In addition to the provider errors described in the error object and errors collection, ADO
The error is returned to the exception handling mechanism in the runtime environment. Use a programming language error capture mechanism (such as Microsoft? Visual Basic? On
Can capture and handle the following errors. The following table displays both the decimal and hexadecimal error code values.

Constant name Number Description
The type of the parameter used by the aderrinvalidargument 3001 0x800a0bb9 application is incorrect, exceeds the acceptable range, or conflicts with other parameters.
Aderrnocurrentrecord 3021 0x800a0bcd BOF or EOF is true, or the current record has been deleted. The operation requested by the application requires the current record.
The operation requested by the aderrillegaloperation 3219 0x800a0c93 application cannot appear in this context. The aderrintransaction 3246 0x800a0cae application cannot explicitly close the connection object in the transaction.
The aderrfeaturenotavailable 3251 0x800a0cb3 provider does not support operations requested by applications.
Aderritemnotfound 3265 0x800a0ccado cannot find an object in the set corresponding to the application request name or sequence reference.
Aderrobjectincollection 3367 0x800a0d27 cannot be appended, and the object is already in the collection.
The objects referenced by the aderrobjectnotset 3420 0x800a0d5c application no longer point to valid objects.
The aderrdataconversion 3421 0x800a0d5d application uses a value type that does not match the current operation.
Aderrobjectclosed 3704 0x800a0e78 if the object is closed, the operation requested by the application is not allowed.
Aderrobjectopen 3705 0x800a0e79 if the object is opened, the operation requested by the application is not allowed.
Aderrprovidernotfound 3706 0x800a0e7a ADO cannot find the specified provider.
The aderrboundtocommand 3707 0x800a0e7b application cannot use the command object to recordset
The activeconnection attribute of the object is changed to its source data.
The aderrinvalidparaminfo 3708 0x800a0e7c application incorrectly defines the parameter object.
The aderrinvalidconnection 3709 0x800a0e7d application is closed by reference or is invalid
Connection object.

**************************************** *************************************
ASP Error Code Description
Error code error message description
Asp0100 out of memory insufficient (the required memory cannot be allocated
Asp0101 Unexpected error
Asp0102 expecting string input missing string Input
Asp0103 expecting numeric input missing numeric Input
Asp0104 opration not allowed operation not allowed
Asp0105 Index out of Ange Index out of range (an array index exceeded)
Asp0106 Type Mismatch Type mismatch (the data type encountered cannot be processed)
Asp0107 stack overflow (the data being processed exceeds the permitted range)
Asp0115 Unexpected error: Unexpected error (the error of recoverable exception_name occurs on the external object, and the script cannot continue running)
Asp0177 server. Createobject failed server failed to create the object (invalid progid)
Asp0190 Unexpected error: Unexpected error (caught error occurs when an external object is released)
Asp0191 Unexpected error: Unexpected error (caught error occurs in the onstartpage method of the External Object)
Asp0192 Unexpected error: Unexpected error (caught error occurs in the onendpage method of the External Object
Asp0177 server. Createobject failed server failed to create the object (invalid progid)
Asp0191 Unexpected error: Unexpected error (caught error occurs in the onstartpage method of the External Object)
Asp0192 Unexpected error: Unexpected error (caught error occurs in the onendpage method of the External Object)
Asp0193 onstartpage failed produces an error in the onstartpage method of the External Object
Asp0194 onendpage failed produces an error in the onendpage method of the External Object
Asp0240 Script Engine exception the Script Engine throws an exception_anme exception from the object_name object.
The creatobject method of the object_name object causes the exception_name exception.
Asp0242 query onstartpage nterface query object object_name onsexception

**************************************** ******
Error during JScript running
A JScript running error occurs when the JScript tries to execute an action that cannot be run by the system. When a JScript runtime error occurs when the script is running, the variable expression is calculated, or the memory is dynamically allocated.
The following are 76 runtime errors:

Error Code Description
Hexadecimal notation
5 800a0005 invalid process call or Parameter
6 800a0006 Overflow
7 800a0007 insufficient memory
9 800a0009 subscript hyperbound
10 800a000a this array is fixed or temporarily locked
11 800a000b zero Division Error
13 800a000d Type Mismatch
14 800a000e insufficient space
17 800a0011 cannot perform the requested operation
28 800a001c insufficient stack space
35 800a0023 sub-process or function not found
48 800a0030 DLL loading error
51 800a0033 internal error
52 800a0034 bad file name or number
53 800a0035 file not found
54 800a0036 bad file Mode
55 800a0037 file opened
57 800a0039 device I/O Error
58 800a003a file already exists
61 800a003d the disk space is full
62 800a003e the input exceeds the end Of the file
67 too many 800a0043 files
68 800a0044 device unavailable
70 800a0046 permission disabled
71 800a0047 Disk not ready
74 800a004a cannot be renamed with different drivers
75 800a004b path/File Access Error
76 800a004c path not found
91 800a005b object variable or with Block Variable not set
92 800a005c for loop not initialized
94 800a005e null usage is invalid
322 800a0042 the required temporary files cannot be created
424 objects required for 800a01a8
429 objects cannot be created on the 800a01a9 Automation server
430 800a01ae class does not support automation
432 800a01b0 cannot find the file name or class name in the automation operation
438 the 800a01b6 object does not support this attribute or Method
440 800a01b8 automation error
445 800a01bd object does not support this action
446 the 800a01be object does not support specified parameters
447 the 800a01bf object does not support the current region settings
448 the parameter specified by 800a01c0 is not found
449 the 800a01c1 parameter is not optional
450 800a01c2 Incorrect Parameter quantity or illegal attribute allocation
451 800a01c3 object is not a set
453 the DLL function specified by 800a01c5 is not found
458 the 800a01ca variable uses an automation type not supported by jscript
462 800a01ce remote server machine does not exist or is unavailable
501 800a01f5 cannot be assigned to variables
502 800a01f6 objects are insecure for scripts
503 800a01f7 object is not secure for initialization
504 800a01f8 object creation is not safe
5000 800a1388 cannot be allocated to "This"
5001 800a1389 requires the number type
5002 800a138a requires a function object
5003 800a138b cannot assign values to function return values
5004 800a138c cannot index objects
5005 800a138d required string
5006 800a138e requires a date object
5007 800a138f requires the object type
5008 the value of 800a1390 is invalid.
5009 800a1391 undefined identifier
5010 800a1392 Boolean
5011 800a1393 cannot execute code from a free script
5012 800a1394 members of the object
5013 800a1395 requires vbarray
5014 800a1396 JScript object required
5015 800a1397 requires an enumerator object
5016 800a1398 requires a regular expression object
5017 800a1399 regular expression syntax error
5018 800a139a unanticipated qualifier
"]" Is missing in 5019 800a139b Regular Expression
5020 ")" is missing in the 800a139c Regular Expression
5021 the 800a139d Character Set range is invalid.
5022 800a139e exception thrown, but cannot be caught
5023 the 800a139f function does not have a valid prototype (prototype) object.
The uri of the 5024 800a13a0 code to be decrypted contains invalid characters.
5025 the uri of the 800a13a1 code to be decoded is invalid.
5026 the digits in the fractional part of 800a13a2 are out of bounds.
5027 accuracy out of bounds
5028 800a13a4 requires an array or arguments object
The length of the 5029 800a13a5 array must be a finite positive integer.
5030 800a13a6 must be assigned a finite positive number to the array Length

**************************************** ***************
JScript Error Code and related explanations
JScript syntax error
A JScript syntax error occurs when a JScript statement violates one or more syntax rules of the JScript Language. A JScript syntax error occurs in the compilation phase of the program. Before running the program. (Errors occur during development). The following are 32 syntax errors:

Error Code Description
Hexadecimal notation
1001 800a03e9 insufficient memory
1002 800a03ea syntax error
1003 800a03eb requires ":"
1004 800a03ec requires ";"
1005 800a03ed requires "("
1006 800a03ee requires ")"
1007 800a03ef requires "]"
1008 800a03f0 requires "{"
1009 800a03f1 requires "}"
1010 800a03f2 requires an identifier
1011 800a03f3 requires "="
1012 800a03f4 requires "/"
1013 800a03f5 invalid count
1014 800a03f6 illegal characters
1015 800a03f7 String constant not ended
1016 800a03f8 comment not completed
1018 the 800a03fa function has a 'return 'statement.
1019 800a03fb cannot have "break" outside the loop"
1020 800a03fc cannot have "continue" outside the loop"
1023 800a03ff requires a hexadecimal number
1024 800a0400 requires "while"
1025 800a0401 duplicate tag Definition
1026 800a0402 tag not found
1027 800a0403 one "Switch" statement can have only one "default"
1028 800a0404 requires an identifier, string, or number
1029 800a0405 requires "@ end"
1030 800a0406 condition compilation disabled
1031 800a0407 requires constant
1032 800a0408 requires "@"
1033 800a0409 requires "catch"
1034 800a040a requires "Var"
1035 800a040b "throw" must be followed by an expression on the same source code line

**************************************** ********************************
VBScript runtime error
If the VBScript execution system cannot perform operations, a VBScript running error occurs. VBScript runtime errors are generated only when scripts are run, variable expressions are assigned values, or memory is allocated. Below are 65 runtime errors:
Error Code Description
Hexadecimal notation
5 800a0005 invalid process call or Parameter
6 800a0006 Overflow
7 800a0007 insufficient memory
9 800a0009 subscript out of bounds
10 800a000a the array is fixed length or temporarily locked
11 800a000b division by zero
13 800a000d Type Mismatch
14 800a000e string space Overflow
17 800a0011 unable to perform the requested operation
28 800a001c Stack Overflow
35 800a0023 undefined sub or function
48 800a0030 DLL loading error
51 800a0033 internal error
52 800a0034 bad file name or number
53 800a0035 file not found
54 800a0036 bad file Mode
55 800a0037 file opened
57 800a0039 device I/O Error
58 800a003a file already exists
61 800a003d the disk space is full
62 800a003e the input exceeds the end Of the file
67 too many 800a0043 files
68 800a0044 device unavailable
70 800a0046 permission disabled
71 800a0047 Disk not ready
74 800a004a cannot be renamed with different drives
75 800a004b path/File Access Error
76 800a004c path not found
91 800a005b object variable not set
92 800a005c for loop not initialized
94 800a005e illegal use of null
322 800a0142 the required temporary file cannot be created
424 objects required for 800a01a8
429 objects cannot be created for 800a01ad ActiveX parts
430 800a01ae category does not support automation
432 800a01b0 file name or class name not found in automated operations
438 the 800a01b6 object does not support this attribute or Method
440 800a01b8 automation error
445 800a01bd object does not support this operation
446 the 800a01be object does not support specified parameters
447 the 800a01bf object does not support the current region settings
448 name parameter not found for 800a01c0
449 the 800a01c1 parameter is not optional
450 800a01c2 Incorrect Parameter count or invalid parameter Attribute Value
451 800a01c3 object is not a set
453 the DLL function specified by 800a01c5 is not found
455 800a01c7 code source lock Error
457 800a01c9 is already an element association in this set.
The 458 800a01ca variable uses an automation type not supported in VBScript.
462 800a01ce remote server does not exist or cannot be accessed
481 800a01e1 invalid image
500 the 800a01f4 variable is undefined.
501 800a01f5 illegal allocation
502 the 800a01f6 script object is insecure.
503 800a01f7 object cannot be safely initialized
504 800a01f8 objects cannot be created safely
505 800a01f9 invalid or unqualified reference
506 800a01fa class Not Defined
507 an error occurred in 800a01fb
5016 800a1398 requires a regular expression object
5017 syntax error in 800a1399 Regular Expression
5018 800a139a incorrect quantifiers
5019 800a139b needs ']' in the Regular Expression
5020 800a139c requires ')' in the Regular Expression ')'
5021 800a139d character set out of bounds
32811 element 800a802b not found

**************************************** **********************
VBScript error code and corresponding explanations
VBScript syntax error
If the VBScript statement structure violates one or more VBScript syntax rules, a VBScript syntax error occurs.
Errors are usually generated when the program is compiled before the program is executed. The following are 53 syntax errors:
Error Code Description
Hexadecimal notation
1001 800a03e9 insufficient memory
1002 800a03ea syntax error
1003 800a03eb missing ":"
1005 800a03ed requires '('
1006 800a03ee needs ')'
1007 800a03ef missing "]"
1010 800a03f2 requires an identifier
1011 800a03f3 requires '='
1012 800a03f4 requires 'if'
1013 800a03f5 requires 'to'
1014 800a03f6 requires 'end'
1015 800a03f7 requires a 'function'
1016 800a03f8 requires 'sub'
1017 800a03f9 requires 'then'
1018 800a03fa requires 'wend'
1019 800a03fb requires 'loan'
1020 800a03fc requires 'Next'
1021 800a03fd requires 'case'
1022 800a03fe requires 'select'
1023 800a03ff expression required
1024 800a0400 statements
1025 800a0401 end of the required statement
1026 800a0402 requires an integer constant
1027 800a0403 requires 'wait' or 'until'
1028 800a0404 requires 'while, ', 'until,' or the statement has not ended.
1029 800a0405 requires 'with'
1030 800a0406 the identifier is too long
1031 800a0407 invalid count
1032 800a0408 invalid characters
1033 800a0409 unfinished String constant
1034 800a040a unended comments
1037 800a040d the keyword 'me' is invalid'
1038 800a040e 'loop' without 'do'
1039 800a040f invalid 'exit 'statement
1040 800a0410 invalid 'for' loop control variable
1041 800a0411 name redefinition
1042 800a0412 must be the first statement of the row
1043 800a0413 cannot be assigned to a non-byval Parameter
1044 800a0414 parentheses cannot be used to call sub.
1045 800a0415 requires a literal constant
1046 800a0416 requires 'in'
1047 800a0417 requires 'class'
1048 800a0418 must be defined inside a class
1049 800a0419 the attribute Declaration requires let, set, or get
1050 800a041a requires 'properties'
1051 the number of 800a041b parameters must be consistent with the attribute description
1052 800a041c cannot have multiple default attributes/methods in the class
1053 800a041d class initialization or termination cannot contain parameters
1054 800a041e property let or set should have at least one parameter
1055 800a041f unnecessary 'Next'
1056 800a0420 you can only specify 'default' on 'properties', 'function', or 'sub'
1057 800a0421 indicates that 'default' must both indicate 'public '"
1058 800a0422 can only specify 'default' in property get'

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.