<?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 connection error for uploading excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830776#M1227723</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/148068"&gt;@Chinmay-005&lt;/a&gt;&amp;nbsp; take a look a few of these links on how to install Excel ODBC driver:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.microsoft.com/en-us/msoffice/forum/all/installation-of-excel-driver-for-odbc-64-bit/047f0af8-9dd6-409f-b094-50df45f429ca" target="_blank"&gt;https://answers.microsoft.com/en-us/msoffice/forum/all/installation-of-excel-driver-for-odbc-64-bit/047f0af8-9dd6-409f-b094-50df45f429ca&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cdata.com/drivers/excel/odbc/" target="_blank"&gt;https://www.cdata.com/drivers/excel/odbc/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 11:22:05 GMT</pubDate>
    <dc:creator>Lucas_Gatling</dc:creator>
    <dc:date>2021-08-24T11:22:05Z</dc:date>
    <item>
      <title>ODBC connection error for uploading excel file</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830480#M1227717</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am trying to upload excel file but getting below error.&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: IM002, ErrorCode: 0, ErrorMsg: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My operating system is 64 bit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I am using below code:-&lt;/P&gt;&lt;P&gt;Let vDir = '$(vPathCSP)' &amp;amp; '*.xlsx';&lt;BR /&gt;FOR Each file in FileList(vDir)&lt;BR /&gt;ODBC CONNECT32 TO [MS Excel;DBQ=$(file)];&lt;BR /&gt;tables:&lt;BR /&gt;SQLtables;&lt;BR /&gt;DISCONNECT;&lt;BR /&gt;NEXT&lt;/P&gt;&lt;P&gt;FOR i = 0 to NoOfRows('tables')-1&lt;BR /&gt;LET sheetName = purgeChar(purgeChar(peek('TABLE_NAME', i, 'tables'), chr(39)), chr(36));&lt;BR /&gt;LET file_path = purgeChar(purgeChar(peek('TABLE_CAT', i, 'tables'), chr(39)), chr(36));&lt;BR /&gt;IF sheetName='Sheet1' THEN&lt;BR /&gt;Employees:&lt;BR /&gt;LOAD Distinct //Added distinct since the belgium dummy data is not unique, it is made from the training data&lt;BR /&gt;'1' AS IND_EMPLOYEE_DATA,&lt;BR /&gt;[Pers.nr.] AS EMPLOYEE_ID,&lt;BR /&gt;// ID is required for export functionality&lt;BR /&gt;[Pers.nr.] AS ID,&lt;BR /&gt;[Practice] AS PRACTICE_CODE,&lt;BR /&gt;//[EG],&lt;BR /&gt;[Aanspreeknaam] AS EMPLOYEE_NAME,&lt;BR /&gt;[Emailadres] as Emailadres&lt;BR /&gt;FROM $(file_path) (ooxml, embedded labels, table is [$(sheetName)]) where IsNum([Pers.nr.]) AND [EG] = 'CSS-P' AND&lt;BR /&gt;match([Practice],'B19','B50','B51','B60','B61','B70','B71','B42') &amp;gt; 0; //Added the BE Gxx practices&lt;/P&gt;&lt;P&gt;// FROM $(file_path) (ooxml, embedded labels, table is [$(sheetName)]) where IsNum([Pers.nr.]) AND [EG] = 'CSS-P' AND&lt;BR /&gt;// match([Practice],'B19','B50','B51','B60','B61','B70','B71') &amp;gt; 0; //Added the BE Gxx practices&lt;BR /&gt;ENDIF&lt;BR /&gt;NEXT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinmay Utekar&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830480#M1227717</guid>
      <dc:creator>Chinmay-005</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC connection error for uploading excel file</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830518#M1227719</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/148068"&gt;@Chinmay-005&lt;/a&gt;&amp;nbsp; Do you have an Excel ODBC driver installed on machine you are attempting to connect to? Can you try using 'Table File' open to upload the Excel in lieu of an ODBC connection?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 13:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830518#M1227719</guid>
      <dc:creator>Lucas_Gatling</dc:creator>
      <dc:date>2021-08-23T13:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC connection error for uploading excel file</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830688#M1227721</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36735"&gt;@Lucas_Gatling&lt;/a&gt;&amp;nbsp; could you please help to how to install ODBC driver, which DLL is required and how to register it on 64 bit machine??&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 07:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830688#M1227721</guid>
      <dc:creator>Chinmay-005</dc:creator>
      <dc:date>2021-08-24T07:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC connection error for uploading excel file</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830776#M1227723</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/148068"&gt;@Chinmay-005&lt;/a&gt;&amp;nbsp; take a look a few of these links on how to install Excel ODBC driver:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.microsoft.com/en-us/msoffice/forum/all/installation-of-excel-driver-for-odbc-64-bit/047f0af8-9dd6-409f-b094-50df45f429ca" target="_blank"&gt;https://answers.microsoft.com/en-us/msoffice/forum/all/installation-of-excel-driver-for-odbc-64-bit/047f0af8-9dd6-409f-b094-50df45f429ca&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cdata.com/drivers/excel/odbc/" target="_blank"&gt;https://www.cdata.com/drivers/excel/odbc/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 11:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-connection-error-for-uploading-excel-file/m-p/1830776#M1227723</guid>
      <dc:creator>Lucas_Gatling</dc:creator>
      <dc:date>2021-08-24T11:22:05Z</dc:date>
    </item>
  </channel>
</rss>

