<?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 SQL Server views can be seen, but not for use, after been registered by Management Console in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121299#M1254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have ODBC connections to several SQL server database, Using Management Console I have built some libraries&amp;nbsp; and "successfully" registered with both tables and views. The displayed libname statement is as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME T_SQL ODBC DATASRC=SQLDATA1 SCHEMA=DBO USER=XXX PASSWORD=XXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG opens tables fine, but when try to open views (I can still see them), I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [Error] File SQLDATA1.VWXXX does not exist.&lt;/P&gt;&lt;P&gt;[Error] The metadata for the table/view&amp;nbsp; SQLDATA1.VWXXX does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now is the puzzling part:&amp;nbsp; if I run the above libname statement using either Base or EG to define a library, views can be opened without issue. That hints pre-assigned option may work, but I want to avoid using pre-assigned setting unless it is absolutely necessary. So is it? is this the case that Meta engine can't have it covered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 14:05:18 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2013-01-10T14:05:18Z</dc:date>
    <item>
      <title>SQL Server views can be seen, but not for use, after been registered by Management Console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121299#M1254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have ODBC connections to several SQL server database, Using Management Console I have built some libraries&amp;nbsp; and "successfully" registered with both tables and views. The displayed libname statement is as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME T_SQL ODBC DATASRC=SQLDATA1 SCHEMA=DBO USER=XXX PASSWORD=XXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG opens tables fine, but when try to open views (I can still see them), I got:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [Error] File SQLDATA1.VWXXX does not exist.&lt;/P&gt;&lt;P&gt;[Error] The metadata for the table/view&amp;nbsp; SQLDATA1.VWXXX does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now is the puzzling part:&amp;nbsp; if I run the above libname statement using either Base or EG to define a library, views can be opened without issue. That hints pre-assigned option may work, but I want to avoid using pre-assigned setting unless it is absolutely necessary. So is it? is this the case that Meta engine can't have it covered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121299#M1254</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-01-10T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server views can be seen, but not for use, after been registered by Management Console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121300#M1255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for base library if you don't want to go for pre-assigned - following options would be work for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use SASApp as Assigned selected server&lt;/P&gt;&lt;P&gt;on extended attributes tab :&lt;/P&gt;&lt;P&gt;fieldname: Assign Mode&lt;/P&gt;&lt;P&gt;Value: 2&lt;/P&gt;&lt;P&gt;description: Metaout=data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this behavior make it possible to add, modify, and delete table within the library...for the clients i guess...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would not go for SASMeta as a selected server as you want makes Base libraries available clients...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 15:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121300#M1255</guid>
      <dc:creator>sas_9</dc:creator>
      <dc:date>2013-01-10T15:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server views can be seen, but not for use, after been registered by Management Console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121301#M1256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS Note at &lt;A href="http://support.sas.com/kb/44/703.html" title="http://support.sas.com/kb/44/703.html"&gt;44703 - Errors opening database views in SAS® Enterprise Guide® or other SAS® client applications&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 14:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121301#M1256</guid>
      <dc:creator>VarshaD</dc:creator>
      <dc:date>2013-02-14T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server views can be seen, but not for use, after been registered by Management Console</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121302#M1257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="3464" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your answer. SAS Tech support did have referred this same note to us. Unfortunately for some reason the option 2-3 did not work, we had to do "pre-assign" for a while, until we upgraded to M2, then it is all good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 14:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SQL-Server-views-can-be-seen-but-not-for-use-after-been/m-p/121302#M1257</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-02-14T14:41:09Z</dc:date>
    </item>
  </channel>
</rss>

