<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620369#M77165</link>
    <description>No, definitely don't select all. &lt;BR /&gt;&lt;BR /&gt;Try one more line before that code:&lt;BR /&gt;&lt;BR /&gt;ods html;&lt;BR /&gt;&lt;BR /&gt;Are you using Base SAS, SAS Studio or EG?</description>
    <pubDate>Mon, 27 Jan 2020 22:20:01 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-01-27T22:20:01Z</dc:date>
    <item>
      <title>ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620358#M77162</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS and trying to pick up the basics of the language. I was trying to do some basic import and proc functions and I am getting the error:&amp;nbsp;ERROR: Unable to restore 'Base.Contents.Attributes' from template store.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am starting to assume that I did something wrong when it came to installing the software. Here is my code listed below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Libname mylib "C:\Users\jnemr\Downloads";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data survey;&lt;BR /&gt;infile "C:\Users\jnemr\Downloads\Survey.txt";&lt;BR /&gt;input Initials $&lt;BR /&gt;Gender $&lt;BR /&gt;State $&lt;BR /&gt;Years&lt;BR /&gt;Profession $;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents data=Survey;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 22:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620358#M77162</guid>
      <dc:creator>jnemri2</dc:creator>
      <dc:date>2020-01-27T22:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620362#M77163</link>
      <description>Yeah, there's nothing in your code that should generate an error. What happens if you run the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc contents data=sashelp.class;run;&lt;BR /&gt;proc means data=sashelp.class;run;&lt;BR /&gt;&lt;BR /&gt;If you get an error in a new session then you likely need to re-do your installation.</description>
      <pubDate>Mon, 27 Jan 2020 22:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620362#M77163</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T22:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620366#M77164</link>
      <description>&lt;P&gt;This is what I got in the log for those two lines of code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;335 proc contents data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;WARNING: No output destinations active.&lt;BR /&gt;ERROR: Unable to restore 'Base.Contents.Attributes' from template store!&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;336 proc means data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;BR /&gt;NOTE: PROCEDURE MEANS used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like I have to redo the installation. Do you know if there was a particular part in the installation that I did wrong? Was I supposed to select all packages to be installed at the time of selection? Thanks again!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 22:17:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620366#M77164</guid>
      <dc:creator>jnemri2</dc:creator>
      <dc:date>2020-01-27T22:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620369#M77165</link>
      <description>No, definitely don't select all. &lt;BR /&gt;&lt;BR /&gt;Try one more line before that code:&lt;BR /&gt;&lt;BR /&gt;ods html;&lt;BR /&gt;&lt;BR /&gt;Are you using Base SAS, SAS Studio or EG?</description>
      <pubDate>Mon, 27 Jan 2020 22:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620369#M77165</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T22:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620375#M77166</link>
      <description>&lt;P&gt;Running that code returns some errors as well:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;337 ods html;&lt;BR /&gt;WARNING: Tagset HTML4 not found; the default tagset will be used instead.&lt;BR /&gt;ERROR: Default tagset not found. Be sure that tagsets.default and your preferred tagset are in your ODS path.&lt;BR /&gt;(Use ODS PATH SHOW to view the current search path.) This output destination cannot continue.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.&lt;BR /&gt;ERROR: No body file. TAGSETS.DEFAULT output will not be created.&lt;BR /&gt;ERROR: Could not find extension: (tkcal)&lt;BR /&gt;ERROR: Scoped connection startup for ycsinit failed to load tkcal.&lt;BR /&gt;ERROR: Could not find extension: (tkcal)&lt;BR /&gt;ERROR: Scoped connection startup for ycsinit failed to load tkcal.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am using Base Sas I believe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 22:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620375#M77166</guid>
      <dc:creator>jnemri2</dc:creator>
      <dc:date>2020-01-27T22:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620377#M77167</link>
      <description>Yeah, I think you may need to reinstall it. Not sure what you didn't install unfortunately.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jan 2020 22:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620377#M77167</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T22:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to restore 'Base.Contents.Attributes' from template store</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620380#M77168</link>
      <description>&lt;P&gt;Sounds like some corrupt files during the download. Thanks for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 22:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Unable-to-restore-Base-Contents-Attributes-from-template/m-p/620380#M77168</guid>
      <dc:creator>jnemri2</dc:creator>
      <dc:date>2020-01-27T22:32:30Z</dc:date>
    </item>
  </channel>
</rss>

