If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Error : Out of memory: 'Server.CreateObject' , Plz help me out.....

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-03, 03:55
imranmalik imranmalik is offline
Registered User
 
Join Date: Apr 2003
Posts: 8
Question Error : Out of memory: 'Server.CreateObject' , Plz help me out.....

Hi,

We have developed ASP based web application and using SQL Server 2K as database technology. Application is runing under Interanet environment having seperate servers for IIS and DB using WIN2000 platform.

Application worked fine from last 2-3 months .. now suddenly it is giving error while entering new records from ASP page i.e;

Error Type:
Microsoft VBScript runtime (0x800A0007)
Out of memory: 'Server.CreateObject'

The line # which error is showing having this code :
Set RsView=Server.CreateObject("ADODB.Recordset")

I dont know how this error occurs .. Servers are runing with good memory management. Please help me out to fix this error ...

Thank You very much
Reply With Quote
  #2 (permalink)  
Old 10-01-03, 09:39
Avatar Avatar is offline
Registered User
 
Join Date: Oct 2003
Location: Buenos Aires, Argentina
Posts: 20
Re: Error : Out of memory: 'Server.CreateObject' , Plz help me out.....

Hi:
I found this posible solution.
check this URL:

http://support.asna.com/kb/avr/KB000146.asp
__________________
------------------------------------
Thanx
------------------------------------
http://www.iespana.es/greatavatar/FIRMA/firma.jpg
Reply With Quote
  #3 (permalink)  
Old 10-29-03, 06:00
Karel Doorman Karel Doorman is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Re: Error : Out of memory: 'Server.CreateObject' , Plz help me out.....

Hello!

I experience the same problem since I installed Windows Script 5.6
on my server. In a few minutes after install IIS failed executing ASP
pages because of the same error you have. I immediately rolled back
to Windows Script 5.5 and suddenly everything worked fine again.

I had hoped by now you have found a different solution yet because
I would like to upgrade to Windows Script 5.6, but don't know any other
solution to fix the problem. What's your status?

Thanks for your response,

Dennis Verspuij


Quote:
Originally posted by imranmalik
Hi,

We have developed ASP based web application and using SQL Server 2K as database technology. Application is runing under Interanet environment having seperate servers for IIS and DB using WIN2000 platform.

Application worked fine from last 2-3 months .. now suddenly it is giving error while entering new records from ASP page i.e;

Error Type:
Microsoft VBScript runtime (0x800A0007)
Out of memory: 'Server.CreateObject'

The line # which error is showing having this code :
Set RsView=Server.CreateObject("ADODB.Recordset")

I dont know how this error occurs .. Servers are runing with good memory management. Please help me out to fix this error ...

Thank You very much
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On