SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemBase SASMicrosoft Windows Server 2003 Datacenter Edition9.219.2 TS2M0
Microsoft® Windows® for x649.219.2 TS2M0
Microsoft Windows XP 64-bit Edition9.219.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.219.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.219.2 TS2M0
z/OS9.219.2 TS2M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.219.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition9.219.2 TS2M0
Microsoft Windows Server 2003 Standard Edition9.219.2 TS2M0
Microsoft Windows Server 2003 for x649.219.2 TS2M0
Microsoft Windows Server 2008 for x649.219.2 TS2M0
Microsoft Windows XP Professional9.219.2 TS2M0
Windows Vista9.219.2 TS2M0
Windows Vista for x649.219.2 TS2M0
64-bit Enabled AIX9.219.2 TS2M0
64-bit Enabled HP-UX9.219.2 TS2M0
64-bit Enabled Solaris9.219.2 TS2M0
HP-UX IPF9.219.2 TS2M0
Linux9.219.2 TS2M0
Linux for x649.219.2 TS2M0
OpenVMS on HP Integrity9.219.2 TS2M0
Solaris for x649.219.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.