<?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 Qlikview document from SSIS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627603#M1300979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need more arguments &lt;A href="https://community.qlik.com/thread/12924"&gt;QlikView Desktop client command line&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think /R should work into your case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 01:09:46 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2014-05-12T01:09:46Z</dc:date>
    <item>
      <title>Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627595#M1300966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two servers,&lt;/P&gt;&lt;P&gt;SQLSvr - database server (Admin Account - Domain\user1)&lt;/P&gt;&lt;P&gt;QlikSvr - Qlikview server (Account - Domain\user2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain\user2 has been added to the list of logins on the database server, also I have created proxy for this account on sql server agent, so that I can run the package with this account from database server to reload my qlikview document which is on the Qlikview server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I have created a package, included Execute Process Task, I configured it as follows&lt;/P&gt;&lt;P&gt;1) Executable: \\QlikSvr\E$\Program Files\QV.exe&lt;/P&gt;&lt;P&gt;2) Arguments: \\QlikSvr\E$\ReloadMasterQVDs.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I have created a sql agent job and changed runas to Domain\user2 to execute the package.&lt;/P&gt;&lt;P&gt;When I execute the sql job it's running continuously without any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what the problem could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&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-Qlikview-document-from-SSIS/m-p/627595#M1300966</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627596#M1300969</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;Create a batch file and put the commands in that file, and execute this batch file in SSIS.&amp;nbsp; Please check below link for Commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached file for link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 05:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627596#M1300969</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-09T05:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627597#M1300972</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't feel the problem is with the command, but with the way sql server agent impersonating the "run as" account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can say this as I have already tried using a batch file and got the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627597#M1300972</guid>
      <dc:creator />
      <dc:date>2014-05-09T06:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627598#M1300974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did disable the "Keep Progress Open after Reload" option? If no, then the progress window will keep opening and the SQL task will assume it is still running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58598_qv.png" style="width: 620px; height: 530px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627598#M1300974</guid>
      <dc:creator />
      <dc:date>2014-05-09T06:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627599#M1300975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's already disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58602_Screenshot.jpg" style="width: 620px; height: 524px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627599#M1300975</guid>
      <dc:creator />
      <dc:date>2014-05-09T06:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627600#M1300976</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;When I try to run from the command prompt of my sql machine, it generates the log file and I could see that the load is starting and is loading all the qvds but finally it comes up with the error as in the below screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58666_Error.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 00:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627600#M1300976</guid>
      <dc:creator />
      <dc:date>2014-05-12T00:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627601#M1300977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Reload manually using Qlikview Desktop and check whether it is reloading successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 01:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627601#M1300977</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-12T01:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627602#M1300978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it reloads successfully from the qlikview desktop and also by running the same batch file from the Qlikview server.&lt;/P&gt;&lt;P&gt;The problem is when I try to reload it from the database server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jyotsna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 01:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627602#M1300978</guid>
      <dc:creator />
      <dc:date>2014-05-12T01:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview document from SSIS</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627603#M1300979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need more arguments &lt;A href="https://community.qlik.com/thread/12924"&gt;QlikView Desktop client command line&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I think /R should work into your case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 01:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-document-from-SSIS/m-p/627603#M1300979</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-05-12T01:09:46Z</dc:date>
    </item>
  </channel>
</rss>

