Wednesday, October 17, 2007

MCMS Migration to MOSS: Telerik RadEditor Content Appears as Decoded HTML

If you use RadEditor from Telerik in MCMS, and you migrated your content to MOSS, you will notice that your HTML tags are stored in a decoded format. "~LT~" and "~GT~" are especially noticeable as they represent the "<" and ">" characters.

Some have suggested running a script against the MCMS database to resolve the problem but I highly advise you against this approach; your support agreement with Microsoft would become void.

An alternative would be to format the custom fields' content on the MOSS site after the migration. Gary Lapointe provides sample code for custom commands to use with the STSADM tool to do just that.

A word of caution: Gary uses regular expressions, and so you need to be aware of some of nuances, such as escaping the "~" with "\".

Sunday, July 01, 2007

MOSS 2007 Enterprise Search: Metadata Property Mappings

When adding a new Managed Property under Search Settings in a Shared Service Provider (SSP), you may encounter the ambiguous error:

The settings could not be saved because of an internal error: name

This could occur if you have spaces or underscores in the name. Remove all spaces and you should be good to go!