473,406 Members | 2,293 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,406 software developers and data experts.

Help on Time out Error ???

Dear all,

I have an asp.net 1.1 application which collect data from an sql server
database
So far it was working fine and suddenly I get the following error :

"Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and max pool size was reached"

To connect to the database I am using a single account, so I have normally
only one pool, and a single uinque connection string

What is going on ? how to solve ?

thnaks for your help
regards
serge
Jan 20 '06 #1
3 1097
Hello serge,

I think you need to check how many open connections you have while the application
is running. You can use perfmon.exe to do this.

Normally it would be better if you use the using construct to open any connections,
its safer that way, as you would not be missing out on closing any connections.

HTH,
r.

Dear all,

I have an asp.net 1.1 application which collect data from an sql
server
database
So far it was working fine and suddenly I get the following error :
"Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have occurred because all pooled
connections were in use and max pool size was reached"

To connect to the database I am using a single account, so I have
normally only one pool, and a single uinque connection string

What is going on ? how to solve ?

thnaks for your help
regards
serge

Jan 20 '06 #2
How to check open connection with perfmon ??

What to you mean in your last point ?
"Ranjan" wrote:
Hello serge,

I think you need to check how many open connections you have while the application
is running. You can use perfmon.exe to do this.

Normally it would be better if you use the using construct to open any connections,
its safer that way, as you would not be missing out on closing any connections.

HTH,
r.

Dear all,

I have an asp.net 1.1 application which collect data from an sql
server
database
So far it was working fine and suddenly I get the following error :
"Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have occurred because all pooled
connections were in use and max pool size was reached"

To connect to the database I am using a single account, so I have
normally only one pool, and a single uinque connection string

What is going on ? how to solve ?

thnaks for your help
regards
serge


Jan 20 '06 #3
Hello serge,

You can see Peter's article on this (http://codebetter.com/blogs/peter.va...04/134266.aspx)

The last point is better explained here http://davidhayden.com/blog/dave/arc...01/13/773.aspx

HTH,
r.

How to check open connection with perfmon ??

What to you mean in your last point ?

"Ranjan" wrote:
Hello serge,

I think you need to check how many open connections you have while
the application is running. You can use perfmon.exe to do this.

Normally it would be better if you use the using construct to open
any connections, its safer that way, as you would not be missing out
on closing any connections.

HTH,
r.
Dear all,

I have an asp.net 1.1 application which collect data from an sql
server
database
So far it was working fine and suddenly I get the following error :
"Timeout expired. The timeout period elapsed prior to obtaining a
connection from the pool. This may have occurred because all pooled
connections were in use and max pool size was reached"
To connect to the database I am using a single account, so I have
normally only one pool, and a single uinque connection string

What is going on ? how to solve ?

thnaks for your help
regards
serge

Jan 20 '06 #4

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

Similar topics

1
by: jase_dukerider | last post by:
Hi I have an assignment to hand in shortly for which I am after some guidance. The task is to read a WAV file, request a fade in /out time for the track from the user and the do the fade by...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
1
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
4
by: mattehz | last post by:
Hey there, I am trying to upload old source files and came across these errors: Warning: Invalid argument supplied for foreach() in /home/mattehz/public_html/acssr/trunk/inc_html.php on line 59...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.