home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / servis / SPNT / sp6x86.exe / asp.dll / string.txt next >
Encoding:
Text File  |  1999-12-15  |  12.9 KB  |  160 lines

  1. 100    007~ASP 0100~Out of memory~Unable to allocate required memory.
  2. 101    007~ASP 0101~Unexpected error~The function returned |.
  3. 102    007~ASP 0102~Expecting string input~The function expects a string as input.
  4. 103    007~ASP 0103~Expecting integer input~The function expects an integer as input.
  5. 104    007~ASP 0104~Operation not Allowed~
  6. 105    007~ASP 0105~Index out of range~An array index is out of range.
  7. 106    007~ASP 0106~Type Mismatch~An unhandled data type was encountered.
  8. 107    007~ASP 0107~Stack Overflow~The data being processed is over the allowed limit.
  9. 108    An active server control or component performed an illegal OLE CoUninitialize call.  Components used by Active Server Pages must not do this.  Attempting to recover.
  10. 201    Error: Access is Denied.
  11. 202    An error occurred on the server when processing the URL.  Please contact the system administrator.
  12. 203    The server is under heavy load, please try again later.
  13. 204    VBScript
  14. 205    Internet Information Server(IIS) is not installed, Active Server Pages requires IIS to be installed first.
  15. 300     
  16. 301    <font face="Arial" size=2>\n<p>
  17. 302    </font> 
  18. 303    <font face="Arial" size=2>error '
  19. 304    '</font>
  20. 305    \n<p>\n<font face="Arial" size=2>
  21. 306    </font>
  22. 307    \n<p>\n<font face="Arial" size=2>
  23. 308    </font>
  24. 309    <font face="Arial" size=2>, line 
  25. 310    </font>
  26. 311     
  27. 312     
  28. 313    \n<p>\n<font face="Arial" size=2>
  29. 314    \n</font>
  30. 315     
  31. 401    IIS log entry exceeds limit, 
  32. 402    Active Server Pages Compiler
  33. 403    Active Server Pages
  34. 404    File 
  35. 405    Line 
  36. 406    Registry key %s is out of range.  Use %d as the default.
  37. 407    |ASP
  38. 501    204 No Content
  39. 502    404 Object Not Found
  40. 503    500 Server Error
  41. 1000    006~ASP 0108~Create object failed~An error occurred while creating object '%s'.
  42. 1004    006~ASP 0109~Member not found~
  43. 1005    006~ASP 0110~Unknown name~
  44. 1006    006~ASP 0111~Unknown interface~
  45. 1007    006~ASP 0112~Missing parameter~
  46. 1008    006~ASP 0113~Script timed out~The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeOut or by changing the value for ScriptTimeout in the registry.
  47. 1009    006~ASP 0114~Object not free threaded~The application object accepts only free threaded objects; object '%s' is not free threaded.
  48. 1010    007~ASP 0115~Unexpected error~A trappable error occurred in an external object. The script cannot continue running.
  49. 2000    Error in script file '|' on line |: 
  50. 2001    006~ASP 0116~Missing close of script delimiter~The Script block lacks the close of script tag (%>).
  51. 2002    006~ASP 0117~Missing close of script tag~The Script block lacks the close of script tag (</SCRIPT>) or close of tag symbol (>).
  52. 2003    006~ASP 0118~Missing close of object tag~The Object block lacks the close of object tag (</OBJECT>) or close of tag symbol (>).
  53. 2004    006~ASP 0119~Missing Classid or Progid attribute~The object instance '|' requires a valid Classid or Progid in the object tag.
  54. 2005    006~ASP 0120~Invalid Runat attribute~The Runat attribute of the Script tag or Object tag can only have the value 'Server'.
  55. 2006    006~ASP 0121~Invalid Scope in object tag~The object instance '|' cannot have Application or Session scope. To create the object instance with Session or Application scope, place the Object tag in the Global.asa file.
  56. 2007    006~ASP 0122~Invalid Scope in object tag~The object instance '|' must have Application or Session scope. This applies to all objects created in a Global.asa file.
  57. 2008    006~ASP 0123~Missing Id attribute~The required Id attribute of the Object tag is missing.
  58. 2009    006~ASP 0124~Missing Language attribute~The required Language attribute of the Script tag is missing.
  59. 2010    006~ASP 0125~Missing close of attribute~The value of the '|' attribute has no closing delimiter.
  60. 2011    006~ASP 0126~Include file not found~The include file '|' was not found.
  61. 2012    006~ASP 0127~Missing close of HTML comment~The HTML comment or server-side include lacks the close tag (-->).
  62. 2013    006~ASP 0128~Missing File or Virtual attribute~The Include file name must be specified using either the File or Virtual attribute.
  63. 2014    006~ASP 0129~Unknown scripting language~The scripting language '|' is not found on the server.
  64. 2015    006~ASP 0130~Invalid File attribute~File attribute '|' cannot start with forward slash or back slash.
  65. 2016    006~ASP 0131~Disallowed Parent Path~The Include file '|' cannot contain '..' to indicate the parent directory.
  66. 2017    006~ASP 0132~Compilation Error~The Active Server Page '|' could not be processed.
  67. 2018    006~ASP 0133~Invalid ClassID attribute~The object tag has an invalid ClassID of '|'.
  68. 2019    006~ASP 0134~Invalid ProgID attribute~The object has an invalid ProgID of '|'.
  69. 2020    006~ASP 0135~Cyclic Include~The file '|' is included by itself (perhaps indirectly). Please check include files for other Include statements.
  70. 2021    006~ASP 0136~Invalid object instance name~The object instance '|' is attempting to use a reserved name. This name is used by Active Server Pages intrinsic objects.
  71. 2022    006~ASP 0137~Invalid Global Script~Script blocks must be one of the allowed Global.asa procedures. Script directives within <% ... %> are not allowed within the global.asa file. The allowed procedure names are Application_OnStart, Application_OnEnd, Session_OnStart, or Session_OnEnd.
  72. 2023    006~ASP 0138~Nested Script Block~A script block cannot be placed inside another script block.
  73. 2024    006~ASP 0139~Nested Object~An object tag cannot be placed inside another object tag.
  74. 2025    006~ASP 0140~Page Command Out of Order~The @ command must be the first command within the Active Server Page. 
  75. 2026    006~ASP 0141~Page Command Repeated~The @ command can only be used once within the Active Server Page.
  76. 2027    006~ASP 0201~Unknown scripting language in registry~The scripting language '|' specified in the registry is not found on the server.
  77. 2028    006~ASP 0202~Missing Code Page~The code page attribute is missing.
  78. 2029    006~ASP 0203~Invalid Code Page~The specified code page attribute is invalid.
  79. 3001    518~0~204 No Content~
  80. 3002    518~0~404 Object Not Found~
  81. 4000    Object Not Found
  82. 4001    Error, Script file '%s' was not found on the server.
  83. 4002    Error, Script file '%s' is empty.
  84. 4003    006~ASP 0142~Thread token error~A thread token failed to open.
  85. 4004    006~ASP 0143~Invalid Application Name~A valid application name was not found.
  86. 4005    006~ASP 0144~Initialization Error~The page level objects list failed during initialization.
  87. 4006    006~ASP 0145~New Application Failed~The new Application could not be added.
  88. 4007    006~ASP 0146~New Session Failed~The new Session could not be added
  89. 4008    006~ASP 0150~Application Directory Error~The Application directory could not be opened.
  90. 4009    006~ASP 0151~Change Notification Error~The change notification event could not be created.
  91. 4010    006~ASP 0152~Security Error~An error occurred while processing a user's security credentials.
  92. 4011    006~ASP 0147~500 Server Error~
  93. 4012    006~ASP 0148~Server Too Busy~
  94. 4013    006~ASP 0198~Server shutting down~Can not process request
  95. 4014    006~ASP 0149~Application Restarting~The request can not be processed while the application is being restarted.
  96. 5000    006~ASP 0153~Thread Error~A new thread request failed.
  97. 6000    Response object
  98. 6001    006~ASP 0154~Write HTTP Header Error~The HTTP headers could not be written to the client browser.
  99. 6002    006~ASP 0155~Write Page Content Error~The page content could not be written to the client browser.
  100. 6003    006~ASP 0156~Header Error~The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
  101. 6004    006~ASP 0157~Buffering On~Buffering cannot be turned off once it is already turned on.
  102. 6005    006~ASP 0158~Missing URL~A URL is required.
  103. 6006    006~ASP 0159~Buffering Off~Buffering must be on.
  104. 6007    006~ASP 0160~Log Buffer Full~Insufficient room left in log buffer.
  105. 6008    <head><title>Object moved</title></head>\n<body><h1>Object Moved</h1>This object may be found <a HREF="
  106. 6009    ">here</a>.</body>\n
  107. 6010    006~ASP 0161~Data Type Error~The conversion of a Variant to a String variable failed.
  108. 6011    006~ASP 0162~Cannot Modify Cookie~The cookie 'ASPSessionID' cannot be modified. It is a reserved cookie name.
  109. 6012    006~ASP 0163~Invalid Comma Use~Commas cannot be used within a log entry. Please select another delimiter.
  110. 6100    Session object
  111. 6101    SessionID
  112. 6102    006~ASP 0164~Invalid TimeOut Value~An invalid TimeOut value was specified.
  113. 6103    006~ASP 0165~SessionID Error~A SessionID string cannot be created.
  114. 6104    006~ASP 0166~Uninitialized Object~An attempt was made to access an uninitialized object.
  115. 6105    006~ASP 0167~Session Initialization Error~An error occurred while initializing the Session object.
  116. 6107    006~ASP 0168~Disallowed object use~An intrinsic object cannot be stored within the Session object.
  117. 6108    006~ASP 0169~Missing object information~An object with missing information cannot be stored in the Session object. The threading model information for an object is required.
  118. 6109    006~ASP 0170~Delete Session Error~The Session did not delete properly.
  119. 6110    006~ASP 0188~Disallowed object use~Cannot add objects created using object tags to the session intrinsic.
  120. 6111    006~ASP 0199~Disallowed object use~Cannot add JScript objects to the session.
  121. 6112    006~ASP 0204~Invalid CodePage Value~An invalid CodePage was specified.
  122. 6200    Server object
  123. 6201    Server.MapPath()
  124. 6202    006~ASP 0171~Missing Path~The Path parameter must be specified for the MapPath method.
  125. 6203    006~ASP 0172~Invalid Path~The Path parameter for the MapPath method must be a virtual path. A physical path was used.
  126. 6204    006~ASP 0173~Invalid Path Character~An invalid character was specified in the Path parameter for the MapPath method.
  127. 6205    006~ASP 0174~Invalid Path Character(s)~An invalid '/' or '\' was found in the Path parameter for the MapPath method. 
  128. 6206    006~ASP 0175~Disallowed Path Characters~The '..' characters are not allowed in the Path parameter for the MapPath method. 
  129. 6207    006~ASP 0176~Path Not Found~The Path parameter for the MapPath method did not correspond to a known path.
  130. 6208    006~ASP 0209~Invalid Path parameter~The Path parameter excedes the maximum length allowed.
  131. 6209    006~ASP 0195~Invalid Server Method Call~This method of the Server object cannot be called during Session_OnEnd and Application_OnEnd.
  132. 6210    006~ASP 0177:%x~Server.CreateObject Failed~The call to Server.CreateObject failed. The requested object instance cannot be created.
  133. 6211    006~ASP 0178~Server.CreateObject Access Error~The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
  134. 6212    006~ASP 0196~Cannot launch out of process component~Only InProc server components should be used.  If you want to use LocalServer components, you must set the AllowOutOfProcCmpnts registry setting.  Please consult the readme file for important considerations.
  135. 6213    006~ASP 0208~Invalid TimeOut Value~An invalid TimeOut value was specified.
  136. 6300    Application object
  137. 6301    006~ASP 0179~Application Initialization Error~An error occurred while initializing the Application object.
  138. 6302    006~ASP 0180~Disallowed object use~An intrinsic object cannot be stored within the Application object.
  139. 6303    006~ASP 0181~Invalid threading model~An object using the apartment threading model cannot be stored within the Application object.
  140. 6304    006~ASP 0182~Missing object information~An object with missing information cannot be stored in the Application object. The threading model information for the object is required.
  141. 6305    006~ASP 0189~Disallowed object use~Cannot add objects created using object tags to the application intrinsic.
  142. 6307    006~ASP 0187~Object addition conflict~Could not add object to application. Application was locked down by another request for adding an object.
  143. 6308    006~ASP 0197~Disallowed object use~Only objects with threading model marked Both can be added to the application intrinsic object.
  144. 6400    Cookies object
  145. 6401    006~ASP 0183~Empty Cookie Key~A cookie with an empty key cannot be stored.
  146. 6402    006~ASP 0184~Missing Cookie Name~A name must be specified for a cookie.
  147. 6500    Request object
  148. 6501    006~ASP 0205~Cannot call BinaryRead~Cannot call BinaryRead after using Request.Form collection.
  149. 6502    006~ASP 0206~Cannot use Request.Form~Cannot use Request.Form collection after calling BinaryRead.
  150. 6503    006~ASP 0207~Cannot use generic Request collection~Cannot use the generic Request collection after calling BinaryRead.
  151. 6700    Cover object
  152. 6701    007~ASP 0190~Unexpected error~A trappable error occurred while releasing an external object.
  153. 6702    007~ASP 0191~Unexpected error~A trappable error occurred in the OnStartPage method of an external object.
  154. 6703    007~ASP 0192~Unexpected error~A trappable error occurred in the OnEndPage method of an external object.
  155. 6704    007~ASP 0193~OnStartPage Failed~An error occurred in the OnStartPage method of an external object.
  156. 6705    007~ASP 0194~OnEndPage Failed~An error occurred in the OnEndPage method of an external object.
  157. 6800    Certificate object
  158. 6801    006~ASP 0186~Error parsing certificate
  159. 9000    006~ASP 0185~Missing Default Property~A default property was not found for the object.
  160.