<?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: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392940#M11932</link>
    <description>&lt;P&gt;Testing bulk loading seems sensible if you want to improve the job performance. Have you found out why the connection is closing?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2017 08:00:40 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-09-04T08:00:40Z</dc:date>
    <item>
      <title>SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383691#M11568</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of our job is failing due to communication error,please guide how to reslove it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[sas@computeprod Logs]$ grep "ERROR:" ccc_FLOW_NEW_02_07_xx_2017.07.28_09.56.34.log&lt;BR /&gt;ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E&amp;nbsp; Connection is closed. SQLSTATE=08003&lt;BR /&gt;ERROR: CLI close cursor error: [IBM][CLI Driver] CLI0108E&amp;nbsp; Communication link failure. SQLSTATE=40003&lt;BR /&gt;ERROR: CLI close cursor error: [IBM][CLI Driver] SQL30081N&amp;nbsp; A communication error has been detected. Communication protocol being&lt;BR /&gt;ERROR: Errors printed on page 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are connecting DB2 using cataloguing DB2 from appliction server and job code is shown in below :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME TAGTLIB DB2&amp;nbsp; Datasrc=database&amp;nbsp; SCHEMA=schema_name&amp;nbsp; AUTHDOMAIN="Xyz-auth" ;&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;BR /&gt;CONNECT TO DB2&lt;BR /&gt;(&lt;BR /&gt;Datasrc=database AUTHDOMAIN="xyz_auth"&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;EXECUTE&lt;BR /&gt;(&lt;/P&gt;&lt;P&gt;DELETE FROM schema_name.DEPOSITSTABLE WHERE START_EOD_DATE=(SELECT MIN(START_EOD_DATE) FROM schema_name.DEPOSITSTABLE_INTER);&lt;/P&gt;&lt;P&gt;)by DB2;&lt;/P&gt;&lt;P&gt;disconnect from DB2;&lt;BR /&gt;QUIT;&lt;/P&gt;&lt;P&gt;LIBNAME TAGTLIB DB2&amp;nbsp; Datasrc=database&amp;nbsp; SCHEMA=schema_name&amp;nbsp; AUTHDOMAIN="xyz_auth" ;&lt;/P&gt;&lt;P&gt;%MACRO DEPOSIT_ADHOC_RUN();&lt;BR /&gt;PROC SQL;&lt;BR /&gt;INSERT INTO TAGTLIB.DEPOSITSTABLE (DBCOMMIT=4000000)&lt;BR /&gt;SELECT * FROM TAGTLIB.DEPOSITSTABLE_INTER ;&lt;BR /&gt;QUIT;&lt;/P&gt;&lt;P&gt;%MEND;&lt;BR /&gt;%DEPOSIT_ADHOC_RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest soemthing what all possible reasons for failure and what all code are needed ?&lt;/P&gt;&lt;P&gt;Many thanks in adavnce. ... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:47:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383691#M11568</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-07-28T13:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383838#M11578</link>
      <description>&lt;P&gt;Generally, that kind of meessage is just SAS passing on error messages from further down the software stack, in this case it looks like DB2. It seems to be referencing communications problems, but I'm not a DB2 guy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First question, is this problem repeatable? If it only happened once, and can't be made to happen again, could it be a temporary hiccup in your network?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 17:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383838#M11578</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-07-28T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383960#M11588</link>
      <description>&lt;P&gt;How long does the job run for until you get the error? One possible explanation if this is a long-running job is there could be a timeout communications rule affecting it.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 23:42:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383960#M11588</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-28T23:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383977#M11590</link>
      <description>&lt;P&gt;JOB is running 5-6 hours and then it is failing and Only this job is failing frequently. Is it good advice if i use db2 bulk loader to load data from intermediate table to target table ? will it improve the job performenance.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2017 10:41:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/383977#M11590</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-07-29T10:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392937#M11931</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;This is repeatable problem and occurring very frequently. Could you please suggest some parameter check for network also ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392937#M11931</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-09-04T07:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392940#M11932</link>
      <description>&lt;P&gt;Testing bulk loading seems sensible if you want to improve the job performance. Have you found out why the connection is closing?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 08:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392940#M11932</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-09-04T08:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI JOB is failing ERROR: CLI execute error: [IBM][CLI Driver] CLI0106E  Connection is closed</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392944#M11933</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/121190"&gt;@MG18&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;With bulk-loading I normally try to load into an empty (staging) table without any constraints and then load the actual target table fully in-database with the staging table as source.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 08:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-JOB-is-failing-ERROR-CLI-execute-error-IBM-CLI-Driver/m-p/392944#M11933</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-09-04T08:19:30Z</dc:date>
    </item>
  </channel>
</rss>

