<?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: Table Not Found Error Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669388#M594230</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you checked if file exists in the below location&lt;/P&gt;&lt;PRE&gt;$(\\MyServerName\E$\excel\)$(vFilename)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Also try loading the excel from the qliks load button in the script to check the file location is same&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 10:28:25 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2020-01-27T10:28:25Z</dc:date>
    <item>
      <title>Table Not Found Error Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669377#M594228</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recently moved our data to run on a different Disk Drive than the Qlikview application to help run the Servers more efficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I try to reload the data I keep hitting a table not found error for the below scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;Table Not Found Error&lt;/P&gt;&lt;P&gt;Table 'Assets' not found&lt;/P&gt;&lt;P&gt;Store Assets into \\MyServerName\E$\Data-Lite\S1-Assets.qvd (qvd)&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Essentially just loops through the matching files from certain filepath.&lt;/P&gt;&lt;P&gt;I can access files no problem and write no problem, but this script isn't happy with the change of location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LET vPartFileName = '\API_AssetDetails*.csv';		//evaluate identity of source excel document. Note wildcard in place of date.

set vFilesFoundCounter = 0;										// add v0.5

FOR EACH File IN filelist ('$(vFolder)' &amp;amp; '$(vPartFileName)')		//loop through each file from source data folder. Filelist syntax generates, in this instance, excel\Asset Details*.xlsx

LET vFilename = subfield('$(File)', '\', -1);							// determines actual filename. Based on string of file (excel\Asset Details*.xlsx). Looks for part of string 1 from the right, delimited by '\'.
	
Assets:
NoConcatenate
LOAD 
	FileMonthStartDate,
	[Asset Number], 
       [Model Name]
FROM $(\\MyServerName\E$\excel\)$(vFilename)
(txt, utf8, embedded labels, delimiter is ',', no quotes, no eof);


	let vFilesFoundCounter = '$(vFilesFoundCounter)' + 1;	

Next File

Store Assets into \\MyServerName\E$Data-Lite\S1-Assets.qvd (qvd);
Drop Table Assets;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669377#M594228</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2024-11-16T19:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table Not Found Error Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669383#M594229</link>
      <description>&lt;P&gt;You could have a look at your datamodel, so comment the store and drop command and do CTRL+T to see what tables are available in your datamodel, looks like the Assets table is not available with that name.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 10:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669383#M594229</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-01-27T10:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Not Found Error Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669388#M594230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you checked if file exists in the below location&lt;/P&gt;&lt;PRE&gt;$(\\MyServerName\E$\excel\)$(vFilename)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Also try loading the excel from the qliks load button in the script to check the file location is same&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 10:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669388#M594230</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2020-01-27T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Not Found Error Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669389#M594231</link>
      <description>&lt;P&gt;Yes as advised, the error is not on finding the file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's on the Storing section.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 10:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669389#M594231</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2020-01-27T10:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Not Found Error Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669398#M594232</link>
      <description>&lt;P&gt;Thanks but it's definitely there when you do the Table Viewer&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 10:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1669398#M594232</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2020-01-27T10:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Not Found Error Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1670781#M594233</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So unfortunately I found the solution and it was just to remove most of the logic in the file name finder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just added an Asterisk to the Filename location as a Wildcard Character and it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the below is now how my script looks.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Assets:
LOAD 
	FileMonthStartDate,
	[Asset Number], 
       [Model Name]
FROM \\MyServerName\E$\excel\API_AssetDetails*.csv
(txt, utf8, embedded labels, delimiter is ',', no quotes, no eof);

Store Assets into \\MyServerName\E$Data-Lite\S1-Assets.qvd (qvd);
Drop Table Assets;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 09:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Not-Found-Error-Issue/m-p/1670781#M594233</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2020-01-30T09:05:02Z</dc:date>
    </item>
  </channel>
</rss>

