Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to troubleshoot a Microsoft VBScript compilation error '800a03e9'

Status
Not open for further replies.

bamundsen

IS-IT--Management
Dec 5, 2001
58
US
While running a page, I received the following error:

Microsoft VBScript compilation error '800a03e9'
Out of memory
/shopadmin1.asp, line 0

Once this error occurred every product page generated the same error. i looked up the error code and the common solution was to make sure that any SQL statements were not longer than 1022 characters in length.

I check each line of the ASP and did not find any problematic SQL or any other errors.

I checked the server's error logs and found nothing.

This error seems to be nebulous. Can anyone suggest what I should do to try to trace the problem?

Thanks!
 
One thing I forgot to add. I am on a Windows 2003 Server w/IIS 6. Restarting IIS seems to temporarily fix the problem. But after a couple days, the error will start randomly appearing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top