Mystery solved. 2 years ago, I created a Metadata group to segregate a new team which was Indirectly Denying access. Not obvious but %mdsecds showed the blockage :
%mdsecds(identitynames="team1user, team2user", identitytypes="Person,Person", folder="\DeptData", membertypes="Library");
proc print data=work.mdsecds_join noobs; var objname publictype identityname ReadMetadata WriteMetadata ; run;
Regarding meta libs, even with meta data bound libraries, it is going to be tough to block direct access to D:\data\saslib1. The locations are also defined as SMB shares \\server\data and ACLs need to work for both local and network access. Difficult to change and test on Windows. I may start another thread to discuss.
... View more