Cannot Restore XML Backup Due to Invalid Page Title when Using MS SQL

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、

症状

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 "/"

 

原因

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.

ソリューション

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.