Category: Technical

SP2010: Restoring MySite Site Administrators

Today we ran into a weird problem. People reported not having access to their personal documents library on their MySite. So I checked, the Personal Documents library ACL was empty for that particular user. But for other users, I noticed where were some entried, just not their own user account and always Limited rights (which

Read more

SP2010: Deleting old BDC invalid BDC column from list

One of our environments is one that was upgraded from MOSS 2007. In that transition, BDC changed to BCS and we didn’t really take care of that because we weren’t using BDC that much. One of the lists got migrated and stopped working, but because it was in a dark alley on our SharePoint site,

Read more

SP2010: antivirus exclusions = performance++

Of course every server in your farm should be equipped with antivirus. But without properly configuring your antivirus program, it could become a serious danger to the performance of your SharePoint farm. There are some exclusions you can or rather should make to make sure that antivirus won’t come in the way of performance. To

Read more

SP2010: Custom FBA login form and mobile access

Logging from a mobile device into SharePoint sometimes causes unexpected problems / behaviour. This has different causes, which I want to review here. There are probably more possible problems then I have encountered, so when you know any other goods tips when it comes to mobile use of SharePoint, feel free to leave a comment!

Read more

SP2010: Why are my list items not indexed?

Ok, so we struggled with a little problem which could be a big problem if you don’t know where to look. Imagine you’ve got your site with a couple of lists, but list items aren’t indexed by the search engine. What to do? This post is meant as a quick guide on stuff you should

Read more

SP2010: BCS issue; CalculatePermissionsForCurrentThread

This probably is the last post in my latest BCS series for now, since our project is almost finished 🙂 One of the last hurdles I had to take was an error which only occured in our production environment for some reason (I guess production and test still aren’t similar enough). It occurred when trying

Read more

May I have your votes please

There we go again, I’ve got another idea. This time it’s about the new Publish option in Visual Studio 11 for SharePoint packages. Check it out (and perhaps vote) here: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2745668-create-publishing-profiles-for-sharepoint-packages. Thanks!

Read more

SP2010: Assembly was requested for LobSystem with Name, but this assembly was not returned

Working my way through BCS, I encountered another error which seems to be pretty undocumented. It’s as follows: Error while executing web part: System.InvalidOperationException: Unable to open the specified list item. ---> Microsoft.BusinessData.Infrastructure.BdcException: The shim execution failed unexpectedly - Assembly was requested for LobSystem with Name 'Company.Projects.Contoso.BCSLobSystem', but this assembly was not returned. SystemUtility of

Read more