Hi All, This is the first time we're trying to establish connection from SAS to SQL servers using windows authentication and unable to make it possible and would required help to fix this issue. 1. we added the db entries in odbc.ini file as below DSN=Microsoft ODBC Driver 13 for SQL Server [DSN] Description=Microsoft ODBC Driver 13 for SQL Server Driver=/opt/microsoft/msodbcsql/lib64/libmsodbcsql-13.0.so.1.0 ApplicationIntent=ReadOnly Database=XXXXXXXX MultiSubnetFailover=Yes Server=TCP:server.domain.com,1433 AuthenticationMethod=9 Domain=XXXXX Trusted_Connection=yes 2. And initially tried to connect outside of SAS using 'isql' command (isql -v DSN User Password) and we get the below error. [S1000][unixODBC][Microsoft][ODBC Driver 13 for SQL Server]SSPI Provider: Credentials cache file '/tmp/krb5cc_9177' not found [S1000][unixODBC][Microsoft][ODBC Driver 13 for SQL Server]Cannot generate SSPI context Kindly suggest us how to fix this issue?
... View more