Problem Note 30706: "SPDS_ERROR: Library WRSTEMP is not assigned" in SAS® Web Report Studio
When using SAS Web Report Studio to access a SAS® Information Map that is based on SAS® Scalable Performance Data Server® data, the report might fail and the WebReportStudio.log file might contain these errors:
SPDS_ERROR: Library WRSTEMP is not assigned.
SPDS_ERROR: Library is not assigned.
This error occurs because the SAS Web Report Studio query cache is not supported with the SPD Server.
There are two circumventions:
- Disable the SAS Web Report Studio query cache, which is turned on by default.
Instructions to "Disable the Query Cache" are in the documentation topic "Improving the Performance of SAS Web Report Studio." For version 3.1, this topic is located at http://support.sas.com/onlinedoc/913/getDoc/en/biwaag.hlp/a002994057.htm. For version 4.2, this topic is located at http://support.sas.com/documentation/cdl/en/biwaag/63059/HTML/default/a002994057.htm.
- Modify the WRSTEMP library assignment to use the SASSPDS engine. Locate the
appserver_autoexec.sas
file, which is typically located in .../Lev1/SASMain
. Modify or comment out the existing WRSTEMP library assignment and create an assignment like this one:
LIBNAME wrstemp SASSPDS LIBGEN=YES IP=YES DISCONNECT=YES
schema="dmart" USER="spds"
PASSWORD="AdminAdmin1" HOST="smynb03605" Serv="5200" ;
|
Note: If you have installed and deployed hot fix 13 or higher, then you can set the LIBGEN option to NO. Otherwise, this option must be set to YES.
Note: For a complete list of LIBNAME options, see SAS Scalable Performance Data (SPD) Server LIBNAME Options.
Related usage notes include SAS Note 21081 and
SAS Note 14050.
Operating System and Release Information
SAS System | SAS Web Report Studio | Microsoft® Windows® for x64 | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Enterprise Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Standard Edition | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows XP Professional | 3.1 | | 9.1 TS1M3 SP4 | |
Windows Vista | 3.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled AIX | 3.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 3.1 | | 9.1 TS1M3 SP4 | |
HP-UX IPF | 3.1 | | 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.
Type: | Problem Note |
Priority: | medium |
Topic: | Query and Reporting ==> Interactive Querying
|
Date Modified: | 2008-02-14 14:06:43 |
Date Created: | 2007-12-06 14:24:28 |