...
Parasoft の更新されたライセンス サービスのβ版がバージョン 2021.1 で導入されました。v2 ライセンスのログはデフォルトで無効になっていますが、<DTP_DATA>/LicenseServer/conf ディレクトリにある ls.conf ファイルを変更することでライセンスを有効にできます。
DTP DTP Server を停止し、 ls.conf ファイルを開きます。
<Root>
要素に次の要素を追加して、ログを有効にします。Code Block language xml <LicenseCoreLog> <validator_log_enabled>true</validator_log_enabled> <generator_log_enabled>true</generator_log_enabled> </LicenseCoreLog>
- 停止したサーバーを再開します。
...