<?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: Migrate the qlikview QMC tasks using powershell scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Migrate-the-qlikview-QMC-tasks-using-powershell-scripts/m-p/1397762#M1324868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't ring a bell...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the customer himself has rewritten the Qlik-CLI library so that it works with QlikView QMS?&lt;/P&gt;&lt;P&gt;Or the code belongs to some other 3rd party that was working on some other project at the customer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't you ask your customer where the PS code came from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 13:45:35 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-11-22T13:45:35Z</dc:date>
    <item>
      <title>Migrate the qlikview QMC tasks using powershell scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Migrate-the-qlikview-QMC-tasks-using-powershell-scripts/m-p/1397761#M1324866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to migrate the tasks to different environment/servers. Right now I can use&lt;/P&gt;&lt;P&gt;1. RMS - Can't use it to migrate from/to major versions (Qlikview 11 to Qlikview 12)&lt;/P&gt;&lt;P&gt;2. QVPR - we don't want entire QVPR to be migrated/moved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We just want to migrate the applications by app by app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen with one of the client using power shell script to migrate the tasks we want but currently stuck at not finding the power shell module/cmdlets that need to download to recognize the qlikview commands that it uses to connect to source and target QMC's and to retrieve the document task. The power shell&amp;nbsp; looks something like this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Connect-QlikView&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$DestServer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-verbose&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$dest_folders&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Get-QlikViewSourceFolders&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-qdsID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Get-QlikViewDistributionService&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;id&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;connect-QlikView&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;$SourceServer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-verbose&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff4500; font-size: 8pt; font-family: Lucida Console;"&gt;source_folders&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Get-QlikViewSourceFolders&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Lucida Console;"&gt;-qdsID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: Lucida Console;"&gt;Get-QlikViewDistributionService&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #a9a9a9; font-size: 8pt; font-family: Lucida Console;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Lucida Console;"&gt;I have found similar power shell module for Qliksense but not for Qlikview.&lt;/SPAN&gt;&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/Migrate-the-qlikview-QMC-tasks-using-powershell-scripts/m-p/1397761#M1324866</guid>
      <dc:creator>chandrasarva</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate the qlikview QMC tasks using powershell scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Migrate-the-qlikview-QMC-tasks-using-powershell-scripts/m-p/1397762#M1324868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't ring a bell...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the customer himself has rewritten the Qlik-CLI library so that it works with QlikView QMS?&lt;/P&gt;&lt;P&gt;Or the code belongs to some other 3rd party that was working on some other project at the customer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't you ask your customer where the PS code came from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 13:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Migrate-the-qlikview-QMC-tasks-using-powershell-scripts/m-p/1397762#M1324868</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-22T13:45:35Z</dc:date>
    </item>
  </channel>
</rss>

