Cannot Restore XML Backup Due to Invalid Page Title when Using MS SQL
Unable to render {include} The included page could not be found.
Symptoms
Caused by: com.atlassian.core.exception.InfrastructureException: Invalid page title: My Page Title
at com.atlassian.confluence.pages.AbstractPage.setTitle(AbstractPage.java:60)
... 56 more
Example of invalid characters in pages names are ":" and "/"
Cause
The default SQL Server dialect uses column types that do not support Unicode, specifically the char, varchar and text column types. See CONF-4786 for details.
Resolution
Follow the instruction to add Unicode Characters in Database Troubleshooting for SQL Server (See "Unicode Characters Not Supported By Default" section).
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.