<?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: Reload data from source automatically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423676#M1273565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you asked me where in the QMC you can manage your data source connections. There is no such place. You'll have to configure your server envrionment so that it corresponds to the data source specs inside the load script. The 3 tasks in my previous reply are to be executed in the Windows environment. For example, if you specify in your script something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A, B, C FROM N:\data\Transactions.xls (...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then before publishing this model on your server you'll have to make sure that the service account that runs QVS/QVP on the server knows about drive N:, can access the network and has permissions to open the Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reloading, QVS/QMC/QVP cannot change anything that is hardcoded in your script (except by passing values in variables). So you either adapt your load script so that it changes data access methods when running in a different environment (for example by way of an $(Include) that insert platform-specific data access parameters) or you change your server environment so that is replicates the data source availability of your development environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 15:33:31 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2012-12-11T15:33:31Z</dc:date>
    <item>
      <title>Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423669#M1273550</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'm a total newbie to deployment, and i need help reloading from source? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423669#M1273550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423670#M1273553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just create atask and shedule it to a required time of reloade and duration...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 07:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423670#M1273553</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-11T07:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423671#M1273556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response, but how do i link it to the data source now that the decument is on the server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 07:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423671#M1273556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T07:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423672#M1273559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In server there are setings for all datasourses...and yes the cinnetion string will do it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 07:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423672#M1273559</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-11T07:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423673#M1273562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the server, you have to recreate all connections to the data sources you are loading from. Just like the original model designer did in the QV Desktop. For instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OLEDB: install the driver for your RDBMS on the server, and make sure the DB server can be reached. The connection string will do the rest.&lt;/LI&gt;&lt;LI&gt;ODBC: use WIndows ODBC manager to create the necessary DSNs that you use in your script. This requires a bigger effort if you're not into that sort of thing.&lt;/LI&gt;&lt;LI&gt;Excel and other table files: make sure that those files can be reached via the path specifications in your LOAD statements. Drive letters may get you a few surprises here.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pay attention to authorizations: the QVS is running under another account than the designer of the document. Possibly this account is not authorized to access network, DBs or other required sources. I would suggest to ask a system administrator for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 10:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423673#M1273562</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-11T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423674#M1273563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops, the last few exchanges in this thread have disappeared. I'll post again if you need further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 14:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423674#M1273563</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-11T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423675#M1273564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that, i would really appreciate further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 14:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423675#M1273564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T14:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423676#M1273565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you asked me where in the QMC you can manage your data source connections. There is no such place. You'll have to configure your server envrionment so that it corresponds to the data source specs inside the load script. The 3 tasks in my previous reply are to be executed in the Windows environment. For example, if you specify in your script something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A, B, C FROM N:\data\Transactions.xls (...);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then before publishing this model on your server you'll have to make sure that the service account that runs QVS/QVP on the server knows about drive N:, can access the network and has permissions to open the Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reloading, QVS/QMC/QVP cannot change anything that is hardcoded in your script (except by passing values in variables). So you either adapt your load script so that it changes data access methods when running in a different environment (for example by way of an $(Include) that insert platform-specific data access parameters) or you change your server environment so that is replicates the data source availability of your development environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423676#M1273565</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-11T15:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423677#M1273566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then I have to move the data source unto the server and change the directory in the scripts, right? suppose they are excels in a folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423677#M1273566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423678#M1273567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not necessarily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the folder containing your excels is shared - on a file server for example - you can leave them where they are. Grant the service account access to this shared folder and QVS can access it like you do in your development environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Excels reside on your own development PC, then you better move them to a file server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD statements should contain paths to data sources that work on all platforms, like \\Fileserver\data\Transactions.xls. If you move your QlikView document to the server, no script changes are needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423678#M1273567</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-11T15:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423679#M1273568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly and now when i do a schedule reload in QMC, it should&amp;nbsp; work just fine right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 17:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423679#M1273568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T17:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423680#M1273569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's our goal, yes.&lt;/P&gt;&lt;P&gt;Of course, it all depends on your actual situation. However, the general idea stays the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goo luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 23:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423680#M1273569</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-11T23:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reload data from source automatically</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423681#M1273570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!, Thank you Peter once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 05:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-data-from-source-automatically/m-p/423681#M1273570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T05:46:14Z</dc:date>
    </item>
  </channel>
</rss>

