Usage Note 17427: Creating templates with PROC TEMPLATE in Stored Processes
An error similar to the following may be received when running a Stored
Process that contains PROC TEMPLATE code to create a custom template:
ERROR: Template 'Styles.<stylename>' was unable to write to template
store!
This error occurs because Stored Process Servers and Workspace Servers
by default run with the -RSASUSER system option specified, which
disallows writing to the default template store in the SASUSER library.
You can avoid this error by adding the following statement to the Stored
Process program, before the PROC TEMPLATE step:
ODS PATH work.templat(update) sasuser.templat(read)
sashelp.tmplmst(read);
This statement will cause the template(s) to be written to the WORK
library where the server has read/write access.
Operating System and Release Information
SAS System | SAS Integration Technologies | Microsoft Windows XP Professional | 9.1 TS1M3 | |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | |
z/OS | 9.1 TS1M3 | |
64-bit Enabled Solaris | 9.1 TS1M3 | |
Linux on Itanium | 9.1 TS1M3 | |
Linux | 9.1 TS1M3 | |
OpenVMS Alpha | 9.1 TS1M3 | |
64-bit Enabled HP-UX | 9.1 TS1M3 | |
HP-UX IPF | 9.1 TS1M3 | |
64-bit Enabled AIX | 9.1 TS1M3 | |
Tru64 UNIX | 9.1 TS1M3 | |
*
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: | Usage Note |
Priority: | |
Topic: | System Administration ==> Servers ==> Integration Technologies
|
Date Modified: | 2006-04-06 15:09:44 |
Date Created: | 2006-04-06 15:09:44 |