SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 69523: Trying to use the AUTHLIB procedure remove statement returns an error when the metadata bound library has a view from a different operating system

DetailsHotfixAboutRate It

When you use PROC AUTHLIB to remove the metadata bound library that has a view from a different operating system in SAS 9.4M7, the following error occurs:

ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:

You encounter this issue if you perform steps similar to the following:

Microsoft Windows Systems

Create a data set and view for that data set on Windows:

libname metaomi "\\vettter\scratch\sasraw";
data metaomi.b(pw=secret);id=1;b=1;output; id=2;b=2;
run;
data metaomi.bv/view=metaomi.bv; set metaomi.b(pw=secret);
run;

UNIX Systems

On a UNIX host, run the following:

libname xatlib "/nas/scratch/sasraw";
proc authlib lib=xatlib;
create securedlibrary="test1"
securedfolder='/System/Secured Libraries/AuthTestFolder/supio_testing' pw=secret;
tables bv b ;
run;
quit;
libname xatlib "/nas/scratch/sasraw";
proc authlib lib=xatlib;
remove securedlibrary="test1"
securedfolder='/System/Secured Libraries/AuthTestFolder/supio_testing' pw=secret/;
run;
quit;

After AUTHLIB is removed, the following error occurs:

ERROR: An exception has been encountered.
Please contact technical support and provide them with the following traceback information:
The SAS task name is [AUTHLIB ]
Segmentation Violation

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 SystemBase SASWindows 7 Ultimate x649.4_M79.4 TS1M7
Windows 7 Ultimate 32 bit9.4_M79.4 TS1M7
Windows 7 Professional x649.4_M79.4 TS1M7
Windows 7 Professional 32 bit9.4_M79.4 TS1M7
Windows 7 Home Premium x649.4_M79.4 TS1M7
Windows 7 Home Premium 32 bit9.4_M79.4 TS1M7
Windows 7 Enterprise x649.4_M79.4 TS1M7
Windows 7 Enterprise 32 bit9.4_M79.4 TS1M7
Microsoft Windows Server 20229.4_M79.4 TS1M7
Microsoft Windows Server 20199.4_M79.4 TS1M7
Microsoft Windows Server 20169.4_M79.4 TS1M7
Microsoft Windows Server 2012 Std9.4_M79.4 TS1M7
Microsoft Windows Server 2012 R2 Std9.4_M79.4 TS1M7
Microsoft Windows Server 2012 R2 Datacenter9.4_M79.4 TS1M7
Microsoft Windows Server 2012 Datacenter9.4_M79.4 TS1M7
Microsoft Windows Server 2008 for x649.4_M79.4 TS1M7
Microsoft Windows Server 2008 R29.4_M79.4 TS1M7
Microsoft Windows Server 20089.4_M79.4 TS1M7
Microsoft Windows 119.4_M79.4 TS1M7
Microsoft Windows 109.4_M79.4 TS1M7
Microsoft Windows 8.1 Pro x649.4_M79.4 TS1M7
Microsoft Windows 8.1 Pro 32-bit9.4_M79.4 TS1M7
Microsoft Windows 8.1 Enterprise x649.4_M79.4 TS1M7
Microsoft Windows 8.1 Enterprise 32-bit9.4_M79.4 TS1M7
Microsoft Windows 8 Pro x649.4_M79.4 TS1M7
Microsoft Windows 8 Pro 32-bit9.4_M79.4 TS1M7
Microsoft Windows 8 Enterprise x649.4_M79.4 TS1M7
Microsoft Windows 8 Enterprise 32-bit9.4_M79.4 TS1M7
Microsoft® Windows® for x649.4_M79.4 TS1M7
z/OS 64-bit9.4_M79.4 TS1M7
z/OS9.4_M79.4 TS1M7
64-bit Enabled AIX9.4_M79.4 TS1M7
64-bit Enabled Solaris9.4_M79.4 TS1M7
HP-UX IPF9.4_M79.4 TS1M7
Linux for x649.4_M79.4 TS1M7
Solaris for x649.4_M79.4 TS1M7
* 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.