Keith Smith - My Blog
Access is denied. Verify that either the Default Content Access AccSunday, April 9, 2017 - Posted by Keith A. Smith, in SharePoint
Access is denied. Verify that either the Default Content Access Account has access to this repository
Error: ![]() 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. If the repository being crawled is a SharePoint repository, verify that the account you are using has "Full Read" permissions on the SharePoint Web Application being crawled. Reason: This error will occur, at the time of crawling the SharePoint application content. because, you may have provided a URL to access the SharePoint web application like https://portal.KeithIT.com (just an example). When the search engine tried to crawl the content using the portal.KeithIT.com (just an example) URL, the server will reject the request. because, it will take the request as "LoopBackRequest". Solution: ![]() So you need to disable the LoopBackRequest in registry. To do this, just follow my instructions: 1. Go to command window and type regedit.exe 2. Once opened the registry editor, just navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" 3. Right click on "Lsa" and create a new 32bit DWORD value 4. Rename it as "DisableLoopbackCheck" (Note: you cannot rename it actually. so, once created the DWORD value, directly paste/type as "DisableLoopbackCheck". 5. Then again modify the value of "DisableLoopbackCheck" as "1" 6. Close the registry editor. 7. Now start to crawl the content. -End |
![]() Tweet |
SideBySide Error EventID 33 on conhost.exeThursday, April 6, 2017 - Posted by Keith A. Smith, in SharePoint
Problem
SideBySide Error EventID 33 on conhost.exe Solution installed hotfix 977648 uninstall KB2507938 -End |
![]() Tweet |
locked-out-of-sharepoint-siteSunday, March 19, 2017 - Posted by Keith A. Smith, in SharePoint
*run in a cmd prompt from C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN *
STSADM.EXE -o siteowner -url http://site.domain.net -ownerlogin domain\user iisreset after the cmd above to make it take affect -End |
![]() Tweet |
Failed to execute SharePoint BI Maintenance JobFriday, March 17, 2017 - Posted by Keith A. Smith, in SharePoint
Run this from the sharepoint management shell
Get-SPServiceApplication $sts = Get-SPServiceApplication | ?{$_ -match "Security"} $sts $sts.Status $sts.Provision() -End |
![]() Tweet |
mysite hosting errorSunday, February 19, 2017 - Posted by Keith A. Smith, in SharePoint
Problem
![]() Title Validate the My Site Host and individual My Sites are on a dedicated Web application and separate URL domain. Severity 2 - Warning Category Configuration Explanation It is recommended that the My Site Host and individual My Sites are deployed on a dedicated Web application for performance and manageability reasons. Additionally not having a separate URL domain for the My Site Host and individual My Sites poses a security risk because the owner can introduce same-domain scripting attacks on other sites hosted on the same URL domain. Solution ![]() Create a new web application, use template my site host under enterprise tab -End |
![]() Tweet |