• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

Clickatech

Nintex DelegateAllTasks

Our environment runs a lot of Nintex 2016 Workflows, to ease support we separate each workflow solution’s history and tasks lists. For normal maintenance and finding issues works quite well. But as always there always pros and cons. One of our senior executive recently resigned with immediate effect leaving quite [...]

Read More
Clickatech Nintex

Nintex – Useful SQL Queries

This script will show you how many Workflow progress records each workflow in your environment has generated. SELECT i.WorkflowName, COUNT(p.InstanceID) [Number of WF Progress Records], i.siteid, i.webid, i.listid FROM dbo.workflowinstance i inner join dbo.workflowprogress p on i.InstanceID = p.InstanceID GROUP BY i.WorkflowName, i.siteid, i.webid, i.listid ORDER BY COUNT(p.InstanceId) DESC This [...]

Read More
Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository

Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository

Typical issue here is the content access account and the DisableLoopback setting in the registery as per https://social.technet.microsoft.com/wiki/contents/articles/25863.access-is-denied-verify-that-either-the-default-content-access-account-has-access-to-this-repository-or-add-a-crawl-rule-to-crawl-this-repository.aspx This did not solve it for us. Our environment is a full intranet and users login\authenticate via AD. To prevent auth popups on the site we add the intranet sites to the [...]

Read More

Unable to obtain master key

Experienced this on SharePoint 2016 when managing the Secure Store Service. Service also show error when viewing Service Application list in Central Admin. To resolve just manage Service Application and REFRESH key using your original Secure Store passphrase [...]

Read More