By installing the KB3114503 https://support.microsoft.com/en-us/kb/3114503 all the listview webparts on your SharePoint 2013 server displays this error repeatedly. “TypeError: Cannot read property ‘replace’ of undefined” With danish localization it looks like this: “TypeError: Værdien af egenskaben ‘replace’ kan ikke hentes: Objektet er null eller ikke defineret” Workaround Apparently a workaround is this quickfix https://www.reddit.com/r/sysadmin/comments/40tvqn/quickfix_patch_kb3114503_causes_sharepoint_to/ where…
Following up on a change of default URL for a WebAppllication on SharePoint 2013, the site did not respond correctly. Finding the a Unexpected SPAudienceValidator Audience URI ‘[OLDURL]’ is not valid for context in the ULS led me to this blog post https://gavinmckay.wordpress.com/2014/11/28/fixing-sharepoint-2013-unexpected-spaudiencevalidator-audience-uri-is-not-valid-for-context/ Indeed a caching issue, in my case a flush of the DNS…
When using the PowerShell command Mount-SPContentDatabase or adding content database through the Central Admin you will receive this error message: The SELECT permission was denied on the object ‘sysobjects’, database ‘mssqlsystemresource’, schema ‘sys’. if the SharePoint Admin account has the deny permissions checked. The easy fix was to open SQL Server Management Studio and modify the…
Got the error while scripting content type modifications with PowerShell and SharePoint 2010. Error System.Management.Automation.MethodInvocationException: Exception calling “Update” with “1” argument(s): “The collection cannot be modified.” —> Microso ft.SharePoint.SPException: The collection cannot be modified. at Microsoft.SharePoint.SPContentType.Update(Boolean updateChildren, Boolean ignoreSealedOrReadOnly, Boolean throwOnSealedOrReadOnly, IList`1 exceptions) at Microsoft.SharePoint.SPContentType.Update(Boolean updateChildren) at Update(Object , Object[]…
Microsoft released the Service Pack 1 (SP1) for the 2013 set of Office products including Office 2013, SharePoint 2013 and Exchange Server 2013. Office 2013 customers will begin to get notifications of SP1 availability through Windows Update within the next 30 days. For Exchange Server 2013 and SharePoint 2013 you can use the links below.…
Todd Klindt has made a very useful SumUp on how to create different SharePoint Admin Permissions. For more information, take a look at Todds post Demystifying SharePoint Admin Permissions at Todd Klindt’s SharePoint Admin Blog Web Application Policy How Do You Give It? In Central Admin > Manage Web Applications > Policy for Users Farm…
The following table lists the locales/languages with an assigned Locale ID (LCID). Helpful in development of solutions in multilingual environments. Language Country/Region Locale ID Afrikaans South Africa 1078 Albanian Albania 1052 Arabic Algeria 5121 Arabic Bahrain 15361 Arabic Egypt 3073 Arabic Iraq 2049 Arabic Jordan 11265 Arabic Kuwait 13313 Arabic Lebanon 12289 Arabic Libya 4097…
When you throw claims authentication in the mix of AD users and SharePoint user profiles there is some things you should be aware of: Use your Identity Provider to make the user profile sync connection to the domain There’s no built in mapping between the user profile identifier and claim (or forms) users identity provider;…
The User profile synchronization with AD comes with a build in property mapping. The following page from The TechNet Library describes the profile properties and link to their corresponding directory service attributes: Default user profile property mappings (SharePoint Server 2010) User profile property AD DS attribute SPS-DistinguishedName dn SID objectSid Manager manager PreferredName displayName FirstName…
Problems with disabled accounts from former employees in your SharePoint User Profile Store ? This will help you set up Exclusion Filters in the User Profile Synchronization 1) Browse to Central Administration Site > Manage Service Applications > User Profile Service Application. 2) On the Manage Profile Service: User Profile Service Application page, click the…