Getting accessdenied.aspx for all users can be very frustrating. Usually it’s an issue with the Super User/Super Reader configuration issue (see https://joshroark.com/sharepoint-the-complete-guide-to-portalsuperuseraccount-and-portalsuperreaderaccount/). To the Logs The ULS logs are the key to finding out why we’re getting redirected. We want to get the Correlation ID of the page that is going to be redirecting the […]
Category: Uncategorized
SharePoint 2010/2013 Unable to load Synchronization Connections
User Profile Synchronization connection page(http://centraladmin:1234/_layouts/15/mgrdsserver.aspx) can have trouble loading the connections. This can toss the generic error “An error has occurred while accessing the SQL Server database or the SharePoint Server Search service. If this is the first time you have seen this message, try again later. If this problem persists, contact your administrator.” […]
EncodedServerID in Correlation ID
Correlation IDs can be captured in Fiddlers, Browser Dev tools(F12), or an error page. The problem comes when we want to get the ULS logs. We can run a Merge-SPLogFile but I’d rather not wait and just get the ULS log file from the server. The EncodedServerID is in the correlation ID when we […]
Remove-SPTrustedIdentityTokenIssuer : The trusted login provider is in use and cannot be deleted
I have a post about the Migration from Windows to ADFS which utilizes the creation of the -UseDefaultConfiguration switch. A few days ago, I created a Trusted Identity Provider with -UseDefaultConfiguration. I did not need it in my test farm anymore, so it was time to delete it. This failed with this exception: PS […]
Unable to start User Profile Service Application – Starting
The User Profile Synchronization service for SharePoint 2010 or 2013 can fail to start for numerous reasons. This post is for when the User Profile Service Application(UPA) is stuck on Starting. This prevents anybody from creating connections or syncing users. This will prevent the User Profile Service Application from functioning properly. ULS shows the topology.svc […]