IIS4 TO IIS6 APP. MIGRATION

J

JORGEMAL

I migrated a VID6 application from Windows NT 4 to Windows 2003 Server (IIS4
to IIS6) which was developed using ASP and VBScript and I now I am getting an
error message as follows:

Microsoft OLE DB Provider for Visual FoxPro error '80004005'
There is not enough memory to complete this operation.
/hinojosa-web/iPD2.asp, line 377

The line mentioned above refers to the execution of a query to generate a
recordset which will be displayed to the user who is requesting data. This
issue does not always happens, it does only after accesing the web site
several times.

I appreciate any help.
 
M

Microsoft News

IIS6 runs everything as w3wp.exe, which speeds execution. It however also
results in only 2gb (per process limit) being available, versus 2gb for
inetinfo and 2 gb for MTX.exe (IIS4)- or 2gb for DLLHost (IIS5).

This is POSSIBLY related, but you should know without someone having to tell
you if your application is likely using 1+ gb of ram to process the query,
so I'll assume this isn't quite as simple as this.

You said:
Microsoft OLE DB Provider for Visual FoxPro error '80004005'
There is not enough memory to complete this operation.
/hinojosa-web/iPD2.asp, line 377

Does Foxpro work via a test script? Perhaps another asp page or a simple
..vbs script to test it would be helpful.

Steve Radich - Hosting, Colocation, Troubleshooting IIS, NT, Exchange and
more..
BitShop, Inc. - http://www.bitshop.com - IIS Experts since 1996
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top