Archive for the 'SharePoint' Category

SharePoint Log Reader

SharePoint No Comments »

Tired of using Notepad to plough through your logs?

Tom just released a new version of his SharePoint Log Reader on Codeplex.

This nice utility allows you to browse through the SharePoint ULS log files in a more convenient way. Some of the features:

  • load multiple log files
  • advanced filtering
  • copy error message to clipboard
  • support for correlation ID (SharePoint 2010)

Have a look at this short demo movie.

Windows 7, Explorer view, and opening files from SharePoint with Office applications

SharePoint, Windows No Comments »

I have been using Windows 7 for quite some time now, and one thing that has been bothering me is the performance (euh, lack of performance) when using the Open with Windows Explorer option in SharePoint. Opening it, using it is sooooo slow.

But recently, I read this post of Amanda Perran. The lack of performance seems to be related to a setting in Internet Explorer: under Tools, Internet Options, Connections, LAN Settings, you need to uncheck Automatically detect settings. This magically increases the speed of your Explorer View, but what is even better: drastically decreases the load time of Office documents when opening them from SharePoint.

So this is something every user should know. Spread the word!

SharePoint in Plain English

Learning, SharePoint No Comments »

The people from CommonCraft have created a new video about SharePoint. If you want to learn what it is and what it can do for you in 3 minutes, this is the way to go:

SharePoint Instant List Filter

SharePoint No Comments »

instantlistfilterI had a great time in my last SharePoint Power User training, and as always, I learned a lot from the questions raised during the course. What do you think about this one: is there a quick and easy way to filter a long SharePoint list, without using Search, without using the column headings or the datasheet view?

I bumped into this nice extension on Codeplex: the SharePoint InstantListFilter. It adds lookup columns at the top of every document library and list, and you can use them to filter the list by typing in them; the results are shown immediately on the screen (jquery).

My development skills are non existing, so I can not evaluate the solution technically, but it is really a lifesaving functionality when you are browsing through long SharePoint lists (especially when there is no metadata or views defined).

Of course, there are some limitations:

  • it only filters in the displayed results
  • it is a feature activated on site level

If you want to see it in action, have a look at the demo.

Content Types with PowerPoint template (.pot) stop working

SharePoint No Comments »

I experienced an issue with a content type linked to a PowerPoint template (.pot). When I tried to create a new document based on the content type, PowerPoint did not start, but instead I got the following error message: “The document could not be created. The required application may not be installed properly, or the template for this document library cannot be opened.”

After some research, I found an article that pointed to Microsoft Security Update KB951944 as the culprit for this error. And indeed, after removing it, my issue was fixed. At least for the moment, because removing a security update is probably not a good idea.

I guess the problems started after installing Office 2007 Service Pack 2, so I am afraid we will be seeing this issue a lot in the near future on customer portals. I’ll update this post if I find a “decent” solution.