SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 42480: Adding multiple users to SAS® Scalable Performance Data Server® LIBNAME ACL statement causes incorrect note

DetailsHotfixAboutRate It

Beginning with SAS Scalable Performance Data Server 4.52, if you use multiple users when defining a libname ACL, incomplete information is written to the log. For example:

  proc spdo lib=test;
  set acluser;
  add acl / libname;
  modify acl / libname coretest=(y,n,n,n) coretdat=(y,n,n,n);

The following notes are written to the log:

  NOTE: ACL entry *LIBNAM*.DATA modified.
  NOTE: ACL access permissions for user CORETEST has been modified.
  NOTE: ACL access permissions for user has been modified.

The name of the second user is not included on the note, but the permissions are granted correctly.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SPDSScalable Performance Data ServerMicrosoft Windows Server 2003 Datacenter Edition4.524.52 HF4
Microsoft Windows Server 2003 Enterprise Edition4.524.52 HF4
Microsoft Windows Server 2003 Standard Edition4.524.52 HF4
Microsoft Windows Server 2003 for x644.524.52 HF4
Microsoft Windows XP Professional4.524.52 HF4
64-bit Enabled AIX4.524.52 HF4
64-bit Enabled HP-UX4.524.52 HF4
64-bit Enabled Solaris4.524.52 HF4
HP-UX IPF4.524.52 HF4
Linux for x644.524.52 HF4
Linux on Itanium4.524.52 HF4
Solaris for x644.524.52 HF4
* 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.