The information in this article applies to:
SYMPTOMSWhen using the VBScript function FormatNumber in Active Server Pages (ASP), the following error might occur: This is a fatal error that causes the Web site to go down. You should see the following in the debug log: CDB: integer divide by zeroMake sure that VBScript is on the call stack (Vbscript.dll, version 5.0x). CAUSE
This error is caused by a race condition in the FormatNumber function that can occur when multiple threads are calling FormatNumber (usually under heavy load) RESOLUTIONTo resolve this problem, upgrade to VBScript 5.1, which is included with Windows 2000. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. REFERENCESMicrosoft Web Application Stress Tool: http://homer.rte.Microsoft.comInternet Information Server (IIS) Exception Monitor: http://msdn.Microsoft.com/workshop/server/iis/ixcptmon.asp Additional query words:
Keywords : kberrmsg kbASP kbVBScript kbGrpASP |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |