Active Server Pages

Moderators: None (Apply to moderate this forum)
Number of threads: 1763
Number of posts: 4498

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Microsoft Vbscript Runtime Error '800a01fb' Posted by Radek007 on 24 Aug 2004 at 2:53 AM
Hi Guys,
My Code is
set conn = server.createobject("adodb.connection")
conn.open connstr
sql = "select something from sometable;"


This will run fine for days, and then suddenly start to malfunction on every 5th (or so) page pull. When this happens, the number of database connections to
postgresql grows linearly and won't shrink until I restart webservices on IIS (5.0). After the restart (or a simple unload of the isloated app) Everything runs fine until the next time the error occurs.

I am developing on Windows 2000 Server

If any one can Help... Thanx in advance

Regards
Dhananjay


Report
Re: Microsoft Vbscript Runtime Error '800a01fb' Posted by Zantos on 10 Sept 2004 at 8:40 PM
Are you closing all of your open database connections after using them?

: Hi Guys,
: My Code is
: set conn = server.createobject("adodb.connection")
: conn.open connstr
: sql = "select something from sometable;"
:
:
: This will run fine for days, and then suddenly start to malfunction on every 5th (or so) page pull. When this happens, the number of database connections to
: postgresql grows linearly and won't shrink until I restart webservices on IIS (5.0). After the restart (or a simple unload of the isloated app) Everything runs fine until the next time the error occurs.
:
: I am developing on Windows 2000 Server
:
: If any one can Help... Thanx in advance
:
: Regards
: Dhananjay
:
:
:

<%
'// Programmed By: Zantos
'// VisualProgramming.NET
'// http://vp.funurl.com/
'// visualprogramming@hotmail.com
%>


Report
Re: Microsoft Vbscript Runtime Error '800a01fb' Posted by e-v-e on 1 Feb 2013 at 5:12 PM
We are also experiencing the same problem. The app is ASP and running on IIS 5 in Windows 2000.

What we do address the problem is restart the IIS. But then after a couple of days the error will return.

Hope someone can help
Report
Re: Microsoft Vbscript Runtime Error '800a01fb' Posted by e-v-e on 1 Feb 2013 at 5:14 PM
We are also experiencing the same problem. The app is ASP and running on IIS 5 in Windows 2000.

What we do to address the problem is restart the IIS. But then after a couple of days the error will return.

Hope someone can help



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.