Click here to Skip to main content
15,903,388 members
Home / Discussions / Database
   

Database

 
QuestionA mostly working SP ? Pin
Mike Osbahr25-Apr-03 4:14
Mike Osbahr25-Apr-03 4:14 
AnswerRe: A mostly working SP ? Pin
perlmunger30-Apr-03 5:14
perlmunger30-Apr-03 5:14 
Generalinteresting TSQL Q Pin
User 814724-Apr-03 7:49
User 814724-Apr-03 7:49 
QuestiondBASE Technical Specification? Pin
Mark Sanders24-Apr-03 3:30
Mark Sanders24-Apr-03 3:30 
AnswerRe: dBASE Technical Specification? Pin
Anonymous24-Apr-03 7:04
Anonymous24-Apr-03 7:04 
AnswerRe: dBASE Technical Specification? Pin
David Salter24-Apr-03 22:43
David Salter24-Apr-03 22:43 
AnswerRe: dBASE Technical Specification? Pin
STW27-Apr-03 10:44
STW27-Apr-03 10:44 
GeneralConnection Pooling Problem Pin
John Honan24-Apr-03 2:15
John Honan24-Apr-03 2:15 
I have an ASP.NET application accessing a SQL Server database. Worked fine last night, this morning I am getting the following error continuously:

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: 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. at System.Data.SqlClient.SqlConnection.Open() at MyService.DataService.AuthenticateUser(String DomainUsername) in \\Eoctstliciis01\CREQSERVICE\DataService.asmx.vb:line 169 --- End of inner exception stack trace ---

I have checked my code over and over again and I am closing/disposing of all connections as soon as I’ve finished with them. I’m the only person accessing the application at the moment, but I keep getting this error. I’ve checked Process Info / Current Activity in SQL enterprise manager, and there are a normal number of connections open.

· How can I check or set the number of pooled connections I have available?
· Is there a way of increasing the pool size?

Any help would be much appreciated, as I'm currently in a state of panic! Eek! | :eek:

Thanks,
John.

www.silveronion.com[^]
GeneralRe: Connection Pooling Problem Pin
John Honan24-Apr-03 8:14
John Honan24-Apr-03 8:14 
GeneralMSAccess Column Format property Pin
KalliMan23-Apr-03 4:09
KalliMan23-Apr-03 4:09 
GeneralODBC support in Visual Studio.net 2003 Pin
aaronflaugh22-Apr-03 10:56
aaronflaugh22-Apr-03 10:56 
GeneralRe: ODBC support in Visual Studio.net 2003 Pin
jscroft25-Apr-03 17:10
jscroft25-Apr-03 17:10 
GeneralProblem with Master Detail Pin
Anonymous22-Apr-03 8:57
Anonymous22-Apr-03 8:57 
GeneralUsing mySQL Pin
BadJerry22-Apr-03 7:25
BadJerry22-Apr-03 7:25 
GeneralRe: Using mySQL Pin
Anonymous24-Apr-03 7:06
Anonymous24-Apr-03 7:06 
GeneralRe: Using mySQL Pin
J. Dunlap24-Apr-03 7:45
J. Dunlap24-Apr-03 7:45 
GeneralRe: Using mySQL Pin
perlmunger30-Apr-03 7:08
perlmunger30-Apr-03 7:08 
GeneralRe: Using mySQL Pin
Jean-Marc Molina29-May-03 13:46
Jean-Marc Molina29-May-03 13:46 
GeneralRe: Using mySQL Pin
perlmunger29-May-03 13:53
perlmunger29-May-03 13:53 
GeneralRe: Using mySQL Pin
Jean-Marc Molina29-May-03 13:54
Jean-Marc Molina29-May-03 13:54 
GeneralRe: Using mySQL Pin
Joshua Nussbaum30-Apr-03 7:57
Joshua Nussbaum30-Apr-03 7:57 
Generalconnectionstrings Pin
Hesham Amin21-Apr-03 23:07
Hesham Amin21-Apr-03 23:07 
GeneralUpdating SQL Row Data Pin
gollnick20-Apr-03 4:33
gollnick20-Apr-03 4:33 
GeneralGet Auto-Increment columns from Access using OleDb Pin
krisp19-Apr-03 13:43
krisp19-Apr-03 13:43 
QuestionODBC driver and MSAccess, what's wrong? Pin
Konstantin S. Diguine18-Apr-03 1:59
Konstantin S. Diguine18-Apr-03 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.