The information in this article applies to:
SYMPTOMSWhen the setup program created by the Microsoft Setup Toolkit is reading the script, the following error message is given:
CAUSEThis means that the script interpreter has exceeded its memory limit on some memory object. The memory object could be a data segment, a code segment, or one of the parser tables. There is no way to know which memory object it is. The chance of running out of interpreter table space is rare -- you will almost always run out of code or data space first. RESOLUTIONTry breaking the script into multiple scripts and try running them independently. This can be done by using Microsoft Test's RUN command. For example: RUN "_mstest script1.mst"Other tricks that can bed used to reduce the size of the code and data segments include:
REFERENCESFor additional information, please see the following article(s) in the Microsoft Knowledge Base: Q87455 PRB: Test "Parser Out of Memory" Error Additional query words: 3.10
Keywords : kb16bitonly |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |