K2 components on SharePoint pages and K2 Workspace not responding

  • 24 February 2022
  • 0 replies
  • 6 views

Userlevel 5
Badge +20
 

K2 components on SharePoint pages and K2 Workspace not responding

kbt146476

PRODUCT
K2 blackpearl
K2 smartforms
BASED ON
K2 blackpearl (all)
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.
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.

Issue

The K2 components on SharePoint pages and K2 Workspace are not responding.

Symptoms

When accessing K2 Workspace, data is not loaded and the Workspace seems to be unresponsive. This issue includes K2 components on SharePoint pages where no data is loaded and with loading the worklist frame.

Troubleshooting Steps

To resolve this issue, start by running the script below:

 

SELECT [S].[Status], COUNT([S].[Status]) AS [Count] FROM [K2].[Server].[ProcInst] AS [PI] WITH (NOLOCK)

INNER JOIN [K2].[ServerLog].[Status] AS [S]

ON [s].[StatusID] = [PI].[Status]

WHERE [s].[GroupName] = 'Process'

GROUP BY [S].[Status]

If the results contains an amount exceeding 20 running instances and the environment thread count is on a default of 20 threads, it is most likely the cause of the performance issue.

Be advised to log a ticket with K2 Support to assist with getting the environment into a responsive state again.


0 replies

Be the first to reply!

Reply