Summary of IIS error codes

Source: Internet
Author: User
Tags html comment

Summary of IIS error codes

400 the request cannot be parsed.
401.1 unauthorized: access is denied due to invalid creden.
401.2 unauthorized access: access is denied due to server configuration preference to use alternative authentication methods.
401.3 unauthorized: access to requested resources is denied due to ACL settings.
401.4 unauthorized: the filter installed on the Web server fails to be authorized.
401.5 unauthorized: The ISAPI/cgi application fails to be authorized.
401.7 unauthorized: access is denied due to the URL Authorization Policy on the Web server.
403 Access prohibited: access is denied.
403.1 Access prohibited: Access denied.
403.2 Access prohibited: Read access is denied.
403.3 Access prohibited: Write access is denied.
403.4 forbidden access: use SSL to view the resource.
403.5 forbidden access: use SSL 128 to view the resource.
403.6 Access prohibited: the client's IP address is denied.
403.7 Access prohibited: An ssl client certificate is required.
403.8 Access prohibited: the client's DNS name is denied.
403.9 Access prohibited: too many clients attempt to connect to the web server.
403.10 Access prohibited: the Web server is configured to reject access requests.
403.11 Access prohibited: the password has been changed.
403.12 Access prohibited: the server certificate er rejects access to the client certificate.
403.13 Access prohibited: the client certificate has been revoked on the Web server.
403.14 forbidden access: the directory list has been denied on the Web server.
403.15 Access prohibited: the Web server has exceeded the Client Access License limit.
403.16 Access prohibited: the client certificate format is incorrect or is not trusted by the Web server.
403.17 Access prohibited: the client certificate has expired or has not yet taken effect.
403.18 Access prohibited: the requested URL cannot be executed in the current application pool.
403.19 Access prohibited: CGI cannot be executed for the client in the application pool.
403.20 Access prohibited: Passport Logon Failed.
404 the file or directory cannot be found.
404.1 file or directory not found: the website cannot be accessed on the requested port.
Note that the 404.1 error only appears on a computer with multiple IP addresses. If a client request is received on a specific IP Address/Port Combination and the IP address is not configured to listen on the specific port, IIS returns the 404.1 HTTP Error. For example, if a computer has two IP addresses and only one of them is configured to listen on port 80, any request received from port 80 from another IP address will cause IIS to return the 404.1 error. This error should be set only at this service level, because it is returned to the client only when multiple IP addresses are used on the server.

404.2 files or directories cannot be found: the request is forbidden by the locking policy.
404.3 files or directories cannot be found: the mime ing policy disables this request.
405 the HTTP action used to access the page is not permitted.
406 the client browser does not accept the MIME type of the requested page.
407 the Web server requires initial proxy verification.
410 the file has been deleted.
412 the prerequisites set by the client fail to be evaluated on the Web server.
414 the request URL is too large to be accepted on the Web server.
500 internal server error.
500.11 server error: the application on the Web server is being closed.
500.12 server error: the application on the Web server is restarting.
500.13 server error: the Web server is too busy.
500.14 server error: Invalid application configuration on the server.
500.15 server error: you cannot directly request global. Asa.
500.16 server error: Invalid UNC authorization credential.
500.17 server error: the URL authorized storage cannot be found.
500.18 server error: the URL authorized storage cannot be opened.
500.19 server error: the file data is incorrectly configured in the configuration database.
500.20 server error: the URL Authorization domain cannot be found.
500 100 internal server error: ASP error.
501 the configuration specified by the title value is not executed.
502 when the web server acts as a gateway or proxy server, it receives an invalid response.
Win2003 server iis6.0 ASP error Parsing

Event ID description
0100 insufficient memory. The required memory cannot be allocated.
0101 Unexpected error. Function returns |.
0102 string input is required. The function requires string input.
0103 digital input is required. The function requires numeric input.
0104 operation is not allowed.
0105 the index is out of the range. The array index is out of range.
The 0106 type does not match. An unprocessed data type is encountered.
0107 the data size is too large. The data size sent in the request exceeds the allowed limit.
0108 failed to create the object. An error occurred while creating the object '% s.
0109 the Member is not found.
0110 Unknown name.
0111 unknown interface.
0112 the parameter is missing.
0113 the script times out. Exceeds the maximum running time of the script. You can change this restriction by specifying a new value for the server. scripttimeout attribute or modifying the value in IIS management tools.
0114 objects cannot be used in free threads. The application object only accepts free thread objects, while the object '% s' cannot be used for free threads.
0115 Unexpected error. A captured error (% x) occurs in the external object ). The script cannot continue running.
0116 the end mark of the script separator is missing. The script block is missing the script end mark (%> ).
0117 the script end mark is missing. The script block lacks the script end mark (</SCRIPT>) or the end symbol (> ).
0118 the end mark of an object is lost. The object block lacks the end mark (</Object>) or end symbol (> ).
0119 the classid or progid attribute is lost. Object instance' | 'requires a valid classid or progid in the object tag.
0120 the runat attribute is invalid. The runat attribute of the script tag or OBJECT tag can only have the 'server' value.
0121 the range in the object tag is invalid. The target instance '|' cannot be an application or session. To create an object instance with a session or application scope, add the object tag to the Global. Asa file.
0122 the range in the object tag is invalid. Object instance '|' must have application or session scope. This applies to all objects created in the global. Asa file.
0123 the ID attribute is missing. The ID attribute required for object marking is missing.
0124 the language attribute is lost. The language attribute required for object marking is missing.
0125 The attribute end mark is missing. '|' Property value does not have an ending separator.
0126 the include file is not found. The include file '|' is not found '.
0127 the HTML comment end mark is missing. HTML comments or files on the server end lack the end mark (--> ).
0128 file or virtual attributes are lost. The include file name must be specified using the file or virtual attribute.
0129 unknown scripting language. The script language '|' cannot be found on the server '.
0130 the file attribute is invalid. The file attribute '|' cannot start with a slash or backslash.
0131 the parent path is not allowed. Include File '|' cannot contain '..' to indicate the parent directory.
0132 compilation error. Unable to process active server page' | '.
0133 the classid attribute is invalid. The object tag has an invalid classid '| '.
0134 the property progid is invalid. The object has an invalid progid '| '.
0135 contains loops. File '|' contains itself (may not be directly included ). Check other include statements in the include file.
0136 the object instance name is invalid. Object instance '|' tries to use a reserved name. This name is used by internal objects of Active Server Pages.
0137 the global script is invalid. The script block must be one of the allowed global. Asa processes. Script Commands cannot be used in the global. Asa file <%... %>. The allowed process names are application_onstart, application_onend, session_onstart, and session_onend.
0138 nesting of script blocks. The script block cannot be placed in another script block.
0139 nested objects. The object tag cannot be placed in another object tag.
The order of commands on the 0140 page is incorrect. @ The command must be the first command in the Active Server Page.
The 0141-page command is repeated. @ Command can only be used once in Active Server Page.
0142 thread token error. The thread token cannot be opened.
0143 the application name is invalid. No valid application name is found.
0144 initialization error. Page-level Object List fails during initialization.
0145 new application failed. A new application cannot be added.
0146 new session failed. A new session cannot be added.
0147 500 server error.
0148 the server is too busy.
0149 restarting the application. Requests cannot be processed during application restart.
0150 application directory error. The application directory cannot be opened.
0151 incorrect change notification. A change notification event cannot be created.
0152 security error. An error occurred while processing user security creden.
0153 thread error. The new thread request has failed.
0154 HTTP header write error. The HTTP header cannot be written to the client browser.
0155 page content writing error. Page content cannot be written to the client browser.
0156 Header error. The HTTP header has been written to the client browser. Any HTTP header must be modified before the page content is written.
0157 enable buffering. The buffer cannot be disabled after it is enabled.
0158 URL loss. URL is required.
0159 the buffer is disabled. Buffer must be enabled.
0160 log record error. Failed to write the entry into the log.
0161 data type error. Failed to convert variant to string variable.
0162 the cookie cannot be modified. The cookie 'aspsessionid' cannot be modified '. It is a reserved cookie name.
0163 the comma usage is invalid. You cannot use commas (,) in log entries. Select another separator.
The 0164 timeout value is invalid. The specified timeout value is invalid.
0165 sessionid error. The sessionid string cannot be created.
0166 the object is not initialized. Attempts to access uninitialized objects.
0167 Session Initialization error. An error occurred while initializing the session object.
0168 forbidden objects. Internal objects cannot be saved in session objects.
0169 the object information is missing. The Session object cannot save objects with incomplete information. The thread model information of the object.
0170 session deletion error. The session cannot be deleted correctly.
0171 path loss. The path parameter must be specified for the mappath method.
0172 the path is invalid. The path of the mappath method must be a virtual path. An actual path is used.
Path character 0173 is invalid. An invalid character is specified in the path parameter of the mappath method.
More than 0174 path characters are invalid. The path parameter of the mappath method specifies invalid '/' or '//'.
0175 not allowed path characters. The '..' character is not allowed in the path parameter of the mappath method.
0176 no path found. The path parameter of the mappath method does not match the known path.
0177 server. Createobject failed. % S
0178 server. Createobject access error. Failed to call server. Createobject when checking the permission. Access to this object is denied.
0179 application initialization error. An error occurred while initializing the application object.
0180 forbidden objects. Internal objects cannot be saved in the Application object.
0181 the thread model is invalid. Objects using the unit thread model cannot be stored in the Application object.
0182 the object information is lost. Objects with incomplete information cannot be saved in the Application object. The thread model information of this object is required.
0183 empty cookie. Empty cookie cannot be saved.
0184 the cookie name is missing. The cookie name must be specified.
0185 default attribute loss. The default property of the object is not found.
0186 certificate analysis error.
0187 add object conflict. You cannot add an object to an application. The application is locked by another request to add an object.
0188 forbidden objects. You cannot add the object created with the object tag to the session.
0189 forbidden objects. You cannot add objects created with object tags to the application.
0190 Unexpected error. A captured error occurs when an external object is released.
0191 Unexpected error. A catch error occurs in the onstartpage method of the external object.
0192 Unexpected error. A catch error occurs in the onendpage method of the external object.
0193 onstartpage failed. An error occurred in the onstartpage method of the external object.
0194 onendpage failed. An error occurred in the onendpage method of the external object.
0195 Invalid server method call. This method of server object cannot be called during session_onend and application_onend.
0196 unable to start components outside the process. Only inproc server components can be used. To use the localserver component, you must set aspallowoutofproccomponents to configure database settings. See the Help file for important notes.
0197 forbidden objects. Objects with unit model behaviors cannot be added to internal applications.
0198 the server is shutting down. The request cannot be processed.
0199 forbidden objects. You cannot add a JScript object to a session.
0200 exceeds the 'expires' attribute range. The date and time specified for 'expires' are before January 1, January 1, 1980 or after January 1, January 19, 2038 3:14:07 GMT.
0201 the default script language is invalid. The default scripting language specified for this application is invalid.
0202 the code page is missing. The code page attribute is lost.
0203 the code page is invalid. The specified code page property is invalid.
0204 the codePage value is invalid. The specified codePage value is invalid.
0205 change notification. An error occurred while creating the change notification event.
0206 the binaryread statement cannot be called. Binaryread cannot be called after the request. Form set is used.
0207 you cannot use request. form. The request. Form set cannot be used after binaryread is called.
0208 the general request set cannot be used. The generic request set cannot be used after binaryread is called.
0209 the value of the transaction attribute is invalid. The transaction attribute can only be required, requires_new, supported, or not_supported.
0210 method not implemented. This method has not been implemented yet.
0211 the object is out of the range. Reference the built-in ASP object. This operation is no longer valid.
0212 the buffer cannot be cleared. When client debugging is enabled, response. Flush cannot be followed by response. Clear.
0214 the path parameter is invalid. The path parameter exceeds the maximum length allowed.
0215 the value of the enablesessionstate attribute is invalid. The value of the enablesessionstate attribute can only be true or false.
0216 MSDTC Service is not running. If the MSDTC Service is not running, you cannot run a transactional web page.
0217 the range in the object tag is invalid. The scope of the object must be page, session, or application.
0218 lcid loss. The lcid attribute is lost.
0219 lcid is invalid. The specified lcid is unavailable.
0220 requests to global. Asa are not allowed. The request URL to global. ASA is not allowed.
0221 @ command is invalid. The specified '|' option is unknown or invalid.
0222 the typelib specification is invalid. The metadata tag contains invalid type library specifications.
0223 typelib not found. The metadata tag contains a Type Library Specification that does not match the registry key.
0224 unable to load typelib. The specified type library in the metadata tag cannot be loaded.
0225 typelib cannot be packaged. You cannot use the Type Library specified in the metadata tag to create a Type Library packaging object.
0226 staticobjects cannot be modified. The staticobjects set cannot be modified during running.
0227 server. Execute failed. Failed to call server. Execute.
0228 server. Execute error. Failed to call server. Execute when loading this page.
0229 server. Transfer failed. Failed to call server. Transfer.
0230 server. transfer error. Failed to call server. transfer when loading this page.
0231 server. Execute error. The URL format used is invalid or a fully-qualified absolute URL is used. Use relative URL.
0232 the cookie specification is invalid. The metadata flag contains invalid cookie specifications.
0233 unable to load the cookie script source. The cookie script source file specified in the metadata tag cannot be loaded.
0234 invalid instructions. The script block may not contain file commands on the server. Use the src = attribute of the <SCRIPT> label.
0235 server. transfer error. The URL format used is invalid or a fully-qualified absolute URL is used. Use relative URL.
0236 the cookie specification is invalid. The metadata tag contains an invalid SRC parameter or is missing.
0237 the cookie specification is invalid. The metadata tag contains an invalid name parameter or is missing.
0238 loss of attribute values. No value specified for the '|' attribute.
0239 files cannot be processed. Unicode ASP files are not supported.
0240 the script engine is abnormal. Scriptengine raises '% x' exception from' % s' in '% s.
0241 Createobject exception. '% S' Createobject raises % x exception.
0242 An error occurred while querying the onstartpage interface. The onstartpage or onendpage method of the '% s' object to be queried raises the % x exception.
The metadata tag in 0243 global. ASA is invalid. You can only use metadata type = "typelib" in global. Asa ".
0244 the session status cannot be enabled. When a session is disabled in an application, the session status cannot be enabled.
0245 mixed use of code page values. The value of the specified @ codePage parameter is different from the value of the codePage or saved format of the file that contains the file.
There are too many concurrent users in 0246. Please try again later ..
0247 the binaryread parameter is invalid. The binaryread parameter must be a non-negative value.
0248 unprocessed scripts. You must process this ASP file to use the objectcontext object.
0249 istream cannot be used on the request. Istream cannot be used on the request object after the request. Form set or request. binaryread is used.
0250 the default code page is invalid. The default code page specified for this application is invalid.
0251 exceeds the Response Buffer limit. The execution of the ASP page causes the Response Buffer to exceed the configured limit.

 
Activeserverpages, asp0126 (0x80004005) --> the inclusion file cannot be found.
Microsoftoledbproviderforodbcdrivers (0x80040e21) --> SQL statement error (Data Type mismatch, table name (field name) error, table being edited, or table not in database opened by conn)
Microsoftoledbproviderforodbcdrivers (0x80040e14) --> SQL statement error (incorrect field name or Data Type mismatch)
Microsoftoledbproviderforodbcdrivers (0x80040e07) --> SQL statement error (the type of the field to be inserted or updated does not match the data type of the variable)
Microsoftoledbproviderforodbcdrivers (0x80040e57) --> SQL statement error (Data overflow to be inserted or updated)
Microsoftoledbproviderforodbcdrivers (0x80040e10) --> SQL statement error (incorrect update field name or data type to be updated)
Microsoftoledbproviderforodbcdrivers (0x80004005) --> SQL statement error (the value of the field to be inserted or updated cannot be null)
Microsoftoledbproviderforodbcdrivers (0x80004005) --> An error occurred while opening the database. The database was not found in the specified directory.
Microsoftoledbproviderforodbcdrivers (0x80040e37) --> no table found
Microsoftvbscript runtime error (0x800a000d) --> the RS variable is referenced incorrectly (the RS object is disabled or undefined)
Microsoftvbscript runtime error (0x800a01c2) --> VBScript error (VBScript statement error)
Microsoftvbscript runtime error (0x800a0006) --> VBScript error (overflow error)
Microsoftvbscript compiler error (0x800a040e) --> loop missing
Microsoftvbscript compiler error (0x800a03ea) --> If or endif is missing
Microsoftvbscript compiler error (0x800a03ee) --> the statement is not completed (")" is missing ")")
Microsoftvbscript compiler error (0x800a03f6) --> If statement error (endif missing)
Microsoftvbscript runtime error (0x800a005b) --> set missing
Microsoftvbscript runtime error (0x800a0005) --> variable undefined
Microsoftvbscript compiler error (0x800a03f9) --> If statement lacks then
Microsoftvbscript compiler error (0x800a0411) --> dim statement Definition Error
Microsoftvbscript compiler error (0x800a0408) --> SQL statement error (?????????????????)
ADODB. recordset (0x800a0bb9) --> SQL statement error (an error occurred when an SQL statement or conn statement is undefined or an RS attribute is assigned a value)
ADODB. recordset (0x800a0cc0) --> An error occurred while accessing the RS object. (The RS object does not exist or a nonexistent field name is incorrectly referenced)
ADODB. recordset (0x800a0bcd) --> RS image error (operations on the record set are performed if no record is recorded in the record set)
ADODB. recordset (0x800a0e78) --> Rs object error (record set does not exist and the Rs. Open statement is missing)
ADODB. recordset (0x800a0cc0) --> Rs object error (reference a nonexistent field name)
ADODB. recordset (0x800a0e7d) --> conn definition Error
ADODB. recordset (0x800a0cb3) --> the database is read-only and cannot be updated.

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.