Skip to main content
Nintex Community Menu Bar

Removing errors from K2 Management page without leaving orphaned entries

  • February 16, 2021
  • 0 replies
  • 208 views
  • Translate

Forum|alt.badge.img+5
  • Nintex Employee
  • 13 replies

Issue

Errors are still shown in on K2 Management page even if those instances are already completed.

 

25848i6A130B0DAAF21BCD.jpg

 

Resolution

The following query should accomplish deleting the errors on K2 Management page for the instances in issue. This is to remove the error logs without deleting the workflow version/instance.

 

  1. Create a backup of the K2 Database
  2. Run SELECT * FROM [Server].[ErrorLog] WITH (NOLOCK) WHERE ProcInstID = (Insert proc ID "Insert the procID here") and get the ID of the ErrorLog you want to delete.
  3. Run EXECUTE [Server].[kErrorLogRemove] @id = yy where yy is the ID of the Error Log from step 2 that you want to remove.
 

Additional Information

The status of the instances in question can be checked using the below query.
 
SELECT * FROM [server].[errorlog]
SELECT * FROM [server].[procinst]
SELECT * FROM [serverlog].[procinst]
SELECT * FROM [serverlog].[status]
 
Note: Please involve a Senior Engineer/Developer for these steps as further issues can occur if it is not followed correctly.
Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings