Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Adapter for RDBMS

Upgrade the adapter

  • Last UpdatedAug 05, 2025
  • 1 minute read

When a new version of the adapter is released, you can upgrade to the latest version by running the new installation package.

Windows upgrade

Complete the following steps to upgrade a AVEVA Adapter on a Windows computer:

  1. Download AVEVA-Adapter-for-RDBMS-1.1.0.337-x64_.msi from the Customer Portal.

    Note: Customer login credentials are required to access the portal.

  2. Run the .msi file and complete the setup wizard.

  3. Optional: To verify the upgrade, send the following request by Postman using the port number specified when completing the wizard:

    GET "http://localhost:5590/api/v1/Diagnostics/ProductInformation"

    Upon successful upgrade, the JSON response lists the updated application version:

    [

    {

    "Product Name": "AVEVA Adapter for RDBMS",

    "Product Version": "<AdapterSoftwareVersion",

    "Adapter Framework Version": "1.8.3.128",

    "Runtime Version": ".NET 8.0.15",

    "Operating System": "Microsoft Windows 10.0.26100"

    }

    ]

Linux upgrade

Complete the following steps to upgrade the RDBMS adapter on a Linux computer:

  1. Download the appropriate Linux distribution file from the Customer Portal.

    Note: Customer login credentials are required to access the portal.

  2. Open a terminal session.

  3. Move the Linux distribution file to the target host and run the sudo apt upgrade command.

    Platform

    Command

    Linux x64

    sudo apt upgrade ./RDBMS-1.1.0.337-x64_.deb

    Linux ARM32 Debian

    sudo apt upgrade ./RDBMS-1.1.0.337-arm_.deb

    Linux ARM64 Debian

    sudo apt upgrade ./RDBMS-1.1.0.337-arm64_.deb

  4. Optional: To verify the upgrade, send the following request by Postman using the port number specified when completing the wizard:

    GET "http://localhost:5590/api/v1/Diagnostics/ProductInformation"

    Upon successful upgrade, the JSON response lists the updated application version:

    {

    "Application Version": "1.1.0.128", // upgraded version

    ".Net Core Version": ".NET Core 3.1.15",

    "Operating System": "Linux 4.15.0-106-generic #107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020"

    }

    In This Topic
    TitleResults for “How to create a CRG?”Also Available in