• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

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
SSL

What is SSL?

Have you ever noticed that some URLs start with “http://” while others start with “https://”? Perhaps you noticed that extra “s” when you were browsing websites that require giving over sensitive information, like when you were paying bills online. But where’d that extra “s” come from, and what does it mean? [...]

Read More
Clickatech

Common questions about domain names

Your domain name is a key part of your online identity. At the most basic level, a domain name is a website address (such as http://clickatech.co.za), but it’s actually a little more complicated than that. Here are some commonly asked questions about domain names. What exactly is a domain name? [...]

Read More