I am trying to access a Information Map created on the SQL Server 2005 database tables from the SAS Web Report Studio 4.2 M1.
I am getting the below error message.
Error while submitting SAS code
1 options Locale=en_US;
2 options VALIDVARNAME=ANY;
3 LIBNAME ETLAUDIT ODBC DAATASRC=ETL_AUDIT_CTRL SCHEMA=dbo;
ERROR:CLI error trying to establish connection:{Microsoft][ODBC SQL Server Driver] Login failed for user ''. The user is not associated with a trusted SQL Server connection.
ERROR:Error in the LIBNAME statement.
Every time I have to use the manage credentials to enter the user name and the pwd and refresh the report to view the data for the sqldomain that I have created in the SMC.
I am not able to use the default authentication to access the database since the AD user name has spaces in it. If I assign default authentication to the library I get the message similar to this.
1 LIBNAME ETLAUDIT ODBC DATASRC=ETL_AUDIT_CTRL SCHEMA=dbo USER=Rajasaketh Behata
______
22
1 ! PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;
ERROR: Libname ETLAUDIT is not assigned.
ERROR: Error in the LIBNAME statement.
ERROR 22-7: Invalid option name BEHATA.
Please suggest of there is any alternate way to use the default authentication.
Message was edited by: RSB