Skip to main content
Nintex Community Menu Bar

AD groups in K2 workflow cache time

  • January 15, 2017
  • 2 replies
  • 19 views

Forum|alt.badge.img+8

we are using AD groups for workflows in K2

these don't seem to work straight away, but they do after a day or so.

i have read something about clearing the cache to resolve this quicker.  does anyone know how long it takes for AD changes to be replicated through K2

if i run the following statement, my changes are instant

UPDATE [K2].[Identity].[Identity]

SET [ExpireOn] = GETDATE()

,[Resolved] = 0

,[ContainersResolved] = 0

,[ContainersExpireOn] = GETDATE()

,[MembersResolved] = 0

,[MembersExpireOn] = GETDATE()

 

GO

 

2 replies

Forum|alt.badge.img+2
  • January 16, 2017

Hi Braddo,

 

You may refer to this link. I hope this will help your question.

 

https://help.k2.com/onlinehelp/k2blackpearl/icg/4.6.6/webframe.html#tweaking_identity_cache_performance_for_the_k2_server.html

 

 

Regards,

Peter Busto


Forum|alt.badge.img+8
  • Author
  • Rookie
  • February 15, 2017

legend, cheers