Timeout errors occur when retrieving workflow process instances in Management Console

  • 16 February 2021
  • 0 replies
  • 242 views

Userlevel 2
Badge +9
 

Timeout errors occur when retrieving workflow process instances in Management Console

KB000209

PRODUCT
K2 blackpearl
TAGS
K2 Workspace
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

 

Introduction

When retrieving large volumes of data (i.e., a large number of process instances) via the Management Tools in K2 Workspace, the following error may be received: "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" as shown in the figure below:


[Figure 1. Time out error from K2 Workspace]

The error will occur on standalone and/or distributed installations.
Note: Rebooting the K2 Server does not resolve the problem.
  

Example Scenario

Note: The details below describe symptoms from systems where the error has been known to occur.

The K2 developer is attempting to view a large number of process via the Management Tools in K2 Workspace with the following items installed:
  • Microsoft .NET Framework 2.0 SP1
  • K2 blackpearl SP1

 

 

 

Error Messages

The following error message relates to this KB Article:

  • 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.

Error Resolution

The error is caused by the Max Pool Size configuration setting being too small. Increase the Max Pool Size by following these steps:

Important:  With the release of K2 4.6.9 the SourceCode.Workflow.Runtime.Management.config has been consolidated into a single configuration file called K2HostServer.exe.Config file, which is located in the K2 blackpearlHost ServerBin folder on the K2 Server. The connection strings previously stored in these files are now retrieved from the K2HostServer.exe.Config file.

  1. Browse to the installation directory of the K2 blackpearl Server (e.g., C:Program FilesK2 BlackpearlHost ServerBin)
  2. Locate the following file: SourceCode.Workflow.Runtime.Management.config
  3. Open the file with a text editor (e.g., Notepad)
  4. Locate the configuration section that begins with <add name="K2"...
  5. Alter the connectionString attribute to contain this additional information:  Max Pool Size=1000000;
    The configuration section should look similar to this: 
    <add name="K2" connectionString="Data Source=localhost;Initial Catalog=K2Server;Integrated Security=SSPI;Max Pool Size=1000000"/>
  6. Restart the K2 Server

 


0 replies

Be the first to reply!

Reply