<?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 file on unix in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395904#M10362</link>
    <description>&lt;P&gt;I think it should be set in the SQL Server itself. I have experience with a weired situation where the issue related to table name cases, it was not case insensitive and we resolved with setting collation.&amp;nbsp;&lt;BR /&gt;What I can remember as well there are some options in the SAS Management Console as well, we need to &amp;nbsp;check.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2017 13:48:26 GMT</pubDate>
    <dc:creator>cpagrawal</dc:creator>
    <dc:date>2017-09-14T13:48:26Z</dc:date>
    <item>
      <title>ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395889#M10358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully I'm in the right place to ask this, it is more admin than programing. I've a connection&amp;nbsp;in odbc.ini file for a SQL server. SQL tables have name with special characters like $, -,... When I try to connect to the tables I'm getting error:&lt;/P&gt;
&lt;PRE&gt;SAS/ACCESS][ODBC SQL Server Legacy Driver][SQL Server]Incorrect syntax near '-'.&lt;/PRE&gt;
&lt;P&gt;Which option should be added to the connection related to this sql server in odbc file so that be able to connect to these tables in SAS?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395889#M10358</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-14T12:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395893#M10359</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem occurs because the ODBC driver by default does not use quoting for table names. To resolve the problem, do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enable EnableQuotedIdentifers in the ODBC driver entry. If you are on a UNIX system, you can add EnableQuotedIdenitifers=1 to the odbc.ini file. If you are on a Windows system, select Enable Quoted Identifiers on the Advanced tab of your ODBC driver entry as shown below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fusion_60201_1_reserve.png" style="width: 423px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15139i70456547AC8F0024/image-size/large?v=v2&amp;amp;px=999" role="button" title="fusion_60201_1_reserve.png" alt="fusion_60201_1_reserve.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:24:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395893#M10359</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-09-14T13:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395897#M10360</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;, I'm on a unix system. I added the option but I still getting the same error message.&lt;/P&gt;
&lt;P&gt;Is there anything more that should be added or should be changed in odbc.ini file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395897#M10360</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-14T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395901#M10361</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please add these options at the top of your SAS program, run it again and show me full SAS log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options fullstimer source source2 msglevel=i mprint notes; 
options sastrace=",,,dsa" sastraceloc=saslog nostsuffix;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395901#M10361</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-09-14T13:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395904#M10362</link>
      <description>&lt;P&gt;I think it should be set in the SQL Server itself. I have experience with a weired situation where the issue related to table name cases, it was not case insensitive and we resolved with setting collation.&amp;nbsp;&lt;BR /&gt;What I can remember as well there are some options in the SAS Management Console as well, we need to &amp;nbsp;check.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395904#M10362</guid>
      <dc:creator>cpagrawal</dc:creator>
      <dc:date>2017-09-14T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395917#M10364</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;1          %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
5          %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
29         
30         options fullstimer source source2 msglevel=i mprint notes;
31         options sastrace=",,,dsa" sastraceloc=saslog nostsuffix;
32        
33         libname ab1 sqlsvr dsn="ABCD" user=user1 password=XXXXXXXX schema=dbo ;
ERROR: CLI error trying to establish connection: [SAS/ACCESS][ODBC SQL Server Legacy Driver][libssclient27]General network error. 
       Check your network documentation. : [SAS/ACCESS][ODBC SQL Server Legacy Driver][libssclient27]ConnectionOpen (()).
ERROR: Error in the LIBNAME statement.
34         
35         
36         %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
49         
50         
51         %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
54         
&lt;/PRE&gt;
&lt;P&gt;and in odbc:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[ABCD]&lt;BR /&gt;Driver=*****&lt;BR /&gt;Description=SAS Institute Inc. 7.0 SQL Server Legacy Wire Protocol&lt;BR /&gt;AlternateServers=&lt;BR /&gt;AlwaysReportTriggerResults=0&lt;BR /&gt;AnsiNPW=1&lt;BR /&gt;ApplicationName=&lt;BR /&gt;ApplicationUsingThreads=1&lt;BR /&gt;AuthenticationMethod=1&lt;BR /&gt;BulkBinaryThreshold=32&lt;BR /&gt;BulkCharacterThreshold=-1&lt;BR /&gt;BulkLoadBatchSize=1024&lt;BR /&gt;BulkLoadFieldDelimiter=&lt;BR /&gt;BulkLoadOptions=2&lt;BR /&gt;BulkLoadRecordDelimiter=&lt;BR /&gt;ConnectionReset=0&lt;BR /&gt;ConnectionRetryCount=0&lt;BR /&gt;ConnectionRetryDelay=3&lt;BR /&gt;Database=&lt;BR /&gt;EnableBulkLoad=0&lt;BR /&gt;&lt;STRONG&gt;EnableQuotedIdentifiers=1&lt;/STRONG&gt;&lt;BR /&gt;EncryptionMethod=0&lt;BR /&gt;FailoverGranularity=0&lt;BR /&gt;FailoverMode=0&lt;BR /&gt;FailoverPreconnect=0&lt;BR /&gt;FetchTSWTZasTimestamp=0&lt;BR /&gt;FetchTWFSasTime=1&lt;BR /&gt;GSSClient=native&lt;BR /&gt;HostName=**********&lt;BR /&gt;HostNameInCertificate=&lt;BR /&gt;InitializationString=&lt;BR /&gt;Language=&lt;BR /&gt;LoadBalanceTimeout=0&lt;BR /&gt;LoadBalancing=0&lt;BR /&gt;LoginTimeout=15&lt;BR /&gt;LogonID=&lt;BR /&gt;MaxPoolSize=100&lt;BR /&gt;MinPoolSize=0&lt;BR /&gt;PacketSize=-1&lt;BR /&gt;Password=&lt;BR /&gt;Pooling=0&lt;BR /&gt;PortNumber=1433&lt;BR /&gt;QuoteId=yes&lt;BR /&gt;QueryTimeout=0&lt;BR /&gt;ReportCodePageConversionErrors=0&lt;BR /&gt;SnapshotSerializable=0&lt;BR /&gt;TrustStore=&lt;BR /&gt;TrustStorePassword=&lt;BR /&gt;ValidateServerCertificate=1&lt;BR /&gt;WorkStationID=&lt;BR /&gt;XMLDescribeType=-10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 14:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395917#M10364</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-14T14:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395936#M10365</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a&amp;nbsp;different error, please remove EnableQuotedIdentifiers=1 and re-run your SAS program with the same options.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 14:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/395936#M10365</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-09-14T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396187#M10374</link>
      <description>&lt;P&gt;Removed the line and here is the result:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;1          %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
5          %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
29         
30         
31         
32         options fullstimer source source2 msglevel=i mprint notes;
33         options sastrace=",,,dsa" sastraceloc=saslog nostsuffix;
SQLSRV: COMMIT performed on connection 0.
SQLSRV: AUTOCOMMIT is NO for connection 0

35         libname ab1 sqlsvr dsn="ABCD" user=user1 password=XXXXXXXX schema=dbo ;
NOTE: Libref ab1 was successfully assigned as follows: 
      Engine:        SQLSVR 
      Physical Name: ABCD
36         
         
SQLSRV: AUTOCOMMIT is NO for connection 1
SQLSRV: AUTOCOMMIT turned ON for connection id 1
 
SQLSRV_1: Prepared: on connection 1
SELECT * FROM  dbo . abcd$H-Name Type 
 
SQLSRV: ROLLBACK performed on connection 1.
 
Summary Statistics for ODBC are:
Total SQL prepare seconds were:                     0.000216
Total SQL describe seconds were:                    0.037952
Total seconds used by the ODBC ACCESS engine were     0.054703
 
42         data a1;
43         set ab1."abcd$H-Name Type"n;
ERROR: CLI describe error: [SAS/ACCESS][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near '-'.
44         run;

NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.A1 may be incomplete.  When this step was stopped there were 0 observations and 0 variables.
WARNING: Data set WORK.A1 was not replaced because this step was stopped.
NOTE: DATA statement used (Total process time):
      real time           0.25 seconds
      user cpu time       0.03 seconds
      system cpu time     0.00 seconds
      memory                  371.65k
      OS Memory           17568.00k
      Timestamp           09/15/2017 09:25:44 AM
      Step Count                        5  Switch Count  0
2                                                          The SAS System                           08:56 Friday, September 15, 2017

      Page Faults                       0
      Page Reclaims                     97
      Page Swaps                        0
      Voluntary Context Switches        13
      Involuntary Context Switches      5
      Block Input Operations            0
      Block Output Operations           8
      

45         
46         %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
59         
60         
61         %_eg_hidenotesandsource;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nonotes;
MPRINT(_EG_HIDENOTESANDSOURCE):   options nosource;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options NOTES;
MPRINT(_EG_RESTORENOTESANDSOURCE):   options SOURCE;
64     &lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Sep 2017 07:33:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396187#M10374</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-15T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396211#M10380</link>
      <description>&lt;P&gt;Oh, my. Somebody really created a table named like that:&lt;/P&gt;
&lt;PRE&gt;"abcd$H-Name Type"n&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;That somehow reminded me of &lt;A href="https://xkcd.com/327/" target="_blank"&gt;https://xkcd.com/327/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If someone tried similar in our production DB, we'd probably hear the screams caused by the ministrations of the DB administrator for days ....&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 08:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396211#M10380</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-15T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396248#M10381</link>
      <description>&lt;P&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is more funny if I say that in this library there are about &amp;nbsp;200 tables with name similar to this &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm working &amp;nbsp;as support and try to help a user who work with these tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is strange, I changed the odbc file in test environment(we have test and prod), added EnableQuotedIdentifiers=1. No error and I could open the tables(with special characters in their name) but the same has been done in prod and getting error!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 10:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396248#M10381</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-15T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396250#M10382</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36707"&gt;@cpagrawal&lt;/a&gt;&amp;nbsp; it works fine in test with the added line though any thing has been changed in SAS MC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please guide me more that what could be done in SAS MC or which options need to be changed there?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 10:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396250#M10382</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-15T10:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396274#M10383</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure that you using the same ODBC drivers on test and prod environments?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:15:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396274#M10383</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-09-15T11:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396746#M10403</link>
      <description>&lt;P&gt;Here are connection for both test and prod:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test(works fine):&lt;/P&gt;
&lt;P&gt;[ABCD]&lt;BR /&gt;Driver=*****&lt;BR /&gt;Description=SAS Institute Inc. 7.0 SQL Server Legacy Wire Protocol&lt;BR /&gt;AnsiNPW=1&lt;BR /&gt;AuthenticationMethod=1&lt;BR /&gt;EnableQuotedIdentifiers=1&lt;BR /&gt;Database=&lt;BR /&gt;EnableQuotedIdentifiers=0&lt;BR /&gt;HostName=******&lt;BR /&gt;PortNumber=1433&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In prod it has been changed to be similar to test, but still error:&lt;/P&gt;
&lt;PRE&gt;SAS/ACCESS][ODBC SQL Server Legacy Driver][SQL Server]Incorrect syntax near '-'.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Prod:&lt;/P&gt;
&lt;P&gt;[ABCD]&lt;BR /&gt;Driver=*****&lt;BR /&gt;Description=SAS Institute Inc. 7.0 SQL Server Legacy Wire Protocol&lt;BR /&gt;Address=*****,1433&lt;BR /&gt;AlternateServers=&lt;BR /&gt;AnsiNPW=Yes&lt;BR /&gt;ConnectionRetryCount=0&lt;BR /&gt;ConnectionRetryDelay=3&lt;BR /&gt;Database=&lt;BR /&gt;EnableQuotedIdentifiers=1&lt;BR /&gt;FetchTSWTZasTimestamp=0&lt;BR /&gt;FetchTWFSasTime=0&lt;BR /&gt;LoadBalancing=0&lt;BR /&gt;QuotedId=No&lt;BR /&gt;ReportCodepageConversionErrors=0&lt;BR /&gt;SnapshotSerializable=0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396746#M10403</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-18T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396796#M10409</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is some difference, let's compare this file from both servers:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/&amp;lt;SASHome&amp;gt;/SASFoundation/9.4/bin/sasenv_local&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Sep 2017 12:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/396796#M10409</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-09-18T12:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/397032#M10426</link>
      <description>&lt;P&gt;I checked the files and it seems that there are some differences.&lt;/P&gt;
&lt;P&gt;What difference(s) should I search for that is(or might be) related to this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 08:23:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/397032#M10426</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-19T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/397232#M10431</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything that related to LD_LIBRARY_PATH and ODBC settings.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/397232#M10431</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-09-19T19:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC file on unix</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/398079#M10473</link>
      <description>&lt;P&gt;Checked &lt;SPAN&gt;LD_LIBRARY_PATH&amp;nbsp;line&amp;nbsp;&lt;/SPAN&gt;and they are exactly the same in test and prod.&lt;/P&gt;
&lt;P&gt;The differences which are in test och prod is related to a system that has not been set up in prod and is not related to this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ODBC-file-on-unix/m-p/398079#M10473</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2017-09-22T12:48:53Z</dc:date>
    </item>
  </channel>
</rss>

