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
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
SAS System | Base SAS | Windows 7 Ultimate x64 | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Ultimate 32 bit | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Professional x64 | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Professional 32 bit | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Home Premium x64 | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Home Premium 32 bit | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Enterprise x64 | 9.4_M7 | | 9.4 TS1M7 | |
Windows 7 Enterprise 32 bit | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2022 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2019 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2016 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2012 Std | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2012 R2 Std | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2012 R2 Datacenter | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2012 Datacenter | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2008 for x64 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2008 R2 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows Server 2008 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 11 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 10 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8.1 Pro x64 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8.1 Pro 32-bit | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8.1 Enterprise x64 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8 Pro x64 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8 Pro 32-bit | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8 Enterprise x64 | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft Windows 8 Enterprise 32-bit | 9.4_M7 | | 9.4 TS1M7 | |
Microsoft® Windows® for x64 | 9.4_M7 | | 9.4 TS1M7 | |
z/OS 64-bit | 9.4_M7 | | 9.4 TS1M7 | |
z/OS | 9.4_M7 | | 9.4 TS1M7 | |
64-bit Enabled AIX | 9.4_M7 | | 9.4 TS1M7 | |
64-bit Enabled Solaris | 9.4_M7 | | 9.4 TS1M7 | |
HP-UX IPF | 9.4_M7 | | 9.4 TS1M7 | |
Linux for x64 | 9.4_M7 | | 9.4 TS1M7 | |
Solaris for x64 | 9.4_M7 | | 9.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.
The following error occurs after securedlib (metadata bound library) that has a view from different operating system is removed:
"ERROR: An exception has been encountered.
...
The SAS task name is [AUTHLIB]
Segmentation Violoation"
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2022-09-16 09:09:18 |
Date Created: | 2022-09-06 07:35:41 |