From: GuyA on
Hi.

An inherited process utilises some proc template templates.

The output is not coming out correctly, and I'm trying to fiddle
around with its settings, but more often than not (usually only a
total fresh restart of the computer seems to fix it...) I get an error
that says "Template .... was unable to write to template store!"

The erratic nature of this error (a system restart usually fixes it)
has me stumped.

Any ideas?

Thanks.
From: Yu Zhang on
I had same problem before. to avoid the error, you need to specify the item
store for your template using ODS PATH, instead of storing it at SASUSER.

libname stl 'd:\' ;
ods path stl.TEMPLAT(UPDATE)
SASHELP.TMPLMST(READ);

HTH

Yu

On Mon, Jan 18, 2010 at 4:25 AM, GuyA <guya.carpenter(a)gmail.com> wrote:

> Hi.
>
> An inherited process utilises some proc template templates.
>
> The output is not coming out correctly, and I'm trying to fiddle
> around with its settings, but more often than not (usually only a
> total fresh restart of the computer seems to fix it...) I get an error
> that says "Template .... was unable to write to template store!"
>
> The erratic nature of this error (a system restart usually fixes it)
> has me stumped.
>
> Any ideas?
>
> Thanks.
>