We recently got SAS Access to Redshift license and are trying to connect to Redshift database directly without ODBC. This is the libname statement I am using
libname A1 redshift server='XXX' port=5439 user='YYYY' password='ZZZZ' Database='RRRR';
It is however throwing the following error
ERROR: CLI error trying to establish connection: [unixODBC][Driver Manager]Can't open lib 'SAS ACCESS to Amazon Redshift' : file not found ERROR: Error in the LIBNAME statement.
Are there any configurations we need to do before using SAS Access to Redshift?
Thanks in advance.