<?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: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910572#M359086</link>
    <description>&lt;P&gt;I tried to load the data in work Library,but&amp;nbsp; I am getting the same&amp;nbsp; ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]Fetch Without Select.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 06:01:28 GMT</pubDate>
    <dc:creator>Manasmita</dc:creator>
    <dc:date>2024-01-05T06:01:28Z</dc:date>
    <item>
      <title>Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]Fetch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910376#M359018</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fetch Error.PNG" style="width: 735px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/92251i02769535BD86B06B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fetch Error.PNG" alt="Fetch Error.PNG" /&gt;&lt;/span&gt;&amp;nbsp;Loading data from MySQL to Oracle&amp;nbsp; in&amp;nbsp; DI studio in table loader Transformation&amp;nbsp; , I am getting this&amp;nbsp; ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]Fetch without a SELECT&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 05:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910376#M359018</guid>
      <dc:creator>Manasmita</dc:creator>
      <dc:date>2024-01-04T05:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910408#M359029</link>
      <description>&lt;P&gt;I tried looking it up, and the problem seems to come (sporadically) with the ODBC connection to MySQL (not just in SAS, the problem seems to have nothing to do with SAS). If possible, you should switch to the SAS Interface to MySQL, instead of going through ODBC.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910408#M359029</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2024-01-04T09:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910410#M359031</link>
      <description>&lt;P&gt;Does reading the MySQL table into a SAS dataset work reliably? You could do the load via an intermediate SAS table.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910410#M359031</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-01-04T09:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910412#M359032</link>
      <description>You mean to say , i need to migrate the required tables from MYSql to Oracle and then write a scheduler to perform the activity in scheduled basis.&lt;BR /&gt;But , i need to write a SAS ETL job to perform this activity .&lt;BR /&gt;Is there any way to overcome this issue in SAS or at DB level ?&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910412#M359032</guid>
      <dc:creator>Manasmita</dc:creator>
      <dc:date>2024-01-04T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910416#M359033</link>
      <description>Let me try to load the data in work library &amp;amp; get back to you asap.&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your quick response .</description>
      <pubDate>Thu, 04 Jan 2024 10:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910416#M359033</guid>
      <dc:creator>Manasmita</dc:creator>
      <dc:date>2024-01-04T10:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910421#M359036</link>
      <description>&lt;P&gt;No, you do not need to migrate the required tables. I think the solution is to use an interface to MySQL that does not go through ODBC, as that seems to be the one creating the problems. So, if you have access for MySQL, you may want to try that instead of the ODBC interface, as suggested &lt;A href="https://communities.sas.com/t5/SAS-Data-Management/SAS-ACCESS-Interface-to-MYSQL/td-p/369613" target="_self"&gt;here.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 10:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910421#M359036</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2024-01-04T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910572#M359086</link>
      <description>&lt;P&gt;I tried to load the data in work Library,but&amp;nbsp; I am getting the same&amp;nbsp; ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]Fetch Without Select.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 06:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910572#M359086</guid>
      <dc:creator>Manasmita</dc:creator>
      <dc:date>2024-01-05T06:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910575#M359087</link>
      <description>&lt;P&gt;Does the source MySQL table physically exist? Can you access it by any other means?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 06:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/910575#M359087</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-05T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/911373#M359393</link>
      <description>&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does the source MySQL table physically exist?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The MySQL DB is on cloud .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you access it by any other means?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Through public IP we are accessing the DB server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;We have migrated the data to oracle DB . Now&amp;nbsp; we are doing some ETL activity on the same data &amp;amp; again loading the data to another oracle table , at table loader transformation we are facing&amp;nbsp; the below mentioned error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: CLI CURSOR FETCH ERROR , FETCH WITHOUT A SELECT&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 11:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/911373#M359393</guid>
      <dc:creator>Manasmita</dc:creator>
      <dc:date>2024-01-12T11:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load Issue - ERROR: CLI cursor fetch error: [MySQL][ODBC 5.3(w) Driver][mysqld-5.7.39-log]F</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/911376#M359396</link>
      <description>&lt;P&gt;I've used in the past DIS with Oracle quite a bit but never with ODBC but the native SAS/Access to Oracle engine. If you have this engine licensed then ideally switch to using it.&lt;/P&gt;
&lt;P&gt;I assume the issue is somewhere with the ODBC driver version. I suggest you raise a track with SAS Tech Support.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 12:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Load-Issue-ERROR-CLI-cursor-fetch-error-MySQL-ODBC-5-3-w/m-p/911376#M359396</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-01-12T12:18:11Z</dc:date>
    </item>
  </channel>
</rss>

