473,386 Members | 1,835 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

IIS4 TO IIS6 APP. MIGRATION

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.
Jul 21 '05 #1
1 1607
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" <JO******@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...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.

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Richard | last post by:
Having trouble getting Session to persist. Have checked properties of the Virtual Directory in IIS4 manager and "Enable Session State" is checked, with time out set to 20 Mins. Have also checked...
9
by: Nikolay | last post by:
Two Windows boxes with identical COM objects and databases for comparing and testing purposes (2000 and 2003) exists as virtual mashines on one big host server. Network settings for these VMs are...
1
by: Nicolas Tostin | last post by:
Hi, First of all sorry for my precedent message in french, I thought I was on a fr. NG I'm currently testing a version of Win2003 to evaluate a migration of our NT4 server, but I got some...
0
by: | last post by:
Great discussion on this topic last month guys thanks! Wish I'd found the thread yesterday before spending half the day fighting the same battle and finding a workaround. But at least it explains...
1
by: Kevin Callanan | last post by:
I have upgraded my website from IIS4.0 on an NT Server to IIS6.0 on a 2003 Server now when my asp pages try to load they get a error 500 - Internal Server Error Any Idea?
1
by: rob | last post by:
Dear All, I have a very small test project to convert asp to asp.net using the Microsoft/Artisan ASP to ASP.NET Migration Assistant...
0
by: Dariusz Tomon | last post by:
Hello My problem is like that: I have got IIS 5.0 server (WIN2000) with a lot of services written in ASP. Now we'd like to move to new machine with win2003 (IIS6). I heard that there are a...
10
by: nutso fasst | last post by:
Hi. Any way to do this from asp page in IIS4? Application.Contents.Remove is IIS 5+. Setting variable to empty string does not remove variable. thx, nf
2
by: Andrew Wan | last post by:
Okay, this is really weird. We have two Windows 2003 Server SP1 PCs. One hosts IIS6 website, and the other hosts our DCOM service program. Our website is ASP/XSL. An ASP page uses...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.