![]() | ![]() | ![]() | ![]() |
ERROR: Template 'xxxxx' was unable to write to the template store!
By default, templates are stored in the SASUSER.TEMPLAT item store unless the ODS PATH is modified. Errors might also occur when writing to the SASUSER location if the access mode for the template store has been changed to (read). In addition, the following errors are generated if the RSASUSER option is set:
ERROR: A lock is not available for the SASUSER.TEMPLATE.ITEMSTOR, Lock held by another process. ERROR: Template "xxxxx" was unable to write to the template store.
You can verify the ODS PATH settings using the code below:
ods path show;
To eliminate the error messages, use the ODS PATH statement to write to an alternate location. The example below adds a temporary item store in the Work directory where the templates will be written. In this example, the WORK.TEMPLAT item store is added before the default path.
ods path(prepend) work.templat(update);
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | Base SAS | Microsoft Windows 95/98 | 8.1 TS1M0 | |
Microsoft Windows NT Workstation | 8.1 TS1M0 | |||
Microsoft Windows 2000 Datacenter Server | 8.1 TS1M0 | |||
Microsoft Windows 2000 Professional | 8.1 TS1M0 | |||
Microsoft Windows 2000 Server | 8.1 TS1M0 | |||
OpenVMS VAX | 8.1 TS1M0 | |||
Microsoft Windows 2000 Advanced Server | 8.1 TS1M0 | |||
64-bit Enabled Solaris | 8.1 TS1M0 | |||
Solaris | 8.1 TS1M0 | |||
IRIX | 8.1 TS1M0 | |||
OS/2 | 8.1 TS1M0 | |||
z/OS | 8.1 TS1M0 | |||
64-bit Enabled HP-UX | 8.1 TS1M0 | |||
HP-UX | 8.1 TS1M0 | |||
ABI+ for Intel Architecture | 8.1 TS1M0 | |||
AIX | 8.1 TS1M0 | |||
Tru64 UNIX | 8.1 TS1M0 | |||
64-bit Enabled AIX | 8.1 TS1M0 | |||
CMS | 8.1 TS1M0 | |||
OpenVMS Alpha | 8.1 TS1M0 |