SharePoint: Search Managed Properties missing after full crawl

Scenario:

  • SharePoint 2013
  • You’ve created some site columns, added them to a content type, then added that content type to a list/library.
  • You add some test data.
  • Run a full crawl.
  • Create managed properties, mapping them to the crawled properties.
  • Run another full crawl (to populate the managed properties)
  • Managed properties on search results are missing.

What do you do now?

Read More...

SharePoint: The server was unable to save the form at this time

We ran across an issue in a test environment where we were unable to add items to a list, or a document library. However, you could use Windows explorer view to upload a document.

The specific error message seen was:

The server was unable to save the form at this time. Please try again.
Read More...




CMS Made Simple - Post-Upgrade to v1.11.11

After finishing an upgrade of another site’s CMS Made Simple to version 1.11.11, I found that in certain areas I was seeing warning messages at the top of the screen after editing calendar events within CGCalendar.

Read More...



Playing with Open Source Automation

We’re preparing to move into a new house and I’ve discovered that I’m interested in home automation. Well… not really home automation so much as the nerdy aspect of controlling physical things through code.

Read More...

SharePoint 2010 - MigrateUser Error 'Value cannot be null. Parameter name: userProfileApplicationProxy'

When using the stsadm command: stsadm.exe -o migrateuser oldlogin “domainusername” -newlogin “domainnewusername” We received this error message: Value cannot be null. Parameter name: userProfileApplicationProxy If you look in the ULS logs, you’ll find that there is an Access Denied event occuring. We were able to resolve this by going into Central Administration, selecting the User Service Application, and ensuring that the administrator account being used to run the above command has Full Control rights to the Service Application.
Read More...