K2 blackpearl Product Documentation: Installation and Configuration Guide
Refresh the User Manager Cache

Refresh the User Manager Cache

Any change in the configuration of user managers will require an update of the existing user cache.  Download and execute the SQL command against the K2HostServer database.

Copy 

UPDATE [K2HostServer].[Identity].[Identity]
   SET [ExpireOn] = GETDATE()
      ,[Resolved] = 0
      ,[ContainersResolved] = 0
      ,[ContainersExpireOn] = GETDATE()
      ,[MembersResolved] = 0
      ,[MembersExpireOn] = GETDATE()
 
GO

 

 


K2 blackpearl Product Documentation: Installation and Configuration Guide 4.6.10