• Our Office
  • 12 Alpine Close Lakefield Benoni 1501

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

Orphaned AD Users in People Picker

Sometimes user accounts and profiles that have been removed and deleted from AD still appears in the People Picker dialog box. You would expect SharePoint to remove these when they are excluded on the profile sync but unfortunately it’s not always the case. The quickest way I’ve found to remove [...]

Read More

Incoming Email: Unknown alias

Sometimes and of course ad random our incoming emails are not processed and sent to their configured Document Libraries. This happens when the config and content databases go out of sync regarding the configured email aliases (can be because of various reasons). Easy enough fix: stsadm.exe -o refreshdms -url [sitecollectionurl] [...]

Read More

Nintex Workflow Status Codes

To use the Nintex status column to filter SharePoint views and/or do operations on list items in Nintex you need to use the following status codes (instead of the actual status text): NotStarted = 0 FailedOnStart = 1 InProgress = 2 ErrorOccurred = 3 StoppedByUser = 4 Completed = 5 [...]

Read More