Skip to main content


 

Symptoms


The client is unable to rollback check in, when trying to checkout the form the client gets an endless spinner.
 

Diagnoses


Sent the below information to the client to help resolve their issue, however the client found a Kb article to help resolve their issue https://help.k2.com/kb001311.

How to use the stored proc:
- Please take a full backup prior to doing this.
- I'm using an example user and ID below. Please change as necessary.

Step 1: get the info.
--For checked out views
SELECT ID, DisplayName, CheckedOutBy
FROM Form.View_Design
WHERE CheckedOutBy = 'K2:DenallixAdministrator'

--For checked out forms
SELECT ID, DisplayName, CheckedOutBy
FROM Form.Form_Design
WHERE CheckedOutBy = 'K2:DenallixAdministrator'

Please also see the below community post below:
http://community.k2.com/t5/K2-blackpearl/One-or-more-items-used-are-not-checked-in/ta-p/87913

 

Resolution


The issue was resolved through following the steps outlined on the below KB article:
https://help.k2.com/kb001311




 
Be the first to reply!

Reply