<?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: Why won't my script reload on the server? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353047#M836685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The reload fails means there are N no of reasons will be there but,what &lt;STRONG&gt;Error message you are getting as a pop up ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) May be the &lt;STRONG&gt;path&lt;/STRONG&gt; you mentioned is not correct some times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For cross verification purpose just comment first table code and reload only 2nd table then we can observer correct failure with Doc.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that we can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible post your code and mention error message you got then easily our folks will help to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2017 11:12:41 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2017-05-16T11:12:41Z</dc:date>
    <item>
      <title>Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353044#M836681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a set of scripts to run multiple store commands to extract data from a database using an ODBC connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 of my scripts fail when scheduled to reload on the server, but I am able to reload these scripts via my local machine.&amp;nbsp; All of the other scripts, with all of the store commands saving the same folder, work without issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are two scripts that are currently scheduled on the server, the first of which runs without issue and the second fails every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tblJournalPart1:&lt;/P&gt;&lt;P&gt;LOAD CallType, ContactType, ContactUnique, CreatingUser, CreationDate, DiaryDate;&lt;/P&gt;&lt;P&gt;SQL SELECT CallType, ContactType, ContactUnique, CreatingUser, CreationDate, DiaryDate&lt;/P&gt;&lt;P&gt;WHERE CreationDate + 90 &amp;gt;= CURDATE();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE tblJournalPart1 INTO '\\HCR-WX01\AnalyticalData\Scripts\tblJournalPart1Export.csv' (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tblENIK:&lt;/P&gt;&lt;P&gt;First 200000 LOAD AccountCode, CreatingUser, AmendmentDate, CreationDate, BillingStatus;&lt;/P&gt;&lt;P&gt;SQL SELECT AccountCode, CreatingUser, AmendmentDate, CreationDate, BillingStatus&lt;/P&gt;&lt;P&gt;WHERE CreationDate + 250 &amp;gt;= CURDATE();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE tblENIK INTO '\\HCR-WX01\AnalyticalData\Scripts\tblENIKExport.csv' (txt);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353044#M836681</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353045#M836683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scripts usually fail for a reason. The actual cause of failure can be found in the DocumentLog.txt on your server (see the Distribution Service log folders). Open a DocumentLog.txt file of a failed reload and navigate to the end. If no DocumentLog can be found, the failure may occur even before your document is loaded. In that case, check the TaskLog.txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probable causes of failure:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To reload a document, the server uses a different Windows account than you do on your machine. With an account come file/folder permissions, database access permissions, network access and such.&lt;/LI&gt;&lt;LI&gt;On a server, multiple simultaneous tasks may try to access the same files for reading, writing or both. On your personal machine, you usually reload only one document at a time. The server may experience file access conflicts.&lt;/LI&gt;&lt;LI&gt;Section Access (you probably don't use that in your QVD generator but I'm listing this item anyway) is a tricky thing and is also tied to a particular account. If the service account of your QlikView server isn't present in your SA table but your personal account is, then the outcome is very predictable.&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need further assistance, please post both log files of a single failed reload attempt.&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, 16 May 2017 10:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353045#M836683</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-16T10:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353046#M836684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I will look at the log files to see if there is any more information in there.&amp;nbsp; I'll also look into the most probable cause of failure you posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 10:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353046#M836684</guid>
      <dc:creator />
      <dc:date>2017-05-16T10:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353047#M836685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The reload fails means there are N no of reasons will be there but,what &lt;STRONG&gt;Error message you are getting as a pop up ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) May be the &lt;STRONG&gt;path&lt;/STRONG&gt; you mentioned is not correct some times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) For cross verification purpose just comment first table code and reload only 2nd table then we can observer correct failure with Doc.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that we can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible post your code and mention error message you got then easily our folks will help to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 11:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353047#M836685</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-05-16T11:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353048#M836687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure that the qlikview services are running with accounts that have read and write access to the folders you use in your STORE commands.&lt;/SPAN&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Robert&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 11:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353048#M836687</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2017-05-16T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353049#M836688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for all of your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is now fixed, and hopefully won't happen again, but this is what I believe was happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the scripts had so much data that it was overloading the server and failing, this script ran at the same time as another script, which failed also ( I assume because the server was overloaded with the other script?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We reduced the amount of data going in to the first script and this resolved the issue for both of them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353049#M836688</guid>
      <dc:creator />
      <dc:date>2017-05-25T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my script reload on the server?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353050#M836689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Ok Great you found the solution!&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Mark your own answer as the "correct answer" so other members can learn from it!&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-won-t-my-script-reload-on-the-server/m-p/1353050#M836689</guid>
      <dc:creator>RSvebeck</dc:creator>
      <dc:date>2017-05-25T17:29:31Z</dc:date>
    </item>
  </channel>
</rss>

