Versions Compared

Key

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

...

Before you begin the following prerequisites must be met:

  • Create Database and ODBC DSN  DSN:
    • Supported* version of SQL Server or Azure SQL
      • A database to house the RED Metadata Repository. Note: This needs to be an Empty Database with optional permissions SELECT, INSERT, UPDATE, EXECUTE
      • A database for the Range Table DB (Optional)
    • Snowflake (ODBC driver version 2.22.2 or higher(64-bit))
      • At least one schema available to use as a RED Data Warehouse Target
      • Snowflake driver Log Level set to 0 in the Windows Registry and the Snowflake DSN Tracing set to 0
  • Software Installations
    • WhereScape RED version 9.0.1.1 or higher with valid license key entered and EULA accepted
    • WhereScape Enablement Pack for Snowflake version 9.0.1.1 or higher
    • Snowflake SnowSQL (CLI Client)
  • Windows Powershell (64-bit) version 4 or higher
    • To check the Windows Powershell Version:
      • Run the below command in Windows Powershell
        Code Block
        Get-Host|Select-Object Version

...