Versions Compared

Key

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

...

  • Create Database and ODBC DSN  :
    • Supported* version of PostgreSQL (PostgreSQL 12 or higher)
      • A database to house the RED Metadata Repository.
      • A database to house scheduler (Optional)
  • Software Installations
    • WhereScape RED10.1.x.x with valid license key entered and EULA accepted
    • WhereScape Enablement Pack for target database version RED10.1.x.x 
  • Windows Powershell (64 bit) version 4 or higher
    • To check Windows Powershell Version:
      • Run below command in Windows Powershell
        Code Block
        Get-Host|Select-Object Version
      • Run below command in Command Prompt
        code
        powershell $psversiontable
         
  • Run the following command using PowerShell
      • The security protocol TLS 1.0 and 1.1 used by PowerShell to communicate with PowerShell gallery has deprecated and TLS 1.2 has been made mandatory
        Code Block
        \[Net.ServicePointManager\]::SecurityProtocol = \[Net.ServicePointManager\]::SecurityProtocol -bor \[Net.SecurityProtocolType\]::Tls12
        Register-PSRepository -Default -Verbose
        Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted

      • Progress bar placeholder info line
        code
        Install-Module -Name PoshProgressBar -SkipPublisherCheck -Force

  • RED supports the following versions for the metadata repository: PostgreSQL 12 or higher

...

  1. Access to an Oracle System, with the following connectivity information:
    • TNS Service Name
    • Database Name
    • Port
    • User Name
    • Password
  2. Setting up Oracle ODBC driver (64-bit)
  3. After Oracle Instant client ODBC installed
    • Create Oracle ODBC driver DSN to connect to your RED Data Warehouse on Oracle.
  4. Python 3.8 or higher 
    • Select "Add Python 3.8 to PATH" from installation Window
    • Pip Manager Install with command : python -m pip install --upgrade pip

Installation Through Setup Wizard

Run Setup Wizard as administrator

Create new repository or upgrade already existing repository.

Select the created ODBC DSN, input login details and then select "Validate". Press Next

Select the directory that contains unzipped Enablement Pack for installation. Press Next

Using the check boxed list, include or exclude the components that are to be installed. Press Next.

Configure a target connection (example, Data Warehouse) and its target locations. Validate and press ADD.

When done, press ADD and then Press Next to advance.

Configure a data source connection (optional) and its target locations. Validate and press ADD. Press Next to advance.

Review the installation summary and click Install

Clicking on the View Logs will take to the installation log. Click on Finish once the installation is completed successfully.

Login to WhereScape RED.

...