SharePoint Config

Ari Bakker's thoughts on customising and configuring SharePoint

Archive for the ‘Errors’ Category

Using npm behind a proxy that uses NTLM authentication

without comments

This article contains Details on how to configure npm to work behind a proxy server that uses NTLM authentication.

npm proxy error

Written by Ari Bakker

April 21st, 2017 at 11:07 am

Error with published links to Office client applications

with 5 comments

SharePoint allows you to publish SharePoint links so that they appear in Office ‘Save As’ dialog boxes. This is useful if you want to encourage users to save Word, Excel and other Office documents directly into SharePoint rather than the file system as this dialog is shown the first time you save a new file. It allows you to create targeted shortcuts so relevant document libraries and sites are easily accessible when saving Office documents.

office-save-as-sharepoint-sites

In SharePoint 2010 these published links are managed under the user profile service application in a page called ‘Published links to Office client applications’.

Written by Ari Bakker

June 30th, 2011 at 12:30 pm

Posted in 2010,Errors

Tagged with , , ,

Issues with SharePoint 2010 major versioning

with 8 comments

There are a couple of issues with major versioning in SharePoint 2010 that prevent users saving files into document libraries. Things like this can be very frustrating for a client so it is worth being aware of these when designing SharePoint solutions in the hopes they are avoided. The issues are:

  • Saving files from Office 2007 fails when a document library has major versioning enabled and contains a required field
  • Copying files using Windows Explorer fails when a document library contains a required field and column default value settings for this field

I believe these are bugs with the product and both have been raised with Microsoft support so hopefully they are fixed in future updates. In the meantime this articles covers the details and some possible workarounds in case you run into the same issues.
office file not saved

Written by Ari Bakker

March 14th, 2011 at 1:07 pm

Posted in 2010,ECM,Errors

Tagged with , , ,

Issues provisioning SharePoint 2010 Managed Metadata fields

with 14 comments

I’ve been working with the managed metadata functionality provided in SharePoint 2010 fairly extensively over the past few months. While it is a great feature and works well when used through the UI it has several rough edges that can cause problems when you are deploying features that use managed metadata fields. Some of these have been documented elsewhere but some of these haven’t so this will be the first of two posts covering (1) some of the potential problems using managed metadata (this post), and (2) a robust way of provisioning SharePoint 2010 managed metadata fields.

sp2010-health-critical

Written by Ari Bakker

March 7th, 2011 at 11:17 am

SharePoint 2010 column default values missing

with 5 comments

Default Column Values

SharePoint 2010 has some great document management enhancements. One of these is the ability to set location based metadata defaults. This allows you to specify default metadata for documents based on the document library or folder they are uploaded to (i.e. a document could be automatically tagged with Subject=Legal when uploaded to one folder or Subject=Finance if uploaded to another). This is especially useful in situations where users are bulk adding documents that need to have the same metadata applied.

The Problem

I was showing a developer this feature recently when I noticed that on one particular library the column default settings were not applied. The settings were available and I could set the properties correctly using the default column values page but when we tried… Continue reading SharePoint 2010 column default values missing »

Written by Ari Bakker

February 25th, 2011 at 5:16 pm

Posted in 2010,Errors,Metadata

Tagged with ,

Instant SharePoint Health Analysis

with 2 comments

The SharePoint 2010 Health Analyzer provides a great way of identifying installation problems but it can take days or weeks before a full set of results appear. When installing a new environment it can be helpful to get instant feedback on any health issues so they can be resolved before users start using the environment. This post shows you how to run all the health analysis rules instantly using PowerShell so you get an instant health check.

sp2010-health-critical

Written by Ari Bakker

January 29th, 2011 at 5:12 pm

Error creating SharePoint publishing pages

without comments

This post describes how to use the ContentTypeBinding element to avoid an error that can occur creating publishing pages. Continue reading Error creating SharePoint publishing pages »

Written by Ari Bakker

December 15th, 2009 at 3:26 pm

ASP.NET validation controls prevent publishing pages from saving

with 6 comments

If you have an ASP.NET control that contains validation controls in the masterpage or page layout for a publishing site (an ASP.NET login control for example). When you try to edit and check in a publishing page you receive the following error.

This page contains content or formatting that is not valid. You can find more information in the affected sections. Continue reading ASP.NET validation controls prevent publishing pages from saving »

Written by Ari Bakker

September 23rd, 2007 at 1:29 am

MOSS Site Templates Not Compatible With WSS

with 12 comments

Something that I wasn’t aware of until now is the fact that if you save a site template in MOSS 2007 it will not work in WSS 3.0. Continue reading MOSS Site Templates Not Compatible With WSS »

Written by Ari Bakker

May 29th, 2007 at 10:46 am

Posted in Errors,Templates

Increasing the maximum size of list templates

with 24 comments

Saving a list as a template is an easy way of transferring data from one place to another in SharePoint. By default, however, the maximum size of list templates in WSS 3.0 and MOSS 2007 is 10MB. Continue reading Increasing the maximum size of list templates »

Written by Ari Bakker

May 23rd, 2007 at 10:10 pm