<?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 ERROR [HY000] [Qlik][MySQL] Error writing file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2029083#M84785</link>
    <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to load data to my Qliksense dashboard through the data load editor. I have been loading the data for two years. While loading the data, I am getting the below error, but it works fine when I load data for one year. Can anyone please help me resolve this issue?&lt;/P&gt;
&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;ERROR [HY000] [Qlik][MySQL] Error writing file 'C:\Windows\TEMP\MY4ACB.tmp' (Errcode: 28).&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;LI-PRODUCT title="Qlik Data Gateway" id="qlikdatagateway"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 24 Jan 2023 02:13:04 GMT</pubDate>
    <dc:creator>nigam_bhavya1410</dc:creator>
    <dc:date>2023-01-24T02:13:04Z</dc:date>
    <item>
      <title>ERROR [HY000] [Qlik][MySQL] Error writing file</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2029083#M84785</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to load data to my Qliksense dashboard through the data load editor. I have been loading the data for two years. While loading the data, I am getting the below error, but it works fine when I load data for one year. Can anyone please help me resolve this issue?&lt;/P&gt;
&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;ERROR [HY000] [Qlik][MySQL] Error writing file 'C:\Windows\TEMP\MY4ACB.tmp' (Errcode: 28).&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;LI-PRODUCT title="Qlik Data Gateway" id="qlikdatagateway"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jan 2023 02:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2029083#M84785</guid>
      <dc:creator>nigam_bhavya1410</dc:creator>
      <dc:date>2023-01-24T02:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR [HY000] [Qlik][MySQL] Error writing file</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2029414#M84799</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215178"&gt;@nigam_bhavya1410&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error you have provided is very generic and does not seem Qlik related.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Errcode: 28 - No space left on device) The error means that you don't have enough space to create temp files needed by MySQL.&lt;BR /&gt;You can use df -h to check whether \tmp is in its own partition, and how much space is allocated to it.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is in its own partition and short of space, you can either: modify /tmp so that its partition has more space (either by reallocating or moving it to the main partition - e.g. see here) changing MySql config so that it uses a different temp folder on a different partition, e.g. /var/tmp&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can refer this similar issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/7415710/mysql-writing-file-error-errcode-28" target="_blank"&gt;https://stackoverflow.com/questions/7415710/mysql-writing-file-error-errcode-28&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.cpanel.net/hc/en-us/articles/4402486828567-MySQL-won-t-start-Errcode-28-No-space-left-on-device-" target="_blank"&gt;https://support.cpanel.net/hc/en-us/articles/4402486828567-MySQL-won-t-start-Errcode-28-No-space-left-on-device-&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Benoit&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 15:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2029414#M84799</guid>
      <dc:creator>Benoit_C</dc:creator>
      <dc:date>2023-01-24T15:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR [HY000] [Qlik][MySQL] Error writing file</title>
      <link>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2083060#M88790</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60539"&gt;@Benoit_C&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are also getting the same error,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR [HY000] [Qlik][Support] (50070) Cannot open file 'C:\Users\AUQLIK~1\AppData\Local\Temp\XYZ.tmp' - Error: Access is denied.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;What could be the reason ??&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is it from QlikSense or DB ?&lt;BR /&gt;&lt;BR /&gt;Shubham&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 06:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ERROR-HY000-Qlik-MySQL-Error-writing-file/m-p/2083060#M88790</guid>
      <dc:creator>ShubhamD_QS</dc:creator>
      <dc:date>2023-06-13T06:41:47Z</dc:date>
    </item>
  </channel>
</rss>

