User Manual

08.14.2024

MANUAL

FAQ: An error occurs when performing a cross-search in the .NET Core version

The Japanese version of the manual is the latest.
Please also check.
**This article applies to environments that use PostgreSQL with .NET Core 1.0.9 or later.** ## Answer Install the extension module postgresql12-contrib. --- ## Overview When you perform a cross-search in the upper right corner of the Pleasanter screen "There was a problem with the application." If the above error message appears and the program does not run correctly, the extension module may not be installed correctly. Please follow the steps below. ## Operation Procedure 1. Install the extension module postgresql12-contrib ``` sudo yum -y install postgresql12-contrib ``` 1. Connect to the DB "Implem.Pleasanter" and execute the following SQL. ``` CREATE EXTENSION pg_trgm; ```
support_agent 本格運用を、もっと安心・安全に

安定運用や活用拡大を見据えるなら、年間サポートサービスをご活用ください。

年間サポートサービスの詳細はこちら →
rocket_launch 導入・移行の不安を、まるごと支援

環境構築から移行・更新まで、導入をしっかりサポートします。

システム導入支援サービスの詳細はこちら →
TOP