System.InvalidOperationException

G

Guest

Hi;

After LastDay I have error under the error. I search on
Internet smilar problem ?
I change my connection string
is this true ? What are you opinion this problem ?

<add key="AKare.DataAccess.ConnectionString"
value="server=11.1.1.1.; User ID=sa;Password=;database=a;
min pool size=1; max pool size=100;pooling=false"/>

Yorumunuz nedir ?

01.03.2004 15:46:49:
1) Exception Information

*********************************************

Exception Type: System.InvalidOperationException

Message: 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.

TargetSite: System.Data.SqlClient.SqlInternalConnection
GetPooledConnection
(System.Data.SqlClient.SqlConnectionString, Boolean ByRef)

HelpLink: NULL

Source: System.Data

StackTrace Information

*********************************************

at
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledCon
nection(SqlConnectionString options, Boolean&
isInTransaction)

at System.Data.SqlClient.SqlConnection.Open()

at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteDataset
(String connectionString, CommandType commandType, String
commandText, SqlParameter[] commandParameters)

at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteDataset
(String connectionString, String spName, Object[]
parameterValues)

at akare.Components.dacCampaign.get_campaing_items(Int32
CampaignID)

at akare.Administration.EditCampaign.dg_ItemCommand(Object
source, DataGridCommandEventArgs e)

at System.Web.UI.WebControls.DataGrid.OnItemCommand
(DataGridCommandEventArgs e)

at System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object
source, EventArgs e)

at System.Web.UI.Control.RaiseBubbleEvent(Object source,
EventArgs args)

at System.Web.UI.WebControls.DataGridItem.OnBubbleEvent
(Object source, EventArgs e)

at System.Web.UI.Control.RaiseBubbleEvent(Object source,
EventArgs args)

at System.Web.UI.WebControls.Button.OnCommand
(CommandEventArgs e)

at
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEve
ntHandler.RaisePostBackEvent(String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent
(IPostBackEventHandler sourceControl, String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent
(NameValueCollection postData)

at System.Web.UI.Page.ProcessRequestMain()
 
P

Peter Strøiman

A blank password for the sa account? tsk tsk tsk.

Are you closing your database connections?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top