<?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: CLI error - too many client tasks in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866227#M1056</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303405"&gt;@terryeastman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Same issue just starting to appear consistently in all our processes.&amp;nbsp; I wonder if there was an update to SAS and / or Microsoft excel that creates the issue in the background.&amp;nbsp; Our processes have been running w/o issue since extensions were XLS.&amp;nbsp; XLSX worked too up until very recently&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Recent switch in Office install??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a suspicion that Office 365 may change features in the background that break existing code, especially from non-Microsoft products. Or I may be paranoid after One Drive decided to remove several hundred of my SAS program examples.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2023 20:10:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-03-24T20:10:21Z</dc:date>
    <item>
      <title>CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/855857#M914</link>
      <description>&lt;P&gt;Hi! I have two computers running Windows 10 that have identical SAS installations, and (theoretically) everything else is the same as well. I am running some code that works fine on one computer, but results in the following errors on the other when trying to connect to MS Excel/Access:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Excel Driver] Too many client tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Microsoft Access Driver] Too many client tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on what I can compare on the two computers to figure out why one is having this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 21:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/855857#M914</guid>
      <dc:creator>p_homann</dc:creator>
      <dc:date>2023-01-26T21:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/855869#M915</link>
      <description>&lt;P&gt;I suggest you reboot your problematic computer, start SAS only (no other apps open) and run your code again. Do you still get the errors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also is the MS Office version the same on both computers?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 22:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/855869#M915</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-01-26T22:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856032#M921</link>
      <description>&lt;P&gt;Thank you for the quick response. I rebooted the computer and tried again with no other apps open . . . unfortunately the same thing. I failed to notice yesterday, that when running the code on the problematic PC, some successful Excel connections are made earlier in the program, but once the first error is encountered, the remaining attempts all result in the error. Can you think of anything else to check, or is there a way to "monitor" client tasks?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 17:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856032#M921</guid>
      <dc:creator>p_homann</dc:creator>
      <dc:date>2023-01-27T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856048#M922</link>
      <description>&lt;P&gt;Are you using LIBNAMEs by any chance to connect? If so add this after each finished connection:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME &amp;lt;MyLibref&amp;gt; clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can you also post an example of your LIBNAMEs.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 20:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856048#M922</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-01-27T20:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856058#M923</link>
      <description>&lt;P&gt;Thanks again for your input, however I am already doing this.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 21:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856058#M923</guid>
      <dc:creator>p_homann</dc:creator>
      <dc:date>2023-01-27T21:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856066#M924</link>
      <description>Are multiple computers/people&lt;BR /&gt; accessing this file at the same time?</description>
      <pubDate>Fri, 27 Jan 2023 22:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856066#M924</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-27T22:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856117#M925</link>
      <description>&lt;P&gt;I'd like to see your LIBNAME statement though. Looks like you are using the ODBC engine - have you compared the ODBC source definitions between the PCs?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 22:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856117#M925</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-01-28T22:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856296#M926</link>
      <description>&lt;P&gt;No, this is a stand-alone PC accessing files that are stored locally.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 17:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856296#M926</guid>
      <dc:creator>p_homann</dc:creator>
      <dc:date>2023-01-30T17:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856297#M927</link>
      <description>&lt;P&gt;Here is an example of the LIBNAME statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname check2 clear;
libname check2 odbc complete="dsn=Excel Files; dbq=%trim(&amp;amp;workLoc)\MyFileName.xlsb; readOnly=false";&lt;/PRE&gt;&lt;P&gt;This is used multiple times throughout the process and only fails on this one PC (but works 8-10 times prior to failing). This code is inherited and has been used for many years and ported to several different PCs throughout its lifespan . . . this is the only PC where we have run into issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your time!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 18:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/856297#M927</guid>
      <dc:creator>p_homann</dc:creator>
      <dc:date>2023-01-30T18:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866226#M1055</link>
      <description>&lt;P&gt;Same issue just starting to appear consistently in all our processes.&amp;nbsp; I wonder if there was an update to SAS and / or Microsoft excel that creates the issue in the background.&amp;nbsp; Our processes have been running w/o issue since extensions were XLS.&amp;nbsp; XLSX worked too up until very recently&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 20:05:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866226#M1055</guid>
      <dc:creator>terryeastman</dc:creator>
      <dc:date>2023-03-24T20:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866227#M1056</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/303405"&gt;@terryeastman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Same issue just starting to appear consistently in all our processes.&amp;nbsp; I wonder if there was an update to SAS and / or Microsoft excel that creates the issue in the background.&amp;nbsp; Our processes have been running w/o issue since extensions were XLS.&amp;nbsp; XLSX worked too up until very recently&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Recent switch in Office install??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a suspicion that Office 365 may change features in the background that break existing code, especially from non-Microsoft products. Or I may be paranoid after One Drive decided to remove several hundred of my SAS program examples.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 20:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866227#M1056</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-03-24T20:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866229#M1058</link>
      <description>&lt;P&gt;(reposting the same message . . . I had responded to the wrong post)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi! Thank you for your response (I was afraid this post had died).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only difference we have been able to track down between the two computers is the Access and Excel ODBC drivers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you be able to check your driver version for:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Microsoft Excel Driver (*.xls, *.xlsx, *xlsm, *xlsb)&lt;/LI&gt;&lt;LI&gt;Microsoft Access Driver (*.mdb, *.accdb)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(just in case you don't know where to this info: ODBC Data Source app --&amp;gt; Drivers tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 20:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866229#M1058</guid>
      <dc:creator>p_homann</dc:creator>
      <dc:date>2023-03-24T20:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: CLI error - too many client tasks</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866234#M1059</link>
      <description>&lt;P&gt;I suggest you open a Tech Support track. They are in the best position to help you identify the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 21:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/CLI-error-too-many-client-tasks/m-p/866234#M1059</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-24T21:16:59Z</dc:date>
    </item>
  </channel>
</rss>

