Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Displaying the Version Number of a Component

Displaying the Version Number of a Component

The version command allows you to view the version of a Data Vault component.
<Data Vault component name> --version
You can view the version of each component separately, or you can view the versions of all components.
The following table describes how to verify the version for each Data Vault component:
Data Vault Component
How to Verify the Version
Data Vault server
From the root installation directory of the component, run the following command:
ssaserver --version
Data Vault Agent
From the root installation directory of the component, run the following command:
ssaagent --version
Data Vault ODBC driver
Locate the version in the .dll file properties.
  • 64-bit drivers on Windows:
    View the
    install_dir/ODBC/sando.dll
    and
    install_dir/ODBC/sandos.dll
    files.
  • 32-bit drivers on Windows:
    View the
    install_dir/ODBC32/sando.dll
    file.
Data Vault Plug-in
The Data Vault Plug-in is a package of multiple Data Vault components. To determine the version of each component, run the following commands:
ssaadmin --version
ssau --version
ssasql --version
ssadrv --version
To determine the ODBC version, refer to the instructions in this table for the Data Vault ODBC driver.
Data Vault Administrator Tool and SQL Tool
From the root installation directory of the component, run the following command:
ssaadmin --version
To view the versions of all Data Vault components, perform the following steps:
  • From the root Data Vault installation directory, run the following command to connect to the Data Vault server:
    ssaadmin dba
  • Run the following ssaadmin command to view list of components and corresponding versions:
    version
The ssaadmin command utility communicates with the server. The server gets the version for each component, even if the components are on separate machines.

0 COMMENTS

We’d like to hear from you!