When using an existing DSN in Strategy Desktop or Strategy Web, there is no option to choose the type of authentication as the underlying DSN determines the authentication mechanism.

When using a DSN-less connection in Strategy Desktop or Strategy Web, check the ‘Edit connection string’ check box and add the following parameter to the connection string

Password authentication is the default authentication mechanism for Strategy users when connecting to Amazon Redshift. The screenshots below show how to set up the ODBC driver for DSN connections.
DSN configuration in Strategy Server


Strategy users use SSL Encryption when connecting to Amazon Redshift. The screenshots below show how to set up the ODBC driver for DSN and DSN-less connection.
Download and install the public key from https://s3.amazonaws.com/redshift-downloads/redshift-ca-bundle.crt.
Note: Make sure that the Strategy user has permissions to access the folder where the certificate is stored.
SSL enabled DSN configuration in Strategy Server

Password authentication is the default authentication mechanism for Strategy users when connecting to Amazon Redshift. The screenshots below show how to set up the ODBC driver for DSN connections.
DSN configuration in Strategy Server



Note:
or
Slow performance has been observed while querying tables that have columns set to varchar(max) or char(max) data types using the Strategy ODBC Driver for Amazon Redshift Wire Protocol
Strategy Intelligence Server uses an ODBC Call (SQLDescribeCol) to determine the proper resources to allocate to retrieve query results. In cases where the column datatype is VARCHAR(MAX) the call to SQLDescribeCol will return a value of 65535 bytes. If the SQL is bringing back values with VARCHAR(MAX) dataype, the Strategy Intelligence Server will have to allocate a lot of memory resources (to be able to retrieve up to 65535 characters per string value) to fetch back the data causing degradation in query performance or out of memory issues. A similar performance impact can be observed where there is a large precision for varchar or char columns (VARCHAR (20000) or CHAR(MAX) for example).
DSN Connection
Windows

Linux

DSN-Less Connection
