<?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: Preceding load OleDB failed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752598#M1026323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you upload the structure(all Columns name) of the snapshot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nandkishor Pandirkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2015 17:45:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-05T17:45:22Z</dc:date>
    <item>
      <title>Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752594#M1026319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to perform preceding load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oledb connection string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load *, &lt;/P&gt;&lt;P&gt;Hour(snapshot) as Hour,&lt;/P&gt;&lt;P&gt;Year(snapshot) as Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;from snapshot;&lt;/P&gt;&lt;P&gt;Store Table1 into snapshot.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep getting the following:&lt;/P&gt;&lt;P&gt;1. When the script is like this, with star Load *, I get OLEDB failed:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load *, &lt;/P&gt;&lt;P&gt;Hour(snapshot) as Hour,&lt;/P&gt;&lt;P&gt;Year(snapshot) as Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;from snapshot;&lt;/P&gt;&lt;P&gt;Store Table1 into snapshot.qvd;&lt;/P&gt;&lt;P&gt;2. When the script is like this, without the star, I get only data for Hour and Year and not all from snapshot table&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Hour(snapshot) as Hour,&lt;/P&gt;&lt;P&gt;Year(snapshot) as Year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;* &lt;/P&gt;&lt;P&gt;from snapshot;&lt;/P&gt;&lt;P&gt;Store Table1 into snapshot.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 16:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752594#M1026319</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-03-05T16:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752595#M1026320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there another field names Hour or Year so you are getting duplicate fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried the load replacing * with the list of fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 16:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752595#M1026320</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-03-05T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752596#M1026321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no other field called Hour or Year. Although there are some data transformation in the SQL bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.d. CODE AS TARGET_CODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 16:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752596#M1026321</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-03-05T16:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752597#M1026322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it load only fields specified in Load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I want to use the *…but with no luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752597#M1026322</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-03-05T17:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752598#M1026323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you upload the structure(all Columns name) of the snapshot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nandkishor Pandirkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752598#M1026323</guid>
      <dc:creator />
      <dc:date>2015-03-05T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752599#M1026324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I think I will not be able to do that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the SQL loads data from 3 different tables and does a basic transformation in the script too…like renaming fields, decoding fields etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colin asked me to load all the fields instead of star *…should I load the original names, or the renamed fields' names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752599#M1026324</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-03-05T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752600#M1026325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are doing AS transformations in the SQL SELECT part, these are not always supported. It is dependent on the OLEDB provider as it is done on that side.&lt;/P&gt;&lt;P&gt;If possible you can move all renaming and transformations to the preceding LOAD. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752600#M1026325</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-06T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Preceding load OleDB failed</title>
      <link>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752601#M1026326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this by:&lt;/P&gt;&lt;P&gt;1. SQL load of table Table1&lt;/P&gt;&lt;P&gt;2. Load of my logic and all fields Resident Table 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceding-load-OleDB-failed/m-p/752601#M1026326</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-03-10T14:50:03Z</dc:date>
    </item>
  </channel>
</rss>

