Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IIS4 TO IIS6 APP. MIGRATION

Reply
Thread Tools

IIS4 TO IIS6 APP. MIGRATION

 
 
JORGEMAL
Guest
Posts: n/a
 
      10-29-2004
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.
 
Reply With Quote
 
 
 
 
Microsoft News
Guest
Posts: n/a
 
      11-10-2004
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


"JORGEMAL" <> wrote in message
news:5DDCE9F5-6014-4B81-93FC-...
>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.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS4 application variable removal nutso fasst ASP General 10 10-30-2006 08:26 PM
NT IIS4.0 to 2003IIS6.0 Upgrade - ASP will not work Kevin Callanan ASP General 1 06-22-2005 03:53 AM
Detected download complete, IIS6 & IE Jay Hayman ASP .Net 1 03-02-2004 05:13 PM
APS3 / IIS4 Session wont persist Richard ASP General 2 09-23-2003 08:04 AM
Inconsistent cookie issue - IIS4 changed ASP General 1 09-16-2003 08:22 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57