Usage Note 31241: "ERROR: Library LIBREF is not assigned" when running the METALIB procedure
After applying hot fix E9BB86, you will receive the following error when you run
PROC METALIB on a pre-assigned library that has not been allocated in the current SAS session:
ERROR: Library LIBREF is not assigned.
The hot fix introduces an intentional change in the functionality of PROC METALIB such
that the procedure now detects when a library has been defined in metadata with the
"Library is pre-assigned" attribute. Furthermore, if the library is pre-assigned, PROC METALIB expects it to already be allocated. Prior to installing the hot fix, the procedure would attempt to allocate the library, update the repository, and clear the libref. This caused problems for some applications, like SAS® Data Integration Studio (refer to Problem Note 17580 for details.)
As a result of this change, you must now allocate any pre-assigned library in the SAS session where you run PROC METALIB, either using an autoexec file or by
explicitly including the LIBNAME statement in the program prior to the PROC METALIB step.
Operating System and Release Information
SAS System | Base SAS | 64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |
64-bit Enabled AIX | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |
Linux | 9.1 TS1M3 SP4 | |
Linux on Itanium | 9.1 TS1M3 SP4 | |
z/OS | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for x64 | 9.1 TS1M3 SP4 | |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |
OpenVMS Alpha | 9.1 TS1M3 SP4 | |
Tru64 UNIX | 9.1 TS1M3 SP4 | |
HP-UX IPF | 9.1 TS1M3 SP4 | |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |
*
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.
Functional change in PROC METALIB introduced by hot fix E9BB86 can cause 'Library LIBREF is not assigned' error for pre-assigned libraries.
Date Modified: | 2008-07-23 14:37:20 |
Date Created: | 2008-02-20 14:55:42 |