A "This document cannot be validated because no XML schemas are attached to it." Error Occurs When Opening An Agenda Manager Meeting Type Template.

December 15, 2014 | KB: 1013586
Agenda Manager 8

Summary

When preparing an agenda, you may receive the following error message:

    An error occurred while preparing the template for editing.
    Please make sure Agenda Manager is properly configured.

    Error: This document cannot be validated because no XML
    schemas are attached to it.
    Error code: 0x800a1810

The Microsoft Word 2010 hotfix listed in Knowledge Base article 1012783 is already installed.

Workaround

The meeting template may be corrupted. Back up the Agenda Manager database and volume before attempting the following workaround.

  1. Manually update the Agenda Manager database to remove the template.
  2. Do one of the following:
    • If you only have 1 meeting type, use the following query to clear out the associated template.

      UPDATE Profile SET AgendaOutlineStorageLocationID = NULL

    • If you have more than 1 meeting type, use the following query to clear out the associated template, taking care to specify the appropriate ProfileID value for the affected meeting type.

      UPDATE Profile SET AgendaOutlineStorageLocationID = NULL where ProfileID = SampleProfileID

  3. Restart the Agenda Manager service.
  4. Creating a new template for that meeting.