Recommended: Instructions for use of Adodb.Stream Component: Adodb.Stream has the following methods: The Cancel method is used as follows Object.Cancel description: Cancel the execution of the pending asynchronous Execute or Open method calls. The Close method is used as follows Object.Close: Close
| event | ID Description |
| 0100 | Out of memory. The required memory cannot be allocated. |
| 0101 | Unexpected error. The function returns. |
| 0102 | Requires string input. Functions require string input. |
| 0103 | Digital input is required. Functions require numeric input. |
| 0104 | Operation is not allowed. |
| 0105 | The index is out of range. The array index is out of range. |
| 0106 | Type mismatch. Encounter unprocessed data types. |
| 0107 | The data size is too large. The size of the data sent in the request exceeds the allowed limit. |
| 0108 | Object creation failed. An error occurred while creating object '%s'. |
| 0109 | Member not found. |
| 0110 | Unknown name. |
| 0111 | Unknown interface. |
| 0112 | Parameters are missing. |
| 0113 | The script timed out. The maximum time the script runs is exceeded. This limit can be changed by specifying a new value for the Server.ScriptTimeout property or modifying the value in the IIS Administrative Tools. |
| 0114 | Objects are not available for free threads. Application objects only accept free thread objects; the object '%s' is not available for free threads. |
| 0115 | Unexpected error. A catchable error (%X) occurred in the external object. The script cannot continue running. |
| 0116 | The script delimiter end tag is missing. The script block is missing the script end tag (%>). |
| 0117 | The script end mark is missing. The script block is missing a script end tag () or a mark end symbol (>). |
| 0118 | The end tag of the object is missing. The object block is missing an object end tag () or a mark end symbol (>). |
| 0119 | The Classid or Progid attribute is missing. Object instances require valid Classid or Progid in object tags. |
| 0120 | The Runat property is invalid. The Runat property of a script tag or object tag can only have a 'Server' value. |
| 0121 | The scope in the object tag is invalid. The scope of an object instance cannot be Application or Session. To create an instance of an object with a scope of Session or Application, add an Object tag to the Global.asa document. |
| 0122 | The scope in the object tag is invalid. The object instance must have an Application or Session range. This will apply to any object created within the Global.asa document. |
| 0123 | The Id attribute is missing. Missing the Id property required for the Object tag. |
| 0124 | Language attribute is missing. Missing the Language property required for the Object tag. |
| 0125 | The attribute end tag is missing. The value of the attribute has no end delimiter. |
| 0126 | The Include document was not found. The Include document was not found. |
| 0127 | The end tag of HTML comment is missing. HTML comments or include documents on the server side are missing the end tag (-->). |
| 0128 | File or Virtual properties are missing. The Include document name must be specified with the File or Virtual property. |
| 0129 | Unknown scripting language. It is difficult to find scripting languages on the server. |
| 0130 | The File property is invalid. The File property cannot start with a slash or a backslash. |
| 0131 | Unauthorized parent path. The Include document cannot contain '..' to represent the parent directory. |
| 0132 | Compilation error. The Active Server Page cannot be processed. |
| 0133 | The ClassID property is invalid. The object tag has an invalid ClassID. |
| 0134 | The ProgID property is invalid. The object has an invalid ProgID. |
| 0135 | 0135 Loop contains. The document contains itself (maybe indirectly included). Please check the other Include statements included in the document. |
| 0136 | The object instance name is invalid. The object instance attempts to use a reserved name. This name is used by the internal object of Active Server Pages. |
| 0137 | The global script is invalid. The script block must be one of the allowed Global.asa procedures. Script directives are not allowed in the Global.asa documentation. The allowed process names are Application_OnStart, Application_OnEnd, Session_OnStart, or Session_OnEnd. |
| 0138 | Script block nesting. The script block cannot be placed in another script block. |
| 0139 | Nested objects. Object tags cannot be placed in another object tag. |
| 0140 | The page command order is incorrect. The @ command must be the first command in Active Server Page. |
| 0141 | The page command is repeated. The @ 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 was found. |
| 0144 | Initialization error. Page-level object list failed when initializing. |
| 0145 | New app failed. Cannot add a new application. |
| 0146 | New session failed. Unable to add a new session. |
| 0147 | 500 Server error. |
| 0148 | The server is too busy. |
| 0149 | 0149 Restarting the application. The request cannot be processed during restarting the application. |
| 0150 | Application directory error. The application directory cannot be opened. |
| 0151 | Change notification error. The change notification event cannot be created. |
| 0152 | Security error. An error occurred while processing user security credentials. |
| 0153 | Thread error. The new thread request has failed. |
| 0154 | HTTP header write error. HTTP header cannot be written to the client browser. |
| 0155 | Page content is written incorrectly. Page content cannot be written to the client browser. |
| 0156 | Header error. The HTTP header has been written to the client browser. Any HTTP headers must be modified before writing to the page content. |
| 0157 | Enable buffering. The buffering cannot be turned off after it is enabled. |
| 0158 | URL is missing. The URL is required. |
| 0159 | The buffer is closed. Buffering must be enabled. |
| 0160 | Logging error. Failed to write an entry to the log. |
| 0161 | Data type error. Converting Variant to String variable failed. |
| 0162 | Cookies cannot be modified. Cookie 'ASPSessionID' cannot be modified. He is a reserved cookie name. |
| 0163 | The comma usage is invalid. Commas cannot be used in log entries. Please select another separator. |
| 0164 | The 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. Attempted to access an uninitialized object. |
| 0167 | Session initialization error. An error occurred while initializing the Session object. |
| 0168 | Prohibited object use. Internal objects cannot be saved in Session objects. |
| 0169 | Missing object information. The Session object cannot save incomplete information. Requires thread model information for the object. |
| 0170 | Delete session error. Session cannot be deleted correctly. |
| 0171 | The path is missing. The Path parameter must be specified for the MapPath method. |
| 0172 | The path is invalid. The path to the MapPath method must be a virtual path. An actual path was used. |
| 0173 | The path character is invalid. An invalid character is specified in the Path parameter of the MapPath method. |
| 0174 | Multiple path characters are invalid. An invalid '/ ' or '// ' is specified in the Path parameter of the MapPath method. |
| 0175 | Unauthorized path characters. The '.. ' character is not allowed in the Path parameter of the MapPath method. |
| 0176 | The path was not found. The Path parameter of the MapPath method does not match the known path. |
| 0177 | Server.CreateObject failed. |
| 0178 | 0178 Server.CreateObject Access error. Calling Server.CreateObject failed when checking permissions. Access to this object is denied. |
| 0179 | Application initialization error. An error occurred while initializing the Application object. |
| 0180 | Prohibited object use. Internal objects cannot be saved in Application objects. |
| 0181 | The thread model is invalid. Objects that use the unit thread model cannot be stored in Application objects. |
| 0182 | Object information is lost. An incomplete information cannot be saved in the Application object. The thread model information for this object is required. |
| 0183 | Empty cookie item. The empty item cookies cannot be saved. |
| 0184 | The cookie name is missing. A name must be specified for the cookie. |
| 0185 | The default attribute is missing. The default attribute for the object is not found. |
| 0186 | Certificate analysis error. |
| 0187 | Object adds conflict. Unable to add objects to the application. The application is locked by another request that needs to be added to the object. |
| 0188 | 0188 Prohibited object use. Objects created with object tags cannot be added to the inside of the session. |
| 0189 | Prohibited object use. Objects created with object tags cannot be added to the inside of the application. |
| 0190 | Unexpected error. A catchable error occurred while releasing an external object. |
| 0191 | Unexpected error. A catchable error occurred in the OnStartPage method of an external object. |
| 0192 | Unexpected error. A catchable error occurred in the OnEndPage method of an 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 the Server object cannot be called during Session_OnEnd and Application_OnEnd. |
| 0196 | Unable to start off process components. Only use InProc server components. To use LocalServer components, you must configure AspAllowOutOfProcComponents configuration database configuration. Please refer to the help documentation for important considerations. |
| 0197 | Prohibited object use. Objects with unit model behavior cannot be added to application internal objects. |
| 0198 | The server is shutting down. The request cannot be processed. |
| 0199 | Prohibited object use. You cannot add a JScript object to a session. |
| 0200 | Exceeded the 'Expires' property range. The date and time specified for 'Expires' is before January 1, 1980 or after 3:14:07 GMT on January 19, 2038. |
| 0201 | The default scripting language is invalid. The default scripting language specified for this application is invalid. |
| 0202 | 0202 The code page is missing. The code page attribute is missing. |
| 0203 | The code page is invalid. The specified code page attribute is invalid. |
| 0204 | The CodePage value is invalid. The specified CodePage value is invalid. |
| 0205 | Change notification. Creating a change notification event failed. |
| 0206 | BinaryRead cannot be called. BinaryRead cannot be called after using the Request.Form collection. |
| 0207 | Request.Form cannot be used. The Request.Form collection cannot be used after calling BinaryRead. |
| 0208 | The general Request collection cannot be used. The general Request collection cannot be used after calling BinaryRead. |
| 0209 | The value of the TRANSACTION attribute is illegal. The TRANSACTION attribute can only be REQUIRED, REQUIRES_NEW, SUPPORTED, or NOT_SUPPORTED. |
| 0210 | The method has not been implemented. This method has not been implemented yet. |
| 0211 | Objects are out of scope. Referring to the built-in ASP object, this operation is no longer valid. |
| 0212 | The buffer cannot be cleared. When client debugging is enabled, Response.Clear cannot be found after Response.Flush. |
| 0214 | The path parameter is invalid. The Path parameter exceeds the maximum allowable length. |
| 0215 | The value of the ENABLESESSIONSTATE property is illegal. The value of the ENABLESESSIONSTATE property can only be TRUE or FALSE. |
| 0216 | The MSDTC service is not running. If the MSDTC service is not running, the transactional web page cannot be run. |
| 0217 | The scope in the object tag is invalid. The scope of the object must be Page, Session, or Application. |
| 0218 | LCID is missing. LCID attribute is missing. |
| 0219 | LCID is invalid. The specified LCID is not available. |
| 0220 | GLOBAL.ASA request is not allowed. Requests are not allowed to URLs pointing to GLOBAL.ASA. |
| 0221 | @ The command 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 the type library specification and the registry key that does not match. |
| 0224 | 0224 Unable to load TypeLib. The type library specified in the METADATA tag cannot be loaded. |
| 0225 | Cannot wrap TypeLib. A type library wrapper object cannot be created from the type library specified in the METADATA tag. |
| 0226 | StaticObjects cannot be modified. The StaticObjects collection cannot be modified at runtime. |
| 0227 | Server.Execute failed. Calling Server.Execute failed. |
| 0228 | Server.Execute Error. Calling Server.Execute failed when loading this page. |
| 0229 | Server.Transfer failed. Calling Server.Transfer failed. |
| 0230 | Server.Transfer Error. Calling Server.Transfer failed when loading this page. |
| 0231 | Server.Execute Error. The URL used has an invalid format, or a fully qualified absolute URL is used. Please use the relative URL. |
| 0232 | The cookie specification is invalid. The METADATA tag contains invalid cookie specifications. |
| 0233 | The cookie script source cannot be loaded. The cookie script source document specified in the METADATA tag cannot be loaded. |
| 0234 | Included directive is invalid. There may be no server-side containing document instructions in the script block. |
Share: Comprehensive parsing of Server objects Server objects provide methods and properties accessed on the server. Most methods and properties are provided as functionality of a utility. Syntax: Server.property|method property (property) There is only one property in the Server object