RVY200601: Migrating RayVentory Portal to RayVentory Scan Engine 12.0

Applicable to:

  • RayVentory Portal 11.x
  • RayVentory Scan Engine 12.0

Preconditions:

  1. The user must be an administrator
  2. Powershell version 3.0 or newer must be installed (information about the current version is contained within the $PSVersionTable variable)
  3. The migration script ps1 (Attached)

 

Steps to perform: 

  1. Install RayVentory Scan Engine 12.0
  2. Copy the migration script (see below) to a location where it can be started from a local system.
  3. Open Windows PowerShell or Windows Terminal as administrator
  4. Navigate to the folder where a local copy of migration script exists.
  5. In case the execution of PowerShell scripts is restricted on the current system, execute additionally the following command to allow it temporarily:
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
  6. In case the script is blocked by your system, unblock it with the following command:
    Unblock-File -Path .\MigrateRVPtoRVSE.ps1
  7. Execute the script:
    .\MigrateRVPtoRVSE.ps1
  8. [Optional] Check if hard-coded values in configuration nodes of config.xml file are set to relative paths:
    • OracleTrackerFolderPath
    • NdtrackExecutablePath
    • RIWClassesFile 

Always make sure to have a backup of your Database before applying any changes!

 

Attachment:

Release Notes RayVentory 12.0 .pdf

MigrateRVPtoRVSE.ps 1

Comments

Powered by Zendesk