Hi,
We have 2 people each using their own workstation machine. Eerily, the following works on one of person's workstation, but not on the other person's workstation:
proc template;
define style styles.notsominimal;
parent=styles.minimal;
style Table / cellpadding = 3;
end;
run;
For the person for which it does not work (on their own workstation), the resulting error is:
NOTE: Writing HTML Body file: sashtml.htm
ERROR: Template 'Styles.Notsominimal' was unable to write to template store!
For the other person for which it does work (on their own workstation), the notes are:
NOTE: Overwriting existing template/link: Styles.Notsominimal
NOTE: STYLE 'Styles.Notsominimal' has been saved to: SASUSER.TEMPLAT
The status of the SASUSER.TEMPLAT is UPDATE.
What could be causing this to work on one person's workstation but not the other's?
John
Hi Cynthia,
The ODS PATH for the "non-working" person looks ok:
Current ODS PATH list is:
1. SASUSER.TEMPLAT(UPDATE)
2. SASHELP.TMPLMST(READ)
I assume it's ok for the "working" person as well. They both have SAS locally-installed on their workstations. Could this have something to do with their user profiles?
I'll try your suggestion...
Thank you,
John
Does the "non-working" user have the RSASUSER option in a config file? Is the "non-working" user's SASUSER directory write-protected?
Hi Tim,
Great questions! I'll get the answers and get back to you...
Thank you,
John
Hi Tim and Cynthia,
Sorry for the long delay. When I visited the user I asked them to try it again, and it worked without error. They could not explain why and neither could I. I checked RSASUSER in the config file and it looked ok. I also checked to see if they were able to write to the directory that the SASUSER.TEMPLAT library is mapped to, and they are were.
The fact that the issue "resolved itself" is not very satisfying from a technical standpoint, and I suspect it may arise again.
I'll keep posting updates if the issue resurfaces.
Thank you,
John
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.