• 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

Domain Contacts

When you register your domain the domain typically requires 4 contacts that will be linked to your domain: Registrant Contact Administrative Contact Technical Contact Billing Contact The last 3 are typically set to your ISP/Hosting provider to deal with technical and billing issues. The first contact (Registrant) HAS to be [...]

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