(9.5.7) Update Ruby configuration

Update Ruby configuration for version 9.5.7 only.

The following process is required after installing or upgrading to On-Premise Callback 9.5.7 only.

Post-installation steps for version 9.5.7

After installing version 9.5.7 (or upgrading to 9.5.7), you will need to make two manual changes to Ruby configuration files to update the PATH variable appropriately. This does not need to be done for versions before or after 9.5.7.

  1. Open the following files for editing:

    • C:\Ruby33-x64\lib\ruby\gems\3.3.0\gems\vht_auth_api-9.5.8.1\bin\VHTAuthApiService.cmd

      auth API location
    • C:\Ruby33-x64\lib\ruby\gems\3.3.0\gems\vht_stats_api-9.5.8.3\bin\VHTStatsApiService.cmd

      stats API location
  2. In both files, update the set PATH line (line 5) to the following value:

    set PATH=C:\Ruby33-x64\bin;%PATH%
    example of the updated file