<?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: impossible to open a table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294748#M61513</link>
    <description>&lt;P&gt;Can you describe a bit what type of table is it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems, a view has been created and you are trying to open the view.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 10:36:17 GMT</pubDate>
    <dc:creator>RahulG</dc:creator>
    <dc:date>2016-08-29T10:36:17Z</dc:date>
    <item>
      <title>impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294740#M61507</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm currently using SAS 9.4 with Windows 7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to open a table, I get the following error message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Could not query the specified values from the registry.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also get error message in the log :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Attempt to get a string value from a list when the item was a number.&lt;BR /&gt;Arguments passed to GETNITEMC:&lt;BR /&gt;&amp;nbsp; 1 itemlist = 11447&lt;BR /&gt;&amp;nbsp; 2 (Character Literal) = 'Headers'&lt;BR /&gt;&amp;nbsp; 3 (Numeric Literal) = 1&lt;BR /&gt;&amp;nbsp; 4 (Numeric Literal) = 1&lt;BR /&gt;&amp;nbsp; 5 (Character Literal) = 'LABELS'&lt;BR /&gt;Program returning prematurely at line 2558&lt;BR /&gt;AF Program: SASHELP.FSP.DATAVIEW.SCL&lt;BR /&gt;*** Line 1310: [ERROR:&amp;nbsp; #114]&amp;nbsp; Unable to perform requested function&lt;BR /&gt;Parameters passed to method _LOADMODEL:&lt;BR /&gt;Program returning prematurely at line 1310&lt;BR /&gt;AF Program: SASHELP.FSP.DATAVIEW.SCL&lt;BR /&gt;*** Line 662: [ERROR:&amp;nbsp; #114]&amp;nbsp; Unable to perform requested function&lt;BR /&gt;Parameters passed to method _OPENTABLE:&lt;BR /&gt;&amp;nbsp; 1 table = 'test.Base'&lt;BR /&gt;&amp;nbsp; 2 mode = ''&lt;BR /&gt;&amp;nbsp; 3 access = ''&lt;BR /&gt;Program returning prematurely at line 662&lt;BR /&gt;AF Program: SASHELP.FSP.DATAVIEW.SCL&lt;BR /&gt;*** Line 486: [ERROR:&amp;nbsp; #114]&amp;nbsp; Unable to perform requested function&lt;BR /&gt;ERROR: Call to _SETUP_ failed. Unable to send event SETUP to obj1.&lt;BR /&gt;Parameters passed to method _SENDEVENT:&lt;BR /&gt;&amp;nbsp; 1 (Character Literal) = 'SETUP'&lt;BR /&gt;&amp;nbsp; 2 command_list = 9795&lt;BR /&gt;Program returning prematurely at line 486&lt;BR /&gt;AF Program: SASHELP.FSP.VTFRAME.SCL&lt;BR /&gt;*** Line 108: [ERROR:&amp;nbsp; #114]&amp;nbsp; Unable to perform requested function&lt;BR /&gt;Parameters passed to method CMDARGS:&lt;BR /&gt;Program returning prematurely at line 108&lt;BR /&gt;AF Program: SASHELP.FSP.VTFRAME.SCL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 10:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294740#M61507</guid>
      <dc:creator>alka54</dc:creator>
      <dc:date>2016-08-29T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294748#M61513</link>
      <description>&lt;P&gt;Can you describe a bit what type of table is it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems, a view has been created and you are trying to open the view.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 10:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294748#M61513</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2016-08-29T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294751#M61516</link>
      <description>&lt;P&gt;Searching for the text of the error message on google leads me to &lt;A href="http://www.hollandnumerics.co.uk/sasfaq/SASFAQ12.HTM" target="_blank"&gt;http://www.hollandnumerics.co.uk/sasfaq/SASFAQ12.HTM&lt;/A&gt;, which suggests that deleting your registry.sas7bitm file in your SASUSER (while SAS is not running) might help you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294751#M61516</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-29T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294860#M61552</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It concerns every table I want to vizualize. The problem appeared suddendly without any action on my part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't find a registry.sas7bitm file in my SASUSER. Can it be the cause of the problem ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/294860#M61552</guid>
      <dc:creator>alka54</dc:creator>
      <dc:date>2016-08-29T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/295053#M61619</link>
      <description>&lt;P&gt;Did you inspect the directory with Windows Explorer?&lt;/P&gt;
&lt;P&gt;If yes, my next step would be to completely remove the SASUSER directory and all its contents, so SAS can create a new one on startup.&lt;/P&gt;
&lt;P&gt;If that does not fix your problem, you should raise an issue with SAS technical support.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 06:26:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/295053#M61619</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-30T06:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/295092#M61627</link>
      <description>&lt;P&gt;thank you, i removed the SASUSER directory and it fixed the problem..&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:49:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/295092#M61627</guid>
      <dc:creator>alka54</dc:creator>
      <dc:date>2016-08-30T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: impossible to open a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/363926#M86240</link>
      <description>&lt;P&gt;The SASUSER directory (Server 2012 R2, SAS 9.4) is the&amp;nbsp;&lt;SPAN&gt;C:\Users\&amp;lt;username&amp;gt;\Documents\My SAS Files\ 9.4 folder. Deleting the 9.4 folder resolved this issue for me.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*Just a note for those who may not know where the SASUSER dir is.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 20:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/impossible-to-open-a-table/m-p/363926#M86240</guid>
      <dc:creator>employee_brian</dc:creator>
      <dc:date>2017-06-02T20:04:13Z</dc:date>
    </item>
  </channel>
</rss>

