Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

コマンドラインから「jtestcli -machineid」コマンドを実行し、マシンIDを取得します。

>jtestcli -machineid

Parasoft Jtest 2020.1.0 (10.4.4.202004161343) -- Copyright (C) 2020 Parasoft Corporation

[Jtest] マシン ID:WIN32-7c51e400

表示された マシンIDを取得します。

RuleWizardの請求に必要なマシンIDも上記で取得したマシンIDになります。(RuleWizardはJtestと同じマシン上で稼働させる必要があります。)

...

  1. Jtestインストールディレクトリの jtestcli.properties ファイルを開きます。

    次の設定を変更します。
    変更前)

    # === LICENSE ===

     # === LOCAL LICENSE ===

    # Enables local license - be sure to specify password.

    #jtest.license.use_network=false(※1)

     # Specifies password for the local license.

    #jtest.license.local.password=[LICENSE PASSWORD](※2)

    ※1  "jtest.license.use_network=false" のコメントアウト(#)をはずします。
    ※2  "jtest.license.local.password=" のコメントアウト(#)をはずし、受領したパスワードを設定します。

    変更後)

    jtest.license.use_network=false
    jtest.license.local.passwordTECHMATRIX_C335783613…………


  2. jtestcli.properties ファイルを保存します。

...