Spence Harbars latest blog post (Antivirus and SharePoint 2013) is going through the different antivirus solutions for SharePoint 2013. The list of 3rd party vendors for this SharePoint is surprisingly small; only 1 vendor has a working solution and it is only in beta! Well at Todd Klindt’s SharePoint Admin Blog, Todd talks shortly about…
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…
QuerySting paramerters in the URL can help you edit pages where the edit button is missing (ex. SharePoint 2007 list views) or you need to throw away a web part that’s messing with your page from the web part maintenance view. Function URL Add Web Parts/Browse ToolPaneView=2 Add Web Parts/Search ToolPaneView=3 Edit Mode mode=edit View…
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…
Accessing a SharePoint server from outside a network with a Forefront TMG. The following 2 scenarios can give you an Internal Server Error View properties on document Editing a list view Full error text: Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) ?Solution…
Got the message: >>The document could not be opened for editing. A Windows SharePoint Services compatible application could not be found to edit the document. << This is a challange and there is several possibilities: You are using the 64 bit version of Internet Explorer and choosing “edit in Microsoft Word” The SharePoint support component that…
Using the in the the wrong parameter with the SPWeb.GetList method you will receive a FileNotFoundException with the following very SharePoint-ish error message: System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack><nativehr>0x80070002</nativehr><nativestack></nativestack> The stacktrace will often give more information but the ULS log it wil simply show: <nativehr>0x80070002</nativehr><nativestack></nativestack> So the parameter is incorrect; Either the URL does not specify a valid path…
The SharePoint Config log DB can grow quite large! The following way can help you shrink the config databases. But do only use these in test or development enviroments! SharePoint 2010 on SQL 2008 R2 Right click on you DB -> Properties Select Options Change the Recovery Model to SIMPLE and Click Ok Once that…
Problems when trying to open a SharePoint Document Library in explorer view from Windows? With errors like: “Your client does not support opening this list with Windows Explorer.” or in danish ”Klienten understøtter ikke åbning af denne liste med Windows Stifinder.” Explorer view uses the WebDav protocol to connect to SharePoint from the client. In…