<?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 CLI describe Error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788339#M32370</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a error when I run the code:&lt;/P&gt;&lt;P&gt;ERROR: CLI describe error: [Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was&lt;BR /&gt;denied on the column 'demo' of the object 'personname', database 'Warehouse', schema 'dbo'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code example:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libname SIT odbc noprompt =&lt;BR /&gt;"server=prd; DRIVER=SQL Server; Trusted Connection=yes"&lt;BR /&gt;DATABASE = Warehouse schema = dbo;&lt;BR /&gt;PROC SQL;&lt;BR /&gt;CREATE TABLE SITdat AS&lt;BR /&gt;SELECT DISTINCT&lt;BR /&gt;DurableKey AS personname&lt;BR /&gt;, testID&lt;BR /&gt;, testdate AS run_fate&lt;BR /&gt;FROM SIT.personname;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 20:41:43 GMT</pubDate>
    <dc:creator>Smitha9</dc:creator>
    <dc:date>2022-01-04T20:41:43Z</dc:date>
    <item>
      <title>CLI describe Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788339#M32370</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a error when I run the code:&lt;/P&gt;&lt;P&gt;ERROR: CLI describe error: [Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was&lt;BR /&gt;denied on the column 'demo' of the object 'personname', database 'Warehouse', schema 'dbo'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code example:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libname SIT odbc noprompt =&lt;BR /&gt;"server=prd; DRIVER=SQL Server; Trusted Connection=yes"&lt;BR /&gt;DATABASE = Warehouse schema = dbo;&lt;BR /&gt;PROC SQL;&lt;BR /&gt;CREATE TABLE SITdat AS&lt;BR /&gt;SELECT DISTINCT&lt;BR /&gt;DurableKey AS personname&lt;BR /&gt;, testID&lt;BR /&gt;, testdate AS run_fate&lt;BR /&gt;FROM SIT.personname;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 20:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788339#M32370</guid>
      <dc:creator>Smitha9</dc:creator>
      <dc:date>2022-01-04T20:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: CLI describe Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788340#M32371</link>
      <description>&lt;P&gt;Maybe this will help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/topic/-2147217911-microsoft-odbc-sql-server-driver-sql-server-select-permission-denied-on-object-table-name-database-database-name-owner-dbo-9e197823-2a19-8135-1b9c-e89a2d6423e7" target="_blank"&gt;https://support.microsoft.com/en-us/topic/-2147217911-microsoft-odbc-sql-server-driver-sql-server-select-permission-denied-on-object-table-name-database-database-name-owner-dbo-9e197823-2a19-8135-1b9c-e89a2d6423e7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 20:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788340#M32371</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2022-01-04T20:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: CLI describe Error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788349#M32372</link>
      <description>&lt;P&gt;You need to talk to your SQL Server database administrator to be granted full select (read) permission on this table, although normally you would be granted read permission at the database or schema level. It looks like this table contains at least one column you don't have permission to read.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 21:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/CLI-describe-Error/m-p/788349#M32372</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-04T21:39:12Z</dc:date>
    </item>
  </channel>
</rss>

