Usage Note 45503: Metaserver and metaport options are not valid with the SAS Information Maps LIBNAME engine when the code is included in a SAS® Stored Process
The metaserver and metaport options are not valid when the SAS Information Maps LIBNAME engine is used within a SAS Stored Process. These options not valid because they have already been used in order to start up the associated execution server (either the SAS® Stored Process Server or the SAS Workspace server). If you use these options, you might see errors such as the following:
ERROR: The connection to the SAS Metadata Repository failed.
ERROR: Error in the LIBNAME statement.
The Infomaps LIBNAME statement should include only the mappath, metarepository, and metacredentials=no options. The following example shows the proper syntax.
*Processbody;
%stpbegin;
libname mylib infomaps
mappath="/Shared Data/Maps"
metarepository=Foundation
metacredentials=no;
proc contents data = mylib.'class map'n;
run;
%stpend;
Operating System and Release Information
SAS System | Base SAS | Microsoft Windows Server 2003 Datacenter Edition | 9.21 | | 9.2 TS2M0 | |
Microsoft® Windows® for x64 | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows XP 64-bit Edition | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.21 | | 9.2 TS2M0 | |
z/OS | 9.21 | | 9.2 TS2M0 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Standard Edition | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows Server 2003 for x64 | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows Server 2008 for x64 | 9.21 | | 9.2 TS2M0 | |
Microsoft Windows XP Professional | 9.21 | | 9.2 TS2M0 | |
Windows Vista | 9.21 | | 9.2 TS2M0 | |
Windows Vista for x64 | 9.21 | | 9.2 TS2M0 | |
64-bit Enabled AIX | 9.21 | | 9.2 TS2M0 | |
64-bit Enabled HP-UX | 9.21 | | 9.2 TS2M0 | |
64-bit Enabled Solaris | 9.21 | | 9.2 TS2M0 | |
HP-UX IPF | 9.21 | | 9.2 TS2M0 | |
Linux | 9.21 | | 9.2 TS2M0 | |
Linux for x64 | 9.21 | | 9.2 TS2M0 | |
OpenVMS on HP Integrity | 9.21 | | 9.2 TS2M0 | |
Solaris for x64 | 9.21 | | 9.2 TS2M0 | |
*
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.
Date Modified: | 2012-01-26 11:12:49 |
Date Created: | 2012-01-26 10:45:56 |