Login
Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
cjwatk  
#1 Posted : Thursday, November 17, 2022 10:07:57 PM(UTC)
cjwatk

Rank: Newbie

Posts: 9

Server Error in '/' Application.
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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: 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.

Source Error:


Line 98: using (SqlConnection conn = new SqlConnection(System.Web.Configuration.WebConfigurationManager.ConnectionStrings["OSP_DB"].ToString()))
Line 99: {
Line 100: conn.Open();
Line 101: SqlCommand cmd = new SqlCommand("select * from " + (CHelperFile.Demo ? "MSPDEMO_" : "") + "PROSPECTOR..BLOG where id=@id", conn);
Line 102: cmd.Parameters.AddWithValue("id", id);

Source File: c:\inetpub\wwwroot\mystockprospector.com\App_Code\DB\DataAccess\Blog\Blog.cs Line: 100

Stack Trace:


[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.]
System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +440
System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +315
System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +128
System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +265
System.Data.SqlClient.SqlConnection.Open() +133
Blog..ctor(Int32 id) in c:\inetpub\wwwroot\mystockprospector.com\App_Code\DB\DataAccess\Blog\Blog.cs:100
_UserControls_General_FeaturedScreens.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\mystockprospector.com\_UserControls\FeaturedScreens.ascx.cs:12
System.Web.UI.Control.OnLoad(EventArgs e) +108
System.Web.UI.Control.LoadRecursive() +90
System.Web.UI.Control.LoadRecursive() +185
System.Web.UI.Control.LoadRecursive() +185
System.Web.UI.Control.LoadRecursive() +185
System.Web.UI.Control.LoadRecursive() +185
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0

Wanna join the discussion?! Login to your forum account. New Registrations are disabled.

scrappin27  
#2 Posted : Friday, November 18, 2022 11:08:51 AM(UTC)
scrappin27

Rank: Newbie

Posts: 1

Hello Cjwatk,

I had our Engineer take a look at this error you received in mystockprospector and he mentioned the error referred to a database timeout, which means the database was busy at the time and could not handle the request in a reasonable time.

He stated it is working fine now.

Please try to use your mystockprospector.com again.

Thank you,
Treava
Users browsing this topic
Guest (2)
Similar Topics
MyStockProspector video (The Town Crier)
by Pawche 1/26/2017 3:35:04 AM(UTC)
Upcoming MyStockProspector.com webinar (The Toolshed)
by gerlach 12/12/2016 8:57:26 AM(UTC)
Support Ticket 82 - MyStockProspector and Toolkit6 (The Toolshed)
by sean 10/16/2013 8:46:31 AM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.047 seconds.