<?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: QlikView and MS Access problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300758#M710349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved this by upgrading to QlikView 10, apparently an issue with QV 9 and the OLEDB CONNECT 32. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 13:56:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-28T13:56:09Z</dc:date>
    <item>
      <title>QlikView and MS Access problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300755#M710346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having an issue with QlikView and Access. I have a administration system in ms access which is used to manage models and users, especially email addresses so I can easily create email distribution lists for each model. I have forced the 32bit connection (connect32) and even converted the access database from accdb to mdb. This enabled me to create the oledb connection which works perfectly and when I reload from within the model I have no issues at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem comes in when I try reload the model through the Managment Console, it keeps failing??? If I take out code connecting to Access it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300755#M710346</guid>
      <dc:creator />
      <dc:date>2011-07-22T14:06:06Z</dc:date>
    </item>
    <item>
      <title>QlikView and MS Access problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300756#M710347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably the user running QlikView Distribution Service doesn't have access to the access database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300756#M710347</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-22T14:11:08Z</dc:date>
    </item>
    <item>
      <title>QlikView and MS Access problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300757#M710348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The email addresses are being pulled from the access database into a qlikview variable which is then being used in the&amp;nbsp; 'Alert' function on a post reload trigger to populate the mail recipients. The database is stored on the qlikview server Data folder and all administrators have access to the folder and file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*OLEDB CONNECT32 TO [Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=\\qlikview-01\qlikview\QVData\Data\QlikViewModelOverview.mdb;Mode=Share Deny None;Extended Properties="";Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpDistributionList:&lt;/P&gt;&lt;P&gt;SQL SELECT Email,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Model As QVModel&lt;/P&gt;&lt;P&gt;FROM `QV_Details`&lt;/P&gt;&lt;P&gt;WHERE Model = 'Stock Analysis';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmpConcat:&lt;/P&gt;&lt;P&gt;LOAD concat(Email &amp;amp; ';') AS EmailList&lt;/P&gt;&lt;P&gt;RESIDENT tmpDistributionList;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vEmailList = fieldvalue('EmailList',1);*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300757#M710348</guid>
      <dc:creator />
      <dc:date>2011-07-22T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView and MS Access problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300758#M710349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved this by upgrading to QlikView 10, apparently an issue with QV 9 and the OLEDB CONNECT 32. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 13:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-and-MS-Access-problem/m-p/300758#M710349</guid>
      <dc:creator />
      <dc:date>2012-06-28T13:56:09Z</dc:date>
    </item>
  </channel>
</rss>

