Dear All,
Recently, we implemented IWA authentication on our SAS 9.4 running on windows server.
We do use NTFS , and when user is trying to access shared file from libname, getting error.
What SAS user interface is used here? If it is Enterprise Guide, then change your EG server connection to not use IWA (just Windows account and password) and test the same LIBNAME again. If this works then the problem is with IWA and SPNs for the storage being accessed. If it doesn't work then the problem is with the Windows account permissions on the folders in the LIBNAME and has nothing to do with IWA.
@SASKiwi We are using SAS Studio, before IWA implementation, it was working. We have no issue with access.
libname lib1 "\\aSASxxxt-srv1.xxxt.xx\SASSTU_xxx_DATA";
libname lib1 "\\xxxxxxx.xxx001.xx.xxx.xxx\SASSTU_xxx_DATA";
libname lib1 "\\10.xxx.00.xx\SASSTU_xxx_DATA";
When I tried with name and address , it worked , but not with alias.
Note: Alias path we are able to access from local pc file explorer, as we have given share access to everyone, and it should work from SAS Studio.
@gwootton yes, spn(cifs/aliases) are defined on CN=Host and we delegated the same to service account.
@gwootton Should I consider below setting registering SPN's and delegation?
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.