Learn more about the JEDISO Region of South-Central Ohio

Unemployment Rate Change Dec 2019 to Dec 2024


Source: U.S. Bureau of Labor Statistics
Monthly estimates of the labor force, employment and unemployment from the U.S. Bureau of Labor Statistics.
  Dec 2019 Dec 2024 Change
4 County JEDISO Region5.75.5-0.2
16 County Labor Shed4.95.20.3
Ohio4.04.20.2
U.S.3.43.80.4

IconDownload Time Series

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.

Server Error in '/dashboard' 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 116:
Line 117:        SqlConnection conn = new SqlConnection(System.Web.Configuration.WebConfigurationManager.ConnectionStrings["DMS5_read"].ToString());
Line 118:        conn.Open();
Line 119:        SqlCommand objCommand = new SqlCommand("select a.dash_item_id from DASH_Item a where dbv2_item = @old_item_input", conn);
Line 120:        objCommand.Parameters.Add("@old_item_input", old_item_input);

Source File: d:\Inetpub\stats\dashboard\component.aspx.cs    Line: 118

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
   dash_output.old_item_lookup(Int32 old_item_input) in d:\Inetpub\stats\dashboard\component.aspx.cs:118
   dash_output.Page_Load(Object sender, EventArgs e) in d:\Inetpub\stats\dashboard\component.aspx.cs:32
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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