The information in this article applies to:
SYMPTOMSA large number of Ad items can cause Performance pages in Ad Manager to break with the following error message:
CAUSEThis error occurs because the record sets used in the Performance pages are not explicitly closed (using the .Close method of the record set), nor are they set to Nothing. ASP garbage collection is not fast enough to clean up after this code when it's called rapidly many times. RESOLUTIONTo resolve this issue, edit the Wwwroot/Admanager/Include/Performance_funcs.asp file. Add the following lines at the end of the procedure WritePerfPage: rsPerf.Close STATUSMicrosoft has confirmed this to be a problem in Site Server version 3.0, Commerce Edition. Additional query words:
Keywords : |
Last Reviewed: October 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |