<?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: ODBC MSSQL cannot show table from libname in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922666#M28301</link>
    <description>1 The SAS System Saturday, June 10, 2023 11:08:00 AM&lt;BR /&gt;&lt;BR /&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program 13';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='C:\setups\Project.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='SVR170';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='Project.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=SVG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP_FV(9,4,4, 0,0,0) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGHTML TEMP;&lt;BR /&gt;18 ODS HTML5(ID=EGHTML) FILE=EGHTML&lt;BR /&gt;19 OPTIONS(BITMAP_MODE='INLINE')&lt;BR /&gt;20 %HTML5AccessibleGraphSupported&lt;BR /&gt;21 ENCODING='utf-8'&lt;BR /&gt;22 STYLE=HTMLBlue&lt;BR /&gt;23 NOGTITLE&lt;BR /&gt;24 NOGFOOTNOTE&lt;BR /&gt;25 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;26 ;&lt;BR /&gt;NOTE: Writing HTML5(EGHTML) Body file: EGHTML&lt;BR /&gt;27&lt;BR /&gt;28 option validmemname=extend;&lt;BR /&gt;29 libname test9 odbc dsn=MSSQLTest authdomain=mssqlAuth;&lt;BR /&gt;NOTE: Credential obtained from SAS metadata server.&lt;BR /&gt;NOTE: Libref TEST9 was successfully assigned as follows:&lt;BR /&gt;Engine: ODBC&lt;BR /&gt;Physical Name: MSSQLTest&lt;BR /&gt;30 proc contents data=test9._all_;&lt;BR /&gt;31 run;&lt;BR /&gt;&lt;BR /&gt;ERROR: CLI describe error: :&lt;BR /&gt;NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.30 seconds&lt;BR /&gt;cpu time 0.05 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;31 ! quit;&lt;BR /&gt;32&lt;BR /&gt;33 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;34 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;35 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;36 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;37 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;38 %LET _SASPROGRAMFILE=;&lt;BR /&gt;39 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;40&lt;BR /&gt;41 ;*';*";*/;quit;run;&lt;BR /&gt;42 ODS _ALL_ CLOSE;&lt;BR /&gt;43&lt;BR /&gt;44&lt;BR /&gt;2 The SAS System Saturday, June 10, 2023 11:08:00 AM&lt;BR /&gt;&lt;BR /&gt;45 QUIT; RUN;&lt;BR /&gt;46&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Apr 2024 04:10:28 GMT</pubDate>
    <dc:creator>haibh</dc:creator>
    <dc:date>2024-04-03T04:10:28Z</dc:date>
    <item>
      <title>ODBC MSSQL cannot show table from libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922661#M28299</link>
      <description>&lt;DIV class=""&gt;SAS APP is utf-8 encoding server.&lt;/DIV&gt;&lt;DIV class=""&gt;from SAS EG, run "libname test9 odbc dsn=MSSQLTest authdomain=mssqlAuth;" this command run ok.&lt;/DIV&gt;&lt;DIV class=""&gt;DB have one table "TEST", but from library show "t"&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="haibh_0-1712114404112.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95106i14C2DDE893200602/image-size/medium?v=v2&amp;amp;px=400" role="button" title="haibh_0-1712114404112.png" alt="haibh_0-1712114404112.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;when open "t", get error&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="haibh_1-1712114428106.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95107iA7BD659E7AA209B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="haibh_1-1712114428106.png" alt="haibh_1-1712114428106.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Apr 2024 03:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922661#M28299</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2024-04-03T03:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC MSSQL cannot show table from libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922663#M28300</link>
      <description>&lt;P&gt;What's the result if you run below code?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option validmemname=extend;
libname test9 odbc dsn=MSSQLTest authdomain=mssqlAuth;
proc contents data=test9._all_;
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Apr 2024 03:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922663#M28300</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-04-03T03:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC MSSQL cannot show table from libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922666#M28301</link>
      <description>1 The SAS System Saturday, June 10, 2023 11:08:00 AM&lt;BR /&gt;&lt;BR /&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program 13';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='C:\setups\Project.egp';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='SVR170';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='Project.egp';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=SVG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP_FV(9,4,4, 0,0,0) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGHTML TEMP;&lt;BR /&gt;18 ODS HTML5(ID=EGHTML) FILE=EGHTML&lt;BR /&gt;19 OPTIONS(BITMAP_MODE='INLINE')&lt;BR /&gt;20 %HTML5AccessibleGraphSupported&lt;BR /&gt;21 ENCODING='utf-8'&lt;BR /&gt;22 STYLE=HTMLBlue&lt;BR /&gt;23 NOGTITLE&lt;BR /&gt;24 NOGFOOTNOTE&lt;BR /&gt;25 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;26 ;&lt;BR /&gt;NOTE: Writing HTML5(EGHTML) Body file: EGHTML&lt;BR /&gt;27&lt;BR /&gt;28 option validmemname=extend;&lt;BR /&gt;29 libname test9 odbc dsn=MSSQLTest authdomain=mssqlAuth;&lt;BR /&gt;NOTE: Credential obtained from SAS metadata server.&lt;BR /&gt;NOTE: Libref TEST9 was successfully assigned as follows:&lt;BR /&gt;Engine: ODBC&lt;BR /&gt;Physical Name: MSSQLTest&lt;BR /&gt;30 proc contents data=test9._all_;&lt;BR /&gt;31 run;&lt;BR /&gt;&lt;BR /&gt;ERROR: CLI describe error: :&lt;BR /&gt;NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.30 seconds&lt;BR /&gt;cpu time 0.05 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;31 ! quit;&lt;BR /&gt;32&lt;BR /&gt;33 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;34 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;35 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;36 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;37 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;38 %LET _SASPROGRAMFILE=;&lt;BR /&gt;39 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;40&lt;BR /&gt;41 ;*';*";*/;quit;run;&lt;BR /&gt;42 ODS _ALL_ CLOSE;&lt;BR /&gt;43&lt;BR /&gt;44&lt;BR /&gt;2 The SAS System Saturday, June 10, 2023 11:08:00 AM&lt;BR /&gt;&lt;BR /&gt;45 QUIT; RUN;&lt;BR /&gt;46&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2024 04:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922666#M28301</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2024-04-03T04:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC MSSQL cannot show table from libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922667#M28302</link>
      <description>&lt;P&gt;That's not much error message.... Are you the SAS admin at your site? If not then that's the first person you need to contact for further support.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 04:37:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/922667#M28302</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-04-03T04:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC MSSQL cannot show table from libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/923063#M28329</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442757"&gt;@haibh&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Did you get a chance to look at this?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/57/650.html" target="_blank"&gt;https://support.sas.com/kb/57/650.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 23:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-MSSQL-cannot-show-table-from-libname/m-p/923063#M28329</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2024-04-04T23:53:06Z</dc:date>
    </item>
  </channel>
</rss>

