Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
技術的な調査を行っているときに、REG_CONTENT_HISTORY と REG_RESOURCE_HISTORY の両方が空であることに気付きました。そこにデータがあるはずですよね?デフォルトのアセット タイプのコンテンツを更新して削除しましたが、それでもテーブルにデータがありません。
これは構成の問題ですか?
通常、これらのテーブルは、プロパティ versionResourcesOnChange が registry.xml (SERVER_HOME/repository/conf) で true に設定されている場合に入力されます。そうしないと、履歴テーブルにデータが取り込まれません。
<versionResourcesOnChange>true</versionResourcesOnChange>