SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 65041: The SAS/SHARE® server fails when reading an HFS directory with Read-only permissions

DetailsHotfixAboutRate It

When you try to read an HFS directory from a SAS/SHARE server with Read-only permission, the SAS/SHARE server fails.

For example, you encounter this issue in the following scenario:

In session 1, the SAS/SHARE server is running under a user ID with a umask of 022.

options comamid=tcp;
%let tcpsec=_secure_;
proc server id=__16788;
run;

In session 2, which is logged on with a different user ID that does not have permission to access the HFS directory, submitting the following code causes the SAS/SHARE server in session 1 to fail:

options comamid=tcp;
libname serv  "/u/xxxxxx/readonly" server=__16788
user=xxxxxx pwd="xxxxxxxx";

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/SHAREz/OS9.4_M69.4 TS1M6
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.